LOEWE-emergenCITY / ros2_babel_fish

ROS2 communication introspection library to allow ROS2 communication with at compile time unknown message, action and service types.
MIT License
22 stars 8 forks source link

Update package.xml #3

Closed pbtorrild closed 1 year ago

pbtorrild commented 1 year ago

As the action_tutorials_interfaces is called using find_package() in the CMakeLists it should be added as an dependency here aswell.

StefanFabian commented 1 year ago

Good catch but if I'm not mistaken it's only a build_depend.

gavanderhoorn commented 1 year ago

Just adding my +1. Just ran into this as well (while working on https://github.com/StefanFabian/qml_ros2_plugin/issues/1).