Skip to content

kopp/ros-dockers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker files using ros

dockers

ros-jade-usable

Use ros desktop and install some additional tools and files to be able to catkin build a package and run multiple applications in one container via screen.

amigomated-driving

Check out AmigomatedDriving, install all required dependencies and build the package. This should enable you to run the packages directly.

X11

to get X11 support, run

xhost +local:root
docker run -it --rm --env="DISPLAY" --env="QT_X11_NO_MITSHM=1" --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" <name>
xhost -local:root

or some other more safe technique from here

About

Dockerfiles to work with ros

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published