File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ https://github.com/ros2/rcl_interfaces.git e17f2ea368eeeec7211a050b02b208b9a2b8c
24
24
https://github.com/ros2/rcl_logging.git c8d466d9a0aacdb4974515fc249dc5a2327dcf6b
25
25
https://github.com/ros2/rclc 6f0a9edb3cf30df0368d3abbad2fa66149e5cc65
26
26
https://github.com/ros2/rcpputils.git d1abed6f53a443849cd45cd22c4255e630a8b5b9
27
- https://github.com/ros2/rmw.git 7e4b0d5f8fb7f7f16fe80419c50c488ca0ab7df6
27
+ https://github.com/ros2/rmw.git 9e69ea58eae634abe0e684e46ff186a26cc02f05
28
28
https://github.com/ros2/rmw_implementation.git 74bd075495a25286839881f5f500e1c9b9926f4c
29
29
https://github.com/ros2/ros2_tracing.git 699f572e9954c899256a437f456602b5f7fb774c
30
30
https://github.com/ros2/rosidl.git 95739d5b19d614296aa6e0d6411a134c293da197
Original file line number Diff line number Diff line change @@ -2084,7 +2084,7 @@ rmw_send_request(
2084
2084
* - Access to the given ROS service response is not synchronized.
2085
2085
* It is not safe to read or write `ros_response` while rmw_take_request() uses it.
2086
2086
* - 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.
2088
2088
* - Access to given primitive data-type arguments is not synchronized.
2089
2089
* It is not safe to read or write `taken` while rmw_take_response() uses it.
2090
2090
*
@@ -2103,7 +2103,7 @@ rmw_send_request(
2103
2103
* \return `RMW_RET_OK` if successful, or
2104
2104
* \return `RMW_RET_BAD_ALLOC` if memory allocation fails, or
2105
2105
* \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
2107
2107
* \return `RMW_RET_INVALID_ARGUMENT` if `ros_response` is NULL, or
2108
2108
* \return `RMW_RET_INVALID_ARGUMENT` if `taken` is NULL, or
2109
2109
* \return `RMW_RET_INCORRECT_RMW_IMPLEMENTATION` if the `client`
You can’t perform that action at this time.
0 commit comments