Conversation
jacobperron
left a comment
There was a problem hiding this comment.
LGTM, just some minor comments and a bikeshed question about using "event" vs. "introspection".
rosidl_typesupport_tests/test/rosidl_typesupport_cpp/test_service_typesupport.cpp
Outdated
Show resolved
Hide resolved
|
@jacobperron Pinging to request review & help with changes introduced in d48c0ee to split typesupport tests into a new package so that we can test the generated typesupport files. I'm stuck on some linker issues while building, so some feedback would be much appreciated. |
9402704 to
b309bf3
Compare
|
rebased on rolling |
rosidl_typesupport_tests/test/rosidl_typesupport_cpp/test_service_typesupport.cpp
Outdated
Show resolved
Hide resolved
jacobperron
left a comment
There was a problem hiding this comment.
I've fixed the test and expanded on it. Also did some other minor cleanup.
I've left comments for things that still need to be addressed.
| "${cpp_typesupport_target}" | ||
| ) | ||
|
|
||
| # TODO(jacobperron): Add tests for rosidl_typesupport_c |
There was a problem hiding this comment.
We can add equivalent tests for C-typesupport to their own test file.
| } | ||
| } | ||
|
|
||
| // TODO(jacobperron): Add test for action service |
There was a problem hiding this comment.
May as well add tests with an action service.
ivanpauno
left a comment
There was a problem hiding this comment.
note to self: check open discussions again, review tests.
Otherwise LGTM
2d15999 to
f1bca72
Compare
wjwwood
left a comment
There was a problem hiding this comment.
lgtm, with test todo's addressed
Tests completed in f273831. |
c22d98d to
296d5f7
Compare
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Brian Chen <brian.chen@openrobotics.org>
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
Remove unnecessary dependencies 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: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
Signed-off-by: Ivan Santiago Paunovic <ivanpauno@ekumenlabs.com>
It should not be a UUID. Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
296d5f7 to
c3c80ad
Compare
|
CI for this is in ros2/ros2#1285 (comment) |
This PR is part of a prototype implementation for ros-infrastructure/rep#360 ros2/ros2#1285. It implements the new methods defined in
rosidl_runtime_cppin ros2/rosidl#700 allowing for rcl to populate service_event message payloads.