Skip to content

Commit

Permalink
changed remove folder
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 9fe6f0c commit fe938ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.hardware
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +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 && \
cp -r src/ros2_controllers/diff_drive_controller src/ && \
cp -r src/ros2_controllers/imu_sensor_broadcaster src/ && \
rm -rf src/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 fe938ee

Please sign in to comment.