-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Hi,
I wanted to structure my messages in subfolders like this:
package
|-CMakeLists.txt
|-msg
|-message1.msg
|-subfolder1
|-message2.msg
My CMakeLists for generating the messages looks like this:
file(GLOB_RECURSE MESSAGE_FILES msg
"*.msg"
)
rosidl_generate_interfaces(${PROJECT_NAME}
${MESSAGE_FILES}
DEPENDENCIES builtin_interfaces ros2_components_msg
)
When calling ament build it fails with the error message:
Interface file with unknown parent folder:
JWCS, Achllle, asasine and julZuern
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed