Skip to content

ROS Jupyter de la cátedra de Robótica de la UTN FRBA

License

Notifications You must be signed in to change notification settings

jballoffet/ros-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros-jupyter-docker

Dockerfile for Robot Operating System and Jupyter Notebooks

Before

Install Docker

Install Docker (if you have Ubuntu follow this link) and configure this too:

sudo groupadd docker

sudo gpasswd -a ${USER} docker

sudo service docker restart

Build the Docker image for the project

./scripts/build.sh

Try it

./scripts/run.sh

Open a web browser and type localhost:8888. Insert the password.

After

./scripts/stop.sh

Original version

About

ROS Jupyter de la cátedra de Robótica de la UTN FRBA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.8%
  • Dockerfile 1.7%
  • Shell 0.5%