Skip to content

Commit bbc78c3

Browse files
micro-ROS rolling Library auto-update 16-05-2023 08:35 (#1388)
Co-authored-by: Acuadros95 <[email protected]>
1 parent 23a29ac commit bbc78c3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

built_packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ https://github.com/ros2/rcl_interfaces.git f03ee90089b96e9d6aa699019f43f17e1b0ac
2525
https://github.com/ros2/rcl_logging.git e9f237d29cfa9651eb96273e7e1fefb978faa1dc
2626
https://github.com/ros2/rclc 2648503e3fdcf1308bd1d3748e1f4792285cd1b1
2727
https://github.com/ros2/rcpputils.git 47ad866332d307a9f6a9fe46391efcd1c9a2de54
28-
https://github.com/ros2/rmw.git 36003aaed8fd9718c20b19f4da6fb21929574058
28+
https://github.com/ros2/rmw.git e523e4706ae6e20134fb835a91d18b74a134175e
2929
https://github.com/ros2/rmw_implementation.git 29640b9f2b480a3e6c13126203714d4bb6d5e7d2
3030
https://github.com/ros2/ros2_tracing.git a2f2151bfbcb8c23716c86e70fa9cec0573462ae
3131
https://github.com/ros2/rosidl.git e3b71ece1a5c351f4656e4ce6cbe421910936bc7

src/rmw/qos_profiles.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ typedef enum RMW_PUBLIC_TYPE rmw_qos_compatibility_type_e
192192
* \param[in] reason_size: Size of the string buffer `reason`, if one is provided.
193193
* If `reason` is `nullptr`, then this parameter must be zero.
194194
* \return `RMW_RET_OK` if the check was successful, or
195-
* \return `RMW_RET_INVALID_ARGUMENT` if `compatiblity` is `nullptr`, or
195+
* \return `RMW_RET_INVALID_ARGUMENT` if `compatibility` is `nullptr`, or
196196
* \return `RMW_RET_INVALID_ARGUMENT` if `reason` is `NULL` and `reason_size` is not zero, or
197197
* \return `RMW_RET_ERROR` if there is an unexpected error.
198198
*/

src/rmw/rmw.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ rmw_destroy_publisher(rmw_node_t * node, rmw_publisher_t * publisher);
428428
* \return `RMW_RET_INCORRECT_RMW_IMPLEMENTATION` if `publisher` implementation identifier
429429
* does not match this implementation, or
430430
* \return `RMW_RET_UNSUPPORTED` if the implementation does not support ROS message loaning, or
431-
* \return `RMW_RET_ERROR` if an unexpected error occured.
431+
* \return `RMW_RET_ERROR` if an unexpected error occurred.
432432
*/
433433
RMW_PUBLIC
434434
RMW_WARN_UNUSED

0 commit comments

Comments
 (0)