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.
22 lines
835 B
22 lines
835 B
2 years ago
|
# Drake Tutorials
|
||
|
|
||
|
Drake offers Python-based tutorials using Jupyter notebooks.
|
||
|
|
||
|
We recommend that you
|
||
|
[view the tutorials online](https://deepnote.com/workspace/Drake-0b3b2c53-a7ad-441b-80f8-bf8350752305/project/Tutorials-2b4fc509-aef2-417d-a40d-6071dfed9199/%2Findex.ipynb).
|
||
|
|
||
|
Alternatively, you may run the tutorials locally.
|
||
|
|
||
|
## Running the Tutorials Locally
|
||
|
|
||
|
To run the tutorials locally, install Drake via one of the [installation
|
||
|
methods](https://drake.mit.edu/installation.html) (e.g., [pip install
|
||
|
drake](https://drake.mit.edu/pip.html)), 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](_developers.md).
|