Modern_Robotics/packages/Python/README.md

20 lines
584 B
Markdown
Raw Normal View History

2018-07-30 18:40:46 +00:00
# "modern_robotics" Python Package Instructions #
This package is the code library for _Modern Robotics: Mechanics, Planning,
2018-08-17 16:12:02 +00:00
and Control_. [Here](../../doc/MRlib.pdf) is the introduction. For more
details please see the [website](http://modernrobotics.org/).
To use the package, you can either
* Run `python setup.py build` and `python setup.py install` in the package directory
* Run `pip install modern_robotics` to use pip to install
* Copy `modern_robotics` directory into working directory
To import the package, we recommend using
```
import modern_robotics as mr
```