Skip to content

yangece/docker-ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Containters with X11 and ROS, PX4 Dev Support

This repo provides an example and tutorial to build and run a Docker container with X11 support for ROS and PX4 related software development.

Build Docker image

  • build Docker image A simple Makefile is provided for building the Docker image. Simply run the following command to build the image:
make nvidia_ros_noetic

Run Docker container

  • run Docker container A corresponding run.sh script is provided for running the Docker container:
bash run.sh
  • run multiple terminals for multiple ROS nodes connected to the same container
docker exec -it --user <user_name> <container_id> bash

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published