Remove libcamera_ros from dependencies as this package is not commonly available

This commit is contained in:
Oleg Kalachev
2024-06-16 13:15:49 +03:00
parent abe6f5cf0f
commit add15ac2fe
2 changed files with 1 additions and 1 deletions

View File

@@ -114,6 +114,7 @@ my_travis_retry apt-get install -y --no-install-recommends \
ros-${ROS_DISTRO}-usb-cam \ ros-${ROS_DISTRO}-usb-cam \
ros-${ROS_DISTRO}-vl53l1x \ ros-${ROS_DISTRO}-vl53l1x \
ros-${ROS_DISTRO}-ws281x \ ros-${ROS_DISTRO}-ws281x \
ros-${ROS_DISTRO}-libcamera-ros \
ros-${ROS_DISTRO}-rosshow \ ros-${ROS_DISTRO}-rosshow \
ros-${ROS_DISTRO}-cmake-modules \ ros-${ROS_DISTRO}-cmake-modules \
ros-${ROS_DISTRO}-image-view \ ros-${ROS_DISTRO}-image-view \

View File

@@ -33,7 +33,6 @@
<depend>mavros</depend> <depend>mavros</depend>
<depend>mavros_extras</depend> <depend>mavros_extras</depend>
<depend>cv_camera</depend> <depend>cv_camera</depend>
<depend>libcamera_ros</depend>
<depend>cv_bridge</depend> <depend>cv_bridge</depend>
<depend>rosbridge_server</depend> <depend>rosbridge_server</depend>
<depend>web_video_server</depend> <depend>web_video_server</depend>