Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1 KB

README.md

File metadata and controls

38 lines (24 loc) · 1 KB

ROS Jupyter Notebook with ROS in Docker CI

Description

Runs a Jupyter Notebook with ROS in a Docker container. Probably need --network="host" because ROS uses ephemeral ports.

Example

docker run -it \
    -v "$PWD:/home/xplore/ros-jupyter" \
    -p 8888:8888 \
    ghcr.io/epflxplore/ros-course:latest

Building

Use build.sh to build the docker containers.


Local builds are as follows:

./build.sh -t epflxplore/ros-course -l

Testing

Github Actions expects the DOCKERHUB_USERNAME and DOCKERHUB_TOKEN variables to be set in your environment.

License

Apache 2.0

Author Information

Joshua Frank @frankjoshua77
http://roboticsascode.com