Skip to content

Object-oriented wrappers over multiple control frameworks for Python

License

Notifications You must be signed in to change notification settings

planning-team/oo-ctrl-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oo-ctrl-py

Object-oriented wrapper over multiple control frameworks for Python

Currently supported frameworks and controllers:

In closest future, the plan is to add:

  • PyTorch
    • MPPI
  • do-mpc
    • Discrete-time MPC

Installation

We support Python 3.7 and above.

Currently, the package is not available on PyPI, so you need to install it from the source:

git clone https://github.com/planning-team/oo-ctrl-py.git
cd oo-ctrl-py
pip install -e .

or, in a simpler way:

pip install git+https://github.com/planning-team/oo-ctrl-py.git

Usage

See the examples directory for more information.

About

Object-oriented wrappers over multiple control frameworks for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages