feature/multi-robots-types #12
|
@ -1,7 +1,6 @@
|
||||||
FROM osrf/ros:jazzy-desktop-full
|
FROM osrf/ros:jazzy-desktop-full
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update && apt-get -y install qterminal mesa-utils \
|
||||||
RUN apt-get -y install qterminal mesa-utils \
|
|
||||||
libgstreamer1.0-dev \
|
libgstreamer1.0-dev \
|
||||||
libgstreamer-plugins-base1.0-dev \
|
libgstreamer-plugins-base1.0-dev \
|
||||||
docker-compose \
|
docker-compose \
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
FROM git.spirirobotics.com/spiri/services-ros2-mavros:main
|
FROM git.spirirobotics.com/spiri/services-ros2-mavros:main
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update && apt-get --yes install ros-${ROS_DISTRO}-ros-gz-bridge \
|
||||||
RUN apt-get --yes install ros-${ROS_DISTRO}-ros-gz-bridge \
|
|
||||||
ros-${ROS_DISTRO}-ros-gz-image \
|
ros-${ROS_DISTRO}-ros-gz-image \
|
||||||
ros-${ROS_DISTRO}-compressed-image-transport \
|
ros-${ROS_DISTRO}-compressed-image-transport \
|
||||||
ros-${ROS_DISTRO}-rmw-cyclonedds-cpp
|
ros-${ROS_DISTRO}-rmw-cyclonedds-cpp
|
||||||
|
|
Loading…
Reference in New Issue