Skip to content

Commit

Permalink
Install image_geometry and dynamic_reconfigure as clover dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Feb 21, 2024
1 parent 8c5551b commit 5755300
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions builder/image-ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ touch node_modules/CATKIN_IGNORE docs/CATKIN_IGNORE _book/CATKIN_IGNORE clover/w

echo_stamp "Installing additional ROS packages"
my_travis_retry apt-get install -y --no-install-recommends \
ros-${ROS_DISTRO}-dynamic-reconfigure \
ros-${ROS_DISTRO}-rosbridge-suite \
ros-${ROS_DISTRO}-rosserial \
ros-${ROS_DISTRO}-usb-cam \
Expand All @@ -140,7 +139,6 @@ my_travis_retry apt-get install -y --no-install-recommends \
ros-${ROS_DISTRO}-rosshow \
ros-${ROS_DISTRO}-cmake-modules \
ros-${ROS_DISTRO}-image-view \
ros-${ROS_DISTRO}-image-geometry \
ros-${ROS_DISTRO}-nodelet-topic-tools \
ros-${ROS_DISTRO}-stereo-msgs

Expand Down
1 change: 1 addition & 0 deletions clover/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<depend condition="$ROS_PYTHON_VERSION == 3">python3-lxml</depend>
<depend>dynamic_reconfigure</depend>
<depend>image_proc</depend>
<depend>image_geometry</depend>
<exec_depend>python-pymavlink</exec_depend>
<test_depend>ros_pytest</test_depend>

Expand Down

0 comments on commit 5755300

Please sign in to comment.