ros2: is it possible? code, message and action definitions in the same package
I have a package with actions, messages and code.
The code references the action and messages. However there is a compilation error. It looks like the action include files are not found during the colcon build
command.
The question is simple: is it possible to use a actions and message definitions from code in the same packages?