Skip to content

AnthonyPhan/rosdocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

The repo is used to set up a ros development environment on any system.

Getting Started

  1. Build the docker image
docker-compose build
  1. To enable GUI applications (options and a security risk)
xhost +local:root
  1. Run the docker container
docker-compose up
  1. Attached VSCode to the docker container. Note you will need the docker plugin install in your VSCode

image

  1. Source ROS and your workspace overlays
source /opt/ros/melodic/setup.bash; source /ros_ws/devel/setup.bash

About

Easy set up a ROS work space using docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published