Skip to content

Commit

Permalink
Use hash without bug
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelirh committed May 14, 2024
1 parent f2d933d commit 362f5f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile.hardware
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ RUN apt-get update && \
apt-get install -y \
ros-dev-tools && \
# Setup workspace
git clone -b ros2 https://github.com/husarion/panther_ros.git src/panther_ros && \
git clone https://github.com/husarion/panther_ros.git src/panther_ros && \
cd src/panther_ros && \
git checkout d8f7b23f69b6a7e63bec2c5b2662c3abae24261d && \
cd /ros2_ws && \
vcs import src < src/panther_ros/panther/panther_hardware.repos && \
cp -r src/ros2_controllers/imu_sensor_broadcaster src && rm -rf src/ros2_controllers && \
# Install dependencies
Expand Down

0 comments on commit 362f5f2

Please sign in to comment.