rclcpp
rclcpp copied to clipboard
rclcpp (ROS Client Library for C++)
Related PR https://github.com/ros2/rcpputils/pull/196 Updated deprecated API
This issue was found in ros2/rmw_fastrtps#761. In code of MoveIt, it used static executor. When the static executor is destructed (The executor is in a cancel state.), and it's time...
## Bug report **Required Info:** - Operating System: - Ubuntu Jammy and Noble - Installation type: - Source - Version or commit hash: - Jazzy and Rolling - DDS implementation:...
## Bug report **Required Info:** - Operating System: - 24.04 - Installation type: - ROS 2 Jazzy, Rolling - Version or commit hash: - 28.2.0-1noble.20240430.174609 (from docker) - DDS implementation:...
## Bug report **Required Info:** - Operating System: - Ubuntu 22.04 MATE - Installation type: - binaries - Version or commit hash: - Iron - DDS implementation: - Default(have not...
This Pull Request includes the following changes: - commit [8e6a6fb32d8d6a818b483660e326f2c5313b64ae](https://github.com/ros2/rclcpp/commit/8e6a6fb32d8d6a818b483660e326f2c5313b64ae) Fix subscription.is_serialized() for callbacks with message info [#1950 ](https://github.com/ros2/rclcpp/pull/1950). - commit [d7fdb6184c7f5c2f3a1e7c2a0ddcfd8ba5044452](https://github.com/ros2/rclcpp/commit/d7fdb6184c7f5c2f3a1e7c2a0ddcfd8ba5044452) Declare rclcpp callbacks before the rcl entities [#2024...
## Bug report The `EventsExecutor` currently doesn't handle guard conditions managed in `rcl`. An example is the graph guard condition. The `EventsExecutor` won't receive events from these entities (note that...
This is a draft commit as a basis for advancing the current timer manager implementation used by the events executor. @alsora @fujitatomoya
Add get clients, servers info Refer to https://github.com/ros2/ros2cli/pull/916
This is the Iron version of https://github.com/ros2/rclcpp/pull/2536 and passes without changes to the actual source of rclcpp, which supports the idea that this test is actually testing a regression between...