Skip to content

Commit 2953120

Browse files
authored
micro-ROS rolling Library auto-update 19-12-2024 06:25 (#1892)
Co-authored-by: pablogs9 <[email protected]>
1 parent f468130 commit 2953120

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

built_packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ https://github.com/ros2/rcl_interfaces.git e17f2ea368eeeec7211a050b02b208b9a2b8c
2424
https://github.com/ros2/rcl_logging.git c8d466d9a0aacdb4974515fc249dc5a2327dcf6b
2525
https://github.com/ros2/rclc 6f0a9edb3cf30df0368d3abbad2fa66149e5cc65
2626
https://github.com/ros2/rcpputils.git d1abed6f53a443849cd45cd22c4255e630a8b5b9
27-
https://github.com/ros2/rmw.git 7e4b0d5f8fb7f7f16fe80419c50c488ca0ab7df6
27+
https://github.com/ros2/rmw.git 9e69ea58eae634abe0e684e46ff186a26cc02f05
2828
https://github.com/ros2/rmw_implementation.git 74bd075495a25286839881f5f500e1c9b9926f4c
2929
https://github.com/ros2/ros2_tracing.git 699f572e9954c899256a437f456602b5f7fb774c
3030
https://github.com/ros2/rosidl.git 95739d5b19d614296aa6e0d6411a134c293da197

src/rmw/rmw.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,7 @@ rmw_send_request(
20842084
* - Access to the given ROS service response is not synchronized.
20852085
* It is not safe to read or write `ros_response` while rmw_take_request() uses it.
20862086
* - Access to the given ROS service response header is not synchronized.
2087-
* It is not safe to read or write `response_header` while rmw_take_response() uses it.
2087+
* It is not safe to read or write `request_header` while rmw_take_response() uses it.
20882088
* - Access to given primitive data-type arguments is not synchronized.
20892089
* It is not safe to read or write `taken` while rmw_take_response() uses it.
20902090
*
@@ -2103,7 +2103,7 @@ rmw_send_request(
21032103
* \return `RMW_RET_OK` if successful, or
21042104
* \return `RMW_RET_BAD_ALLOC` if memory allocation fails, or
21052105
* \return `RMW_RET_INVALID_ARGUMENT` if `client` is NULL, or
2106-
* \return `RMW_RET_INVALID_ARGUMENT` if `response_header` is NULL, or
2106+
* \return `RMW_RET_INVALID_ARGUMENT` if `request_header` is NULL, or
21072107
* \return `RMW_RET_INVALID_ARGUMENT` if `ros_response` is NULL, or
21082108
* \return `RMW_RET_INVALID_ARGUMENT` if `taken` is NULL, or
21092109
* \return `RMW_RET_INCORRECT_RMW_IMPLEMENTATION` if the `client`

0 commit comments

Comments
 (0)