Skip to content

Commit

Permalink
Update Dockerfile.hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki authored Dec 3, 2024
1 parent b177694 commit 7080c71
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-devel 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 7080c71

Please sign in to comment.