Skip to content

Commit

Permalink
Humble devel (#53)
Browse files Browse the repository at this point in the history
* Update Dockerfile.hardware

* Update Dockerfile.gazebo

* Update Dockerfile.hardware

* Apply suggestions from code review
  • Loading branch information
rafal-gorecki authored Jan 16, 2025
1 parent 81988f8 commit 238d6e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile.hardware
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ RUN apt-get update && apt-get install -y \

RUN git clone --depth 1 -b humble https://github.com/husarion/rosbot_ros.git src && \
vcs import src < src/rosbot/rosbot_hardware.repos && \
cp -r src/ros2_controllers/diff_drive_controller src/ && \
cp -r src/ros2_controllers/imu_sensor_broadcaster src/ && \
rm -rf src/ros2_controllers && \
# it is necessary to remove simulation - otherwise rosdep tries to install dependencies
rm -r src/rosbot_gazebo && \
# without this line (using vulcanexus base image) rosdep init throws error: "ERROR: default sources list file already exists:"
Expand Down

0 comments on commit 238d6e6

Please sign in to comment.