ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Both are right. It depends what you want to do.

If a package has .action files it needs a dependency on actionlib_msgs since that package provides the CMake API like add_action_files().

If your package wants to use the API of the actionlib package to implement an action server or use an action client than it obviously needs a dependency on that package too.