AmyPhung / iiwa_rock_climbing

Final Project for 6.843 Robotic Manipulation - Getting a robotic arm to climb rocks in zero-gravity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iiwa_rock_climbing

Setup

  • Follow the instructions on this repo to set up a docker container to run the simulator https://github.com/cameronwp/jupyter-drake-meshcat

  • To start the container and run the code in this repo, cd to the base folder of this repo and run this command:

docker run -it \
    -p 8888:8888 -p 7000-7100:7000-7100 \
    -v $PWD:/jupyter/iiwa_rock_climbing \
    --user $(id -u):$(id -g) \
    jdm:latest

About

Final Project for 6.843 Robotic Manipulation - Getting a robotic arm to climb rocks in zero-gravity


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%Language:C++ 0.0%