Merge pull request #11 from tecnalia-advancedmanufacturing-robotics/fix_dependencies

Add missing dependencies
This commit is contained in:
Dzmitry Maladzenkau 2025-09-22 09:07:08 +02:00 committed by GitHub
commit 2ba0f2e9f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 1 deletions

View File

@ -11,7 +11,13 @@
<depend>rclcpp</depend> <depend>rclcpp</depend>
<depend>sensor_msgs</depend> <depend>sensor_msgs</depend>
<depend>open_CV</depend> <depend>python3-opencv</depend>
<build_depend>gstreamer1.0-plugins-base</build_depend>
<build_depend>gstreamer1.0-plugins-good</build_depend>
<build_depend>gstreamer1.0-plugins-bad</build_depend>
<build_depend>gstreamer1.0-plugins-ugly</build_depend>
<build_depend>libgstrtspserver-1.0-dev</build_depend>
<test_depend>ament_lint_auto</test_depend> <test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend> <test_depend>ament_lint_common</test_depend>