Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.01 KB

pendsim: an Inverted Pendulum-On-A-Cart Sandbox!

Created by Mike Sutherland with the EASEL group at UC Irvine.

Documentation: http://easel-uci.github.io/pendsim/

Publication: DOI

pendsim is a Python package that can be used to help students design, analyze, and visualize virtual experiments for an inverted pendulum on a cart with feedback control. Example notebooks cover topics ranging from linearization to state estimation and optimal control for this classical nonlinear system.

pendsim graphic

Contributing and reporting issues

To report any issues using this software, please open a new issue. To contribute to this software, please work in a new branch and then create a pull request for the proposed updates. Pull requests will be evaluated and merged as appropriate.

We look forward to incorporating new algorithm examples and notebooks!