Robotic juggling in pydrake.
*equal contribution
python3 juggler.py
- Install Drake for python
- Install Drake
manipulation
package (outside this repo), and follow the local setup steps for manipulation (already did Drake!) indrake.html
:git clone --recursive git@github.com:RussTedrake/manipulation.git
- Install Jupyter Lab:
pip3 install jupyterlab
- Install
ipywidgets
:
pip3 install ipywidgets
-
Install NodeJS (>= v10.0.0) for activating Widget Javascript:
- On Ubuntu with
apt-get
:
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - sudo apt-get install -y nodejs
- On Mac with Homebrew:
brew install nodejs
- On Ubuntu with
-
Enable Widget Javascript in Jupyter:
jupyter labextension install @jupyter-widgets/jupyterlab-manager