2024-11-14 13:39:43 -04:00
|
|
|
FROM git.spirirobotics.com/spiri/services-ros2-mavros:main
|
|
|
|
|
|
|
|
RUN apt-get update
|
2024-11-15 11:35:47 -04:00
|
|
|
RUN apt-get --yes install ros-${ROS_DISTRO}-ros-gz-bridge \
|
|
|
|
ros-${ROS_DISTRO}-ros-gz-image \
|
|
|
|
ros-${ROS_DISTRO}-compressed-image-transport \
|
|
|
|
ros-${ROS_DISTRO}-rmw-cyclonedds-cpp
|
2024-11-14 13:39:43 -04:00
|
|
|
|