584 B
584 B
"modern_robotics" Python Package Instructions
This package is the code library for Modern Robotics: Mechanics, Planning, and Control. Here is the introduction. For more details please see the website.
To use the package, you can either
-
Run
python setup.py buildandpython setup.py installin the package directory -
Run
pip install modern_roboticsto use pip to install -
Copy
modern_roboticsdirectory into working directory
To import the package, we recommend using
import modern_robotics as mr