Skip to content

Workspace setting for pyDrake: Model-Based Design and Verification for Robotics.

Notifications You must be signed in to change notification settings

lycpaul/pydrake_ws

Repository files navigation

Python Drake workspace

Configuration for Drake

Using the docker image

Build the docker images

docker build -t pydrake_focal .

Running the docker image and connect the Jupyter server

Forwarding the port 8888 for jupyter server connection, 7000 for rendering services, 6000 for ZeroMQ service.

docker run -it -p 8888:8888 -p 7000:7000 -p 6000:6000 pydrake_focal:latest

Removing all docker containers and images

docker rm $(docker ps -a -q) -f # remove containers
docker rmi $(docker images) -f # remove images
docker images

Reference

Rotics Manipulation

Underactuated Robotics

About

Workspace setting for pyDrake: Model-Based Design and Verification for Robotics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published