Skip to content

Commit

Permalink
temporary fix for mcap recording
Browse files Browse the repository at this point in the history
  • Loading branch information
fabid committed Feb 13, 2025
1 parent 2bc8257 commit 1c0e0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt update -y && rosdep install --from-paths src --ignore-src -r -y
RUN source /opt/ros/humble/setup.bash --extend && colcon build --symlink-install

COPY . /ws
RUN apt update -y && rosdep install --from-paths src --ignore-src -r -y
RUN apt update -y && apt install -y ros-humble-rosbag2-storage-mcap && rosdep install --from-paths src --ignore-src -r -y
RUN source /opt/ros/humble/setup.bash --extend && colcon build --symlink-install

RUN pip install -r src/sam_bot_nav2_gz/requirements.txt
Expand Down

0 comments on commit 1c0e0c7

Please sign in to comment.