equinor / isar-turtlebot

ISAR implementation for the Turtlebot3 Waffle Pi
Eclipse Public License 2.0
2 stars 23 forks source link

Run turtlebot simulation headless #74

Closed nicholasdalhaug closed 2 years ago

nicholasdalhaug commented 2 years ago

Run the turtlebot simulation headless using docker.

The current solution requires setup of NVIDIA drivers on the running computer. We want the result solution to run independent of OS and hardware and with no external setup outside the docker image.

nicholasdalhaug commented 2 years ago

Suggestion:

The communication outside the container will then not be ROS and might be made secure. Unless we can get ROS communication secure?

nicholasdalhaug commented 2 years ago

Should be solved by #86