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 May 13, 2024
1 parent f2d933d commit ea24e56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile.hardware
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ RUN apt-get update && \
# Setup workspace
git clone -b ros2 https://github.com/husarion/panther_ros.git src/panther_ros && \
vcs import src < src/panther_ros/panther/panther_hardware.repos && \
cp -r src/ros2_controllers/imu_sensor_broadcaster src && rm -rf src/ros2_controllers && \
cp -r src/ros2_controllers/diff_drive_controller src && \
cp -r src/ros2_controllers/imu_sensor_broadcaster src && \
rm -rf src/ros2_controllers && \
# Install dependencies
rosdep init && \
rosdep update --rosdistro $ROS_DISTRO && \
Expand Down

0 comments on commit ea24e56

Please sign in to comment.