forked from pz4kybsvg/Conception
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
835 B
835 B
Drake Tutorials
Drake offers Python-based tutorials using Jupyter notebooks.
We recommend that you view the tutorials online.
Alternatively, you may run the tutorials locally.
Running the Tutorials Locally
To run the tutorials locally, install Drake via one of the installation
methods (e.g., pip install
drake), be sure your PYTHONPATH
has been set
per the installation instructions, and then run python3 -m pydrake.tutorials
to launch a Jupyter browser.
For Drake Developers
For instructions related to improving the tutorials or adding new ones, refer to _developers.md.