You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tested with the message type ( 'test_msgs__msg__BasicTypes' / 'test_msgs::msg::BasicTypes' ), I thought the BasicTypes.msg file should be in the 'test_msgs' packages. This is the general rule, right?
Is there any reason to separate the msg files into the package test_interface_files?
The text was updated successfully, but these errors were encountered:
Is there any reason to separate the msg files into the package test_interface_files?
I seem to remember it having to do with circular dependencies, which are hard to release on the buildfarm. But I'm not entirely sure of that, so it would be good to investigate whether that is the case.
Feature request
When I tested with the message type ( 'test_msgs__msg__BasicTypes' / 'test_msgs::msg::BasicTypes' ), I thought the
BasicTypes.msg
file should be in the 'test_msgs' packages. This is the general rule, right?Is there any reason to separate the msg files into the package test_interface_files?
The text was updated successfully, but these errors were encountered: