Metadata-Version: 2.1
Name: pendsim
Version: 1.0.2
Summary: A pendulum simulator
Home-page: https://github.com/rland93/pendsim
Author: Mike Sutherland
Author-email: msutherl@uci.edu
License: MIT
Project-URL: Bug Tracker, https://github.com/rland93/pendsim/issues
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE


# `pendsim`: a pendulum-on-a-cart Sandbox!

A simple inverse-pendulum simulator, with a module to render animations of the simulation and API for custom controllers. ![(Example Video)](https://user-images.githubusercontent.com/33564709/116198178-817dde80-a6ea-11eb-8cdf-e0c53c922416.mp4)

[Package Documentation](http://rland93.github.io/pendulum/)

It uses rk45 to simulate a dynamic model of the simple inverse pendulum on a cart: [Inverted Pendulum](https://en.wikipedia.org/wiki/Inverted_pendulum).


