-
Notifications
You must be signed in to change notification settings - Fork 53
Allow test_communication to use idl messages #549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: rolling
Are you sure you want to change the base?
Allow test_communication to use idl messages #549
Conversation
fujitatomoya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
@methylDragon @clalancette can you review this? |
|
@clalancette can you assign this to yourself? (from waffle triage, but i do not have power...) |
|
@clalancette Friendly ping |
Signed-off-by: Miguel Company <[email protected]>
Signed-off-by: Miguel Company <[email protected]>
Signed-off-by: Miguel Company <[email protected]>
a8edc10 to
3542acb
Compare
|
@fujitatomoya I rebased this. It is somewhat related to the support for |
Opening this PR as requested on #542 (comment).
The CMake on
test_communicationpackage assumes that the messages intest_msgspackage are defined as.msgfiles.Since
.msgfiles are converted into.idlfiles, and both are installed as resources in the ament index, we can always use the.idlones, thus allowing messages to be defined directly in.idlfiles.