Merge pull request #11 from tecnalia-advancedmanufacturing-robotics/fix_dependencies
Add missing dependencies
This commit is contained in:
commit
2ba0f2e9f6
|
|
@ -11,7 +11,13 @@
|
|||
|
||||
<depend>rclcpp</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_common</test_depend>
|
||||
|
|
|
|||
Loading…
Reference in New Issue