-
Notifications
You must be signed in to change notification settings - Fork 51
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
Use new interface definitions #350
Conversation
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 (up to the current state)
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
8d3dbf2
to
86f5df6
Compare
Rebased on master to get launch testing changes. |
CI retriggered including changes in the following connected PRs: |
It seems that BoundedSequences does not have a consistent size between tests. Signed-off-by: Jacob Perron <jacob@openrobotics.org>
f5cffc2
to
c1c41b2
Compare
@dirk-thomas PTAL at c1c41b2 I'm not sure why, but |
https://ci.ros2.org/job/ci_windows/6701/warnings43Result/ It looks like the min value of int32 needs the same treatment as the 64 bit one. |
Fix ros2/rosidl#375 and CI: |
Interface definitions for testing have been consolidated into a common package, test_interface_files.
They have been refactored in an effort to reduce the number of interfaces and also renamed to follow IDL terminology.
This change switches over the tests to use the new interface definitions.
Connects to ros2/rcl_interfaces#58