basic-pid


Namebasic-pid JSON
Version 0.2.6 PyPI version JSON
download
home_pagehttps://github.com/mkner/basic-pid
SummaryStandard PID Controller For Discrete Time Regulators
upload_time2023-11-14 23:33:01
maintainer
docs_urlNone
authorMike Knerr
requires_python
licenseBSD
keywords pid controllers regulators discrete time systems mobile robotics robotics
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            

**Basic PID** is a classic PID controller that is easy to use, works and does the job.

The PID controller is designed to be used in discretized time regulators and
implements timestep integration that supports two modes of operation: **Integrative** and **Iterative**

In **Integrative Mode**, the timestep integrations are calculated inside the controller
and the output from the PID controller for the current timestep is used directly or with 
modifications and sent to the device or process plant as the current input signal without
further iterative integration.

In **Iterative Mode**, the PID timestep integrations are manually calculated and updated
outside the controller in the algorithm that calls the PID controller for the output of
the PID at the current timestep.

**Basic PID** has proven to be a tested, and reliable PID controller. It has been used, for example, 
with mobile robotic systems for LVC (Linear Velocity Control) for regulating wheel velocities, 
LVDR (Lateral Velocity Differential Regulator) for keeping the wheel velocities in sync for 
differential drive mobile robots when traversing a straight line path and 
ADVR (Angular Differential Velocity Regulator) for tracking a heading angle using typical
motion control input signals (v,w) for linear and angular velocities.


Installation: 

$ **pip** install basic-pid

For documentation see https://basic-pid.readthedocs.io/en/latest/








            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mkner/basic-pid",
    "name": "basic-pid",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "PID,controllers,regulators,discrete time systems,mobile robotics,robotics",
    "author": "Mike Knerr",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/ef/05/4a390ce90810041983293d12471d8f100a8db5f83f035b90d19e228489df/basic-pid-0.2.6.tar.gz",
    "platform": null,
    "description": "\n\n**Basic PID** is a classic PID controller that is easy to use, works and does the job.\n\nThe PID controller is designed to be used in discretized time regulators and\nimplements timestep integration that supports two modes of operation: **Integrative** and **Iterative**\n\nIn **Integrative Mode**, the timestep integrations are calculated inside the controller\nand the output from the PID controller for the current timestep is used directly or with \nmodifications and sent to the device or process plant as the current input signal without\nfurther iterative integration.\n\nIn **Iterative Mode**, the PID timestep integrations are manually calculated and updated\noutside the controller in the algorithm that calls the PID controller for the output of\nthe PID at the current timestep.\n\n**Basic PID** has proven to be a tested, and reliable PID controller. It has been used, for example, \nwith mobile robotic systems for LVC (Linear Velocity Control) for regulating wheel velocities, \nLVDR (Lateral Velocity Differential Regulator) for keeping the wheel velocities in sync for \ndifferential drive mobile robots when traversing a straight line path and \nADVR (Angular Differential Velocity Regulator) for tracking a heading angle using typical\nmotion control input signals (v,w) for linear and angular velocities.\n\n\nInstallation: \n\n$ **pip** install basic-pid\n\nFor documentation see https://basic-pid.readthedocs.io/en/latest/\n\n\n\n\n\n\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Standard PID Controller For Discrete Time Regulators",
    "version": "0.2.6",
    "project_urls": {
        "Homepage": "https://github.com/mkner/basic-pid"
    },
    "split_keywords": [
        "pid",
        "controllers",
        "regulators",
        "discrete time systems",
        "mobile robotics",
        "robotics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "badcdd9e3fb7922c1c62f9c4b89ea18366d64a976f4d690546ce5f6fd5dbc427",
                "md5": "0cfdf566ae8c2f210be062f442c13128",
                "sha256": "c231b9b295a37fff54d3580f5fbb8f59e38cd4d881d008455cd4f7998a7a42e1"
            },
            "downloads": -1,
            "filename": "basic_pid-0.2.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0cfdf566ae8c2f210be062f442c13128",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5037,
            "upload_time": "2023-11-14T23:32:59",
            "upload_time_iso_8601": "2023-11-14T23:32:59.793106Z",
            "url": "https://files.pythonhosted.org/packages/ba/dc/dd9e3fb7922c1c62f9c4b89ea18366d64a976f4d690546ce5f6fd5dbc427/basic_pid-0.2.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef054a390ce90810041983293d12471d8f100a8db5f83f035b90d19e228489df",
                "md5": "4619586b742b5594300995cd8f775361",
                "sha256": "db694e56b33042a10d653a134d1bb69330eb8286c4661fe8dd2e16a14cac38d7"
            },
            "downloads": -1,
            "filename": "basic-pid-0.2.6.tar.gz",
            "has_sig": false,
            "md5_digest": "4619586b742b5594300995cd8f775361",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4579,
            "upload_time": "2023-11-14T23:33:01",
            "upload_time_iso_8601": "2023-11-14T23:33:01.430473Z",
            "url": "https://files.pythonhosted.org/packages/ef/05/4a390ce90810041983293d12471d8f100a8db5f83f035b90d19e228489df/basic-pid-0.2.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-14 23:33:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mkner",
    "github_project": "basic-pid",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "basic-pid"
}
        
Elapsed time: 0.13915s