Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Feb 7, 2025
1 parent 3a5b942 commit 7c8d8dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.hardware
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
stm32flash \
ros-${ROS_DISTRO}-teleop-twist-keyboard && \
# Setup workspace
vcs import src < src/rosbot_ros/rosbot/$HUSARION_ROS_BUILD_TYPE_deps.repos && \
vcs import src < src/rosbot_ros/rosbot/${HUSARION_ROS_BUILD_TYPE}_deps.repos && \
# Install dependencies
rosdep init && \
rosdep update --rosdistro $ROS_DISTRO && \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.simulation
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
stm32flash \
ros-${ROS_DISTRO}-teleop-twist-keyboard && \
# Setup workspace
vcs import src < src/rosbot_ros/rosbot/$HUSARION_ROS_BUILD_TYPE_deps.repos && \
vcs import src < src/rosbot_ros/rosbot/${HUSARION_ROS_BUILD_TYPE}_deps.repos && \
# Install dependencies
rosdep init && \
rosdep update --rosdistro $ROS_DISTRO && \
Expand Down

0 comments on commit 7c8d8dc

Please sign in to comment.