Chen Lihui
Chen Lihui
related to ros2/design#282 `/parameter_events` enhancement action `feedback` enhancement
use new APIs based on https://github.com/ros2/rcl/pull/921 Signed-off-by: Chen Lihui
Follow-up PR for https://github.com/ros2/rclcpp/pull/1833. Signed-off-by: Chen Lihui
I don't know whether this is an issue or not, but it seems that a ros2 subscriber can receive messages from a publisher of RTI native application. https://github.com/iuhilnehc-ynos/rti_application_and_ros2_communication/blob/main/README.md ## Bug...
## Feature request When I tested with the message type ( 'test_msgs__msg__BasicTypes' / 'test_msgs::msg::BasicTypes' ), I thought the `BasicTypes.msg` file should be in the 'test_msgs' packages. This is the general...
related to https://github.com/ros2/common_content_filter/pull/1 Signed-off-by: Chen Lihui
rcl need to continue to try rcl cft fallback if rmw implementation failed to call rmw cft.
to address https://github.com/ros2/rclcpp/issues/1265#issuecomment-1620208946
To cooperate with updating the https://github.com/ros2/rmw_fastrtps/pull/672 and https://github.com/ros2/rmw_connextdds/pull/106, I need to add a test here.
to support https://github.com/ros2/ros2cli/issues/830