-
Notifications
You must be signed in to change notification settings - Fork 418
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
[Dashing] backport rclcpp_components_register_node #935
Conversation
*cmake macro to create components for libraries with multiple nodes Signed-off-by: Siddharth Kucheria <kucheria@usc.edu> Signed-off-by: Shane Loretz <sloretz@openrobotics.org>
Signed-off-by: Siddharth Kucheria <kucheria@usc.edu> Signed-off-by: Shane Loretz <sloretz@openrobotics.org>
Signed-off-by: Siddharth Kucheria <kucheria@usc.edu> Signed-off-by: Shane Loretz <sloretz@openrobotics.org>
Just as a sanity check, are you going to backport all of the demo/example updates for components or just this functionality? |
Just this functionality. I'm using it in a WIP |
Merging, will address #935 (comment) in a new PR |
* test should check specified number of entities. Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com> * rename function name to be very explicit about the point of the check. Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com> * remove check_graph_state(). Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
…rClock (ros2#935) * Remove JumpHandler copy-implementation from PlayerClock/TimeControllerClock This API was originally envisioned as a way to handle the `seek`/`jump` operation, but that feature ended up being implemented inline in the `Player`. This is not used now, and I do not anticipate using it in the future. Removing as housekeeping - if it is needed later it can always be re-added from history. Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
Backport #784, #790, #795 to Dashing for the CMake macro
rclcpp_components_register_node
. These 3 PRs are everything in the history ofrclcpp_components_register_node.cmake
.https://github.com/ros2/rclcpp/commits/eloquent/rclcpp_components/cmake/rclcpp_components_register_node.cmake