Skip to content

Commit

Permalink
Ignore python3-rosdep-modules dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 12, 2024
1 parent 89912c6 commit bcf355a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/image-ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ echo_stamp "Build and install Clover"
cd /home/pi/catkin_ws
# Don't try to install gazebo_ros
my_travis_retry rosdep install -y --from-paths src --ignore-src --rosdistro ${ROS_DISTRO} --os=debian:$VERSION_CODENAME \
--skip-keys="gazebo_ros gazebo_plugins python3-catkin-pkg-modules"
--skip-keys="gazebo_ros gazebo_plugins python3-catkin-pkg-modules python3-rosdep-modules"
my_travis_retry pip3 install wheel
my_travis_retry pip3 install -r /home/pi/catkin_ws/src/clover/clover/requirements.txt
source /opt/ros/${ROS_DISTRO}/setup.bash
Expand Down

0 comments on commit bcf355a

Please sign in to comment.