Skip to content

Commit dbc4510

Browse files
micro-ROS rolling Library auto-update 11-09-2023 06:08 (#973)
Co-authored-by: pablogs9 <[email protected]>
1 parent 02bd2c6 commit dbc4510

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

built_packages

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ https://github.com/eProsima/Micro-CDR.git ed4fd513a24a53b93d548d342cb7aa0a18716f
99
https://github.com/eProsima/Micro-XRCE-DDS-Client.git b8dbfaa775d0d842edfa9a0eb2ebc8ebdb1a0c14
1010
https://github.com/micro-ROS/micro_ros_msgs.git 02dd8456ede8ae75ba4c706231e1ff9e55758221
1111
https://github.com/micro-ROS/micro_ros_utilities 726d95d22c8688d1b71bb41e873e2ee134996706
12-
https://github.com/micro-ROS/rcl ca836603e11c18bdf262b27a50935c3764948177
12+
https://github.com/micro-ROS/rcl 5bfc4b2f1b863dce75a32157f1f2dca1a5d5c9da
1313
https://github.com/micro-ROS/rcutils 180bb76f37197296df894767738a68ba4da12c9a
1414
https://github.com/micro-ROS/rmw-microxrcedds.git 6833232797d1034860125e949f34067a850eeb43
1515
https://github.com/micro-ROS/rosidl_typesupport.git 9e3abf7effcbee61fe9b57712220e22e093b22b5
@@ -19,7 +19,7 @@ https://github.com/ros2/ament_cmake_ros.git 15f835d0e31354c4ac958a32b5f1caa42465
1919
https://github.com/ros2/common_interfaces.git 366eea24ffce6c87f8860cbcd27f4863f46ad822
2020
https://github.com/ros2/example_interfaces.git 4d7d086e4791e1839fecb9c50a1291d4056b916f
2121
https://github.com/ros2/libyaml_vendor.git 4dbe69b952379b39062b9c98898cf1a1cdee9a56
22-
https://github.com/ros2/rcl.git 8f563ed6ec3ca44fcea1280abcfc1b1621277abc
22+
https://github.com/ros2/rcl.git 020ed0ebef70448cb268f9c68ef4b50e53ba50fd
2323
https://github.com/ros2/rcl_interfaces.git fa5d52c30e32d3ab5a85b7fbb36c8a75280e4c9b
2424
https://github.com/ros2/rcl_logging.git 014239dd80ab3de2a847af80f23d24da6438ecb7
2525
https://github.com/ros2/rclc 169b246f738a1b5604423f6187d27dc770781871

libmicroros/include/rcl/graph.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,8 @@ rcl_get_node_names_with_enclaves(
498498
*
499499
* The `topic_name` parameter must not be `NULL`, and must not be an empty string.
500500
* It should also follow the topic name rules.
501-
* \todo TODO(wjwwood): link to the topic name rules.
501+
*
502+
* See: https://design.ros2.org/articles/topic_and_service_names.html
502503
*
503504
* The `count` parameter must point to a valid bool.
504505
* The `count` parameter is the output for this function and will be set.
@@ -543,7 +544,8 @@ rcl_count_publishers(
543544
*
544545
* The `topic_name` parameter must not be `NULL`, and must not be an empty string.
545546
* It should also follow the topic name rules.
546-
* \todo TODO(wjwwood): link to the topic name rules.
547+
*
548+
* See: https://design.ros2.org/articles/topic_and_service_names.html
547549
*
548550
* The `count` parameter must point to a valid bool.
549551
* The `count` parameter is the output for this function and will be set.

0 commit comments

Comments
 (0)