Skip to content

cmu-mfi/ros-docker-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PREREQUISITE - Docker Engine

# Check if docker is installed
$ docker version
Client: Docker Engine - Community
 Version:           20.10.7
...

# Check if docker is running
$ systemctl is-active docker
active

BUILD AND RUN

  1. Copy your ros package in ros-pkg folder
  2. (optional) rename ros-pkg. Ensure to rename ros-pkg in Dockerfile and compose.yml
  3. Build and run using the command below
docker compose up --build

EXECUTE ROSLAUNCH COMMANDS

In a new terminal:

docker exec -it ros-pkg-container bash
roslaunch ...

MAKING CHANGES

  1. Stop container by docker compose down
  2. Make changes
  3. Build and run again docker compose up --build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published