Skip to content
Snippets Groups Projects
Commit 35ab43ac authored by SeanPai's avatar SeanPai
Browse files

fix: install fastrtps in Dockerfile

parent fb72b15b
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,8 @@ RUN mkdir -p $ROS2_WS/src && \
mv rws $ROS2_WS/src && \
rm -rf $ROS2_WS/src/rws/.git && \
apt install ros-$ROS_DISTRO-fastrtps ros-$ROS_DISTRO-rmw-fastrtps-cpp ros-$ROS_DISTRO-rmw-fastrtps-dynamic-cpp -y && \
# Bootstrap rosdep and setup colcon mixin and metadata ###
rosdep update --rosdistro $ROS_DISTRO && \
colcon mixin update && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment