Skip to content

Commit

Permalink
remove unnecessary ros2_controllers
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Delicat <[email protected]>
  • Loading branch information
delihus committed Nov 28, 2023
1 parent fb266e3 commit 9fe6f0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.hardware
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ RUN apt-get update && apt-get install -y \
pip3 install pyserial && \
MYDISTRO=${PREFIX:-ros}; MYDISTRO=${MYDISTRO//-/} && \
vcs import src < src/rosbot/rosbot_hardware.repos && \
cp -r ros2_controllers/diff_drive_controller . && \
cp -r ros2_controllers/imu_sensor_broadcaster . && \
rm -rf 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 9fe6f0c

Please sign in to comment.