MoffKalast / vizanti

A mission planner and visualizer for controlling outdoor ROS robots.
https://wiki.ros.org/vizanti
BSD 3-Clause "New" or "Revised" License
164 stars 34 forks source link

Add contanerization option for running system #99

Closed samkys closed 1 month ago

samkys commented 1 month ago

This runs Vizanti in a container. Readme is updated on how to build and launch the docker container.

Briefly tested, communication works both directions.

MoffKalast commented 1 month ago

Cool! I've never really considered this option, but it seems to work well and makes sense to add especially now that less and less people are running 20.04 natively. Maybe we should change the dep install to rosdep instead of apt at some point so it automatically updates if they change, but they probably wont so I don't really see it being a problem at the moment.

Anyhow thanks for the addition, we can merge. 😄