rclcpp
rclcpp copied to clipboard
rclcpp (ROS Client Library for C++)
## Bug report **Required Info:** - Operating System: - Ubuntu Noble - Installation type: - Source - Version or commit hash: - Rolling - DDS implementation: - RTI Connext -...
## Bug report **Required Info:** - Operating System: - Linux Noble - Installation type: - Source - Version or commit hash: - Rolling, Jammy - DDS implementation: - RTI Connext...
Please back-port to humble issue 2492 commit 63c2e2ef6f7367b4420e4fd0eab5d78b551cb794
Hello! i've a use case where I need to know the parsed global ros args inside the Node, but I see there is no current way as the NodeOptions arguments...
This is a first attempt to fix #2589. Rebuild the collection explicitly before the wait, if the notify_waitable_ has been triggered.
I noticed that ROS 2 action clients and servers don't have an API equivalent to `get_topic_name` or `get_service_name` that you can find in publishers, subscriptions, etc. I often needed this...
## Bug report Hello! I've a plugin that I use it to perform some computations and return and this plugin runs at a higher frequency, and then to reduce spamming,...
This commit is only relevant if the events executor is used. This commit adds a background thread, to create events for the expire timer of the action. Without this the...
fixes https://github.com/ros2/rclcpp/issues/2678 @mjcarroll we should merge this ASAP and backport to jazzy, to keep the ABI breakage to one release
# AsyncParametersClient and get_parameter Synchronization Issues ## Description There are synchronization issues between `AsyncParametersClient::load_parameters()` and `Node::get_parameter()` that make it difficult to reliably load and read parameters. ## Problem When loading...