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 46142b1 commit 12e6577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.hardware
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ COPY ./healthcheck.cpp /
RUN apt-get update && apt-get install -y \
python3-pip

RUN git clone --depth 1 -b humble https://github.com/husarion/rosbot_ros.git src && \
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/ && \
Expand Down

0 comments on commit 12e6577

Please sign in to comment.