Skip to content

This is a Docker container with Foxy and can display gui. You can directly put your packages into the ./ws/src/ . Then you can communicate with this Docker packages. If you want to use nvidia driver, you need install the driver in the docker by yoursefl.

Notifications You must be signed in to change notification settings

leledeyuan00/Foxy_Display_Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notice

Every reboot, you need enable host for docker to use docker display.

xhost +local:docker

mkdir packages

Build & run docker (This line would be only run once. If you run this line again the container will be reconstructed)

docker compose up -d

Exec

docker container exec -it ros2_foxy_cuda /bin/bash

When first into the docker

ubuntu-drivers autoinstall

apt-get install -y $(nvidia-detector)

About

This is a Docker container with Foxy and can display gui. You can directly put your packages into the ./ws/src/ . Then you can communicate with this Docker packages. If you want to use nvidia driver, you need install the driver in the docker by yoursefl.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published