Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 557 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 557 Bytes

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