Skip to content

Commit 7207c4a

Browse files
micro-ROS rolling Library auto-update 31-03-2022 06:20 (#899)
Co-authored-by: pablogs9 <[email protected]>
1 parent 1d38e41 commit 7207c4a

File tree

30 files changed

+76
-76
lines changed

30 files changed

+76
-76
lines changed

built_packages

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
https://github.com/micro-ROS/micro_ros_utilities 62270ca99edfab516e50ba7c8c761d33dbf31a78
33
https://github.com/micro-ROS/rmw-microxrcedds.git 644c57440e4fa7049abba75e696702fa229b3065
4-
https://github.com/micro-ROS/rcl a9724e66109c32344cf18897f52fd489efd9e78f
4+
https://github.com/micro-ROS/rcl bccb06c009e19232b6df934df88828ac238544e4
55
https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git/ 875503f7c857ce9aea0ba764ef439e6566a64d97
6-
https://github.com/micro-ROS/rosidl_typesupport.git 88aeda44e67070b403445c98313c7801f0fab628
6+
https://github.com/micro-ROS/rosidl_typesupport.git 0a28c7b07241b2f287c5f6f8090eb6a92cb4519f
77
https://github.com/ros2/rclc 3e5e219ebb5f2c7b3da74f5838349a7969676c81
88
https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git 28b88ac044e504095fbe9381508925e0aec7bc24
99
https://github.com/micro-ROS/rcutils e788d252f73827f735b2586de360a5e393c10fed
@@ -14,12 +14,12 @@ https://github.com/eProsima/Micro-XRCE-DDS-Client.git 9b9278c0b3a633aa7ad634bda2
1414
https://github.com/eProsima/Micro-CDR.git cb4403a8780095df94a7b1936b1e00153c90070d
1515
https://github.com/ros2/rmw.git 01d0db60c5bac242fe6f8a6d49494512f1e20c61
1616
https://github.com/ros2/test_interface_files.git db93f7052ac028634f85c1e73c0ed27d5abd5590
17-
https://github.com/ros2/rcl.git 8dd990576d56a79f8ef421510247fb8641a5ffa8
17+
https://github.com/ros2/rcl.git 8ae0c9d37997e9eb587fc59641688f6fb933a605
1818
https://github.com/ros2/example_interfaces.git 2977bbe4e5e30c74d3594d31a8212193f5c27761
1919
https://github.com/ros2/rosidl.git 2a5f899efeb1cc0a8ea65e9a502b4f08994a353d
2020
https://github.com/ros2/rcpputils.git a7898d98ab684bb5d0cb2c20c823a1b4014fa0dc
21-
https://github.com/ros2/rosidl_dds.git 664a9daadce12d02d35091d1bfde7acabe829354
22-
https://github.com/ros2/common_interfaces.git 467f4489799b7fa13e8270693d36e05603aa864a
21+
https://github.com/ros2/rosidl_dds.git ab8497770c652edb40d6b1591118198cbcf14237
22+
https://github.com/ros2/common_interfaces.git 7a7a0260b8222e0da7a31179b25078491c28544b
2323
https://github.com/ros2/unique_identifier_msgs.git 27767cefcf8a80da44641dc208c57722c28aa11c
2424
https://github.com/ros2/rmw_implementation.git 31843adc17f28a4af0dc5f160e9e3b4dfb9710ea
2525
https://github.com/ros2/rcl_interfaces.git 4be87b33fb6aef6ea5ec5a0662c53f923f9fe9be
@@ -32,5 +32,4 @@ https://github.com/ament/uncrustify_vendor.git ec8f8b4d03483671e8ea2b3039f1015f9
3232
https://github.com/ament/ament_cmake.git 2bf27ce5ad01af340e1f4efd44232c1067d0dbda
3333
https://github.com/ament/ament_lint.git ce1a86ec362e1a91ba10f6d53f4172a98c798ae7
3434
https://github.com/ament/googletest.git 6df7425fdcbd368d2d1b99ffd89b9168014abb07
35-
https://github.com/uncrustify/uncrustify.git 1d3d8fa5e81bece0fac4b81316b0844f7cc35926
3635
https://github.com/ros2/ament_cmake_ros.git 60572fa1bec50b9e6fbe64e1b23640d21c15e9d0

src/actionlib_msgs/msg/detail/goal_status__struct.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ enum
3838
/// Constant 'PREEMPTED'.
3939
/**
4040
* The goal received a cancel request after it started executing
41-
* and has since completed its execution (Terminal State).
41+
* and has since completed its execution (Terminal State).
4242
*/
4343
enum
4444
{
@@ -58,7 +58,7 @@ enum
5858
/// Constant 'ABORTED'.
5959
/**
6060
* The goal was aborted during execution by the action server due
61-
* to some failure (Terminal State).
61+
* to some failure (Terminal State).
6262
*/
6363
enum
6464
{
@@ -68,7 +68,7 @@ enum
6868
/// Constant 'REJECTED'.
6969
/**
7070
* The goal was rejected by the action server without being processed,
71-
* because the goal was unattainable or invalid (Terminal State).
71+
* because the goal was unattainable or invalid (Terminal State).
7272
*/
7373
enum
7474
{
@@ -78,7 +78,7 @@ enum
7878
/// Constant 'PREEMPTING'.
7979
/**
8080
* The goal received a cancel request after it started executing
81-
* and has not yet completed execution.
81+
* and has not yet completed execution.
8282
*/
8383
enum
8484
{

src/control_msgs/action/detail/follow_joint_trajectory__struct.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ typedef struct control_msgs__action__FollowJointTrajectory_Result
124124
/// - INVALID_GOAL: The reason for the invalid goal (e.g., the requested
125125
/// trajectory is in the past).
126126
/// - INVALID_JOINTS: The mismatch between the expected controller joints
127-
/// and those provided in the goal.
127+
/// and those provided in the goal.
128128
/// - PATH_TOLERANCE_VIOLATED and GOAL_TOLERANCE_VIOLATED: Which joint
129129
/// violated which tolerance, and by how much.
130130
rosidl_runtime_c__String error_string;

src/control_msgs/msg/detail/joint_tolerance__struct.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ extern "C"
3030
* abort.
3131
*
3232
* There are two special values for tolerances:
33-
* * 0 - The tolerance is unspecified and will remain at whatever the default is
33+
* * 0 - The tolerance is unspecified and will remain at whatever the default is
3434
* * -1 - The tolerance is "erased". If there was a default, the joint will be
35-
* allowed to move without restriction.
35+
* allowed to move without restriction.
3636
*/
3737
typedef struct control_msgs__msg__JointTolerance
3838
{

src/cortex-m0plus/libmicroros.a

68 Bytes
Binary file not shown.

src/cortex-m3/libmicroros.a

72 Bytes
Binary file not shown.

src/cortex-m4/libmicroros.a

60 Bytes
Binary file not shown.
68 Bytes
Binary file not shown.
48 Bytes
Binary file not shown.
36 Bytes
Binary file not shown.

src/esp32/libmicroros.a

512 Bytes
Binary file not shown.

src/geometry_msgs/msg/detail/inertia__struct.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ typedef struct geometry_msgs__msg__Inertia
3333
/// Inertia Tensor
3434
/// | ixx ixy ixz |
3535
/// I = | ixy iyy iyz |
36-
/// | ixz iyz izz |
36+
/// | ixz iyz izz |
3737
double ixx;
3838
double ixy;
3939
double ixz;
48 Bytes
Binary file not shown.

src/mk20dx256/libmicroros.a

60 Bytes
Binary file not shown.
56 Bytes
Binary file not shown.
56 Bytes
Binary file not shown.

src/rcl/timer.h

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ rcl_timer_fini(rcl_timer_t * timer);
225225
* \param[inout] timer the handle to the timer to call
226226
* \return #RCL_RET_OK if the timer was called successfully, or
227227
* \return #RCL_RET_INVALID_ARGUMENT if any arguments are invalid, or
228-
* \return #RCL_RET_TIMER_INVALID if the timer is invalid, or
228+
* \return #RCL_RET_TIMER_INVALID if the timer->impl is invalid, or
229229
* \return #RCL_RET_TIMER_CANCELED if the timer has been canceled, or
230230
* \return #RCL_RET_ERROR an unspecified error occur.
231231
*/
@@ -250,10 +250,9 @@ rcl_timer_call(rcl_timer_t * timer);
250250
*
251251
* \param[in] timer the handle to the timer which is being queried
252252
* \param[out] clock the rcl_clock_t * in which the clock is stored
253-
* \return #RCL_RET_OK if the period was retrieved successfully, or
253+
* \return #RCL_RET_OK if the clock was retrieved successfully, or
254254
* \return #RCL_RET_INVALID_ARGUMENT if any arguments are invalid, or
255-
* \return #RCL_RET_TIMER_INVALID if the timer is invalid, or
256-
* \return #RCL_RET_ERROR an unspecified error occur.
255+
* \return #RCL_RET_TIMER_INVALID if the timer is invalid.
257256
*/
258257
RCL_PUBLIC
259258
RCL_WARN_UNUSED
@@ -282,7 +281,7 @@ rcl_timer_clock(rcl_timer_t * timer, rcl_clock_t ** clock);
282281
* \param[out] is_ready the bool used to store the result of the calculation
283282
* \return #RCL_RET_OK if the last call time was retrieved successfully, or
284283
* \return #RCL_RET_INVALID_ARGUMENT if any arguments are invalid, or
285-
* \return #RCL_RET_TIMER_INVALID if the timer is invalid, or
284+
* \return #RCL_RET_TIMER_INVALID if the timer->impl is invalid, or
286285
* \return #RCL_RET_ERROR an unspecified error occur.
287286
*/
288287
RCL_PUBLIC
@@ -317,7 +316,7 @@ rcl_timer_is_ready(const rcl_timer_t * timer, bool * is_ready);
317316
* \param[out] time_until_next_call the output variable for the result
318317
* \return #RCL_RET_OK if the timer until next call was successfully calculated, or
319318
* \return #RCL_RET_INVALID_ARGUMENT if any arguments are invalid, or
320-
* \return #RCL_RET_TIMER_INVALID if the timer is invalid, or
319+
* \return #RCL_RET_TIMER_INVALID if the timer->impl is invalid, or
321320
* \return #RCL_RET_TIMER_CANCELED if the timer is canceled, or
322321
* \return #RCL_RET_ERROR an unspecified error occur.
323322
*/
@@ -350,7 +349,7 @@ rcl_timer_get_time_until_next_call(const rcl_timer_t * timer, int64_t * time_unt
350349
* \param[out] time_since_last_call the struct in which the time is stored
351350
* \return #RCL_RET_OK if the last call time was retrieved successfully, or
352351
* \return #RCL_RET_INVALID_ARGUMENT if any arguments are invalid, or
353-
* \return #RCL_RET_TIMER_INVALID if the timer is invalid, or
352+
* \return #RCL_RET_TIMER_INVALID if the timer->impl is invalid, or
354353
* \return #RCL_RET_ERROR an unspecified error occur.
355354
*/
356355
RCL_PUBLIC
@@ -377,6 +376,7 @@ rcl_timer_get_time_since_last_call(const rcl_timer_t * timer, int64_t * time_sin
377376
* \param[out] period the int64_t in which the period is stored
378377
* \return #RCL_RET_OK if the period was retrieved successfully, or
379378
* \return #RCL_RET_INVALID_ARGUMENT if any arguments are invalid, or
379+
* \return #RCL_RET_TIMER_INVALID if the timer->impl is invalid, or
380380
* \return #RCL_RET_ERROR an unspecified error occur.
381381
*/
382382
RCL_PUBLIC
@@ -407,6 +407,7 @@ rcl_timer_get_period(const rcl_timer_t * timer, int64_t * period);
407407
* \param[out] old_period the int64_t in which the previous period is stored
408408
* \return #RCL_RET_OK if the period was retrieved successfully, or
409409
* \return #RCL_RET_INVALID_ARGUMENT if any arguments are invalid, or
410+
* \return #RCL_RET_TIMER_INVALID if the timer->impl is invalid, or
410411
* \return #RCL_RET_ERROR an unspecified error occur.
411412
*/
412413
RCL_PUBLIC
@@ -482,10 +483,9 @@ rcl_timer_exchange_callback(rcl_timer_t * timer, const rcl_timer_callback_t new_
482483
* <i>[1] if `atomic_is_lock_free()` returns true for `atomic_int_least64_t`</i>
483484
*
484485
* \param[inout] timer the timer to be canceled
485-
* \return #RCL_RET_OK if the last call time was retrieved successfully, or
486+
* \return #RCL_RET_OK if the timer was canceled successfully, or
486487
* \return #RCL_RET_INVALID_ARGUMENT if any arguments are invalid, or
487-
* \return #RCL_RET_TIMER_INVALID if the timer is invalid, or
488-
* \return #RCL_RET_ERROR an unspecified error occur.
488+
* \return #RCL_RET_TIMER_INVALID if the timer is invalid.
489489
*/
490490
RCL_PUBLIC
491491
RCL_WARN_UNUSED
@@ -513,6 +513,7 @@ rcl_timer_cancel(rcl_timer_t * timer);
513513
* \param[out] is_canceled storage for the is canceled bool
514514
* \return #RCL_RET_OK if the last call time was retrieved successfully, or
515515
* \return #RCL_RET_INVALID_ARGUMENT if any arguments are invalid, or
516+
* \return #RCL_RET_TIMER_INVALID if the timer->impl is invalid, or
516517
* \return #RCL_RET_ERROR an unspecified error occur.
517518
*/
518519
RCL_PUBLIC
@@ -536,7 +537,7 @@ rcl_timer_is_canceled(const rcl_timer_t * timer, bool * is_canceled);
536537
* <i>[1] if `atomic_is_lock_free()` returns true for `atomic_int_least64_t`</i>
537538
*
538539
* \param[inout] timer the timer to be reset
539-
* \return #RCL_RET_OK if the last call time was retrieved successfully, or
540+
* \return #RCL_RET_OK if the timer was reset successfully, or
540541
* \return #RCL_RET_INVALID_ARGUMENT if any arguments are invalid, or
541542
* \return #RCL_RET_TIMER_INVALID if the timer is invalid, or
542543
* \return #RCL_RET_ERROR an unspecified error occur.

src/sensor_msgs/msg/detail/camera_info__struct.h

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extern "C"
3434
* image topics named:
3535
*
3636
* image_raw - raw data from the camera driver, possibly Bayer encoded
37-
* image - monochrome, distorted
37+
* image - monochrome, distorted
3838
* image_color - color, distorted
3939
* image_rect - monochrome, rectified
4040
* image_rect_color - color, rectified
@@ -73,8 +73,8 @@ typedef struct sensor_msgs__msg__CameraInfo
7373
/// #
7474
/// The internal parameters can be used to warp a raw (distorted) image #
7575
/// to: #
76-
/// 1. An undistorted image (requires D and K) #
77-
/// 2. A rectified image (requires D, K, R) #
76+
/// 1. An undistorted image (requires D and K) #
77+
/// 2. A rectified image (requires D, K, R) #
7878
/// The projection matrix P projects 3D points into the rectified image.#
7979
///
8080
/// The image dimensions with which the camera was calibrated.
@@ -91,7 +91,7 @@ typedef struct sensor_msgs__msg__CameraInfo
9191
/// Intrinsic camera matrix for the raw (distorted) images.
9292
/// [fx 0 cx]
9393
/// K = [ 0 fy cy]
94-
/// [ 0 0 1]
94+
/// [ 0 0 1]
9595
/// Projects 3D points in the camera coordinate frame to 2D pixel
9696
/// coordinates using the focal lengths (fx, fy) and principal point
9797
/// (cx, cy).
@@ -108,45 +108,45 @@ typedef struct sensor_msgs__msg__CameraInfo
108108
/// P = [ 0 fy' cy' Ty]
109109
/// [ 0 0 1 0]
110110
/// By convention, this matrix specifies the intrinsic (camera) matrix
111-
/// of the processed (rectified) image. That is, the left 3x3 portion
111+
/// of the processed (rectified) image. That is, the left 3x3 portion
112112
/// is the normal camera intrinsic matrix for the rectified image.
113113
/// It projects 3D points in the camera coordinate frame to 2D pixel
114-
/// coordinates using the focal lengths (fx', fy') and principal point
114+
/// coordinates using the focal lengths (fx', fy') and principal point
115115
/// (cx', cy') - these may differ from the values in K.
116116
/// For monocular cameras, Tx = Ty = 0. Normally, monocular cameras will
117117
/// also have R = the identity and P[1:3,1:3] = K.
118118
/// For a stereo pair, the fourth column [Tx Ty 0]' is related to the
119119
/// position of the optical center of the second camera in the first
120-
/// camera's frame. We assume Tz = 0 so both cameras are in the same
120+
/// camera's frame. We assume Tz = 0 so both cameras are in the same
121121
/// stereo image plane. The first camera always has Tx = Ty = 0. For
122122
/// the right (second) camera of a horizontal stereo pair, Ty = 0 and
123123
/// Tx = -fx' * B, where B is the baseline between the cameras.
124124
/// Given a 3D point [X Y Z]', the projection (x, y) of the point onto
125-
/// the rectified image is given by:
125+
/// the rectified image is given by:
126126
/// [u v w]' = P * [X Y Z 1]'
127127
/// x = u / w
128-
/// y = v / w
129-
/// This holds for both images of a stereo pair.
128+
/// y = v / w
129+
/// This holds for both images of a stereo pair.
130130
/// 3x4 row-major matrix
131131
double p[12];
132-
/// Operational Parameters #
132+
/// Operational Parameters #
133133
///
134134
/// These define the image region actually captured by the camera #
135135
/// driver. Although they affect the geometry of the output image, they #
136136
/// may be changed freely without recalibrating the camera. #
137137
///
138138
/// Binning refers here to any camera setting which combines rectangular
139-
/// neighborhoods of pixels into larger "super-pixels." It reduces the
140-
/// resolution of the output image to
139+
/// neighborhoods of pixels into larger "super-pixels." It reduces the
140+
/// resolution of the output image to
141141
/// (width / binning_x) x (height / binning_y).
142142
/// The default values binning_x = binning_y = 0 is considered the same
143-
/// as binning_x = binning_y = 1 (no subsampling).
143+
/// as binning_x = binning_y = 1 (no subsampling).
144144
uint32_t binning_x;
145145
uint32_t binning_y;
146146
/// Region of interest (subwindow of full camera resolution), given in
147-
/// full resolution (unbinned) image coordinates. A particular ROI
148-
/// always denotes the same window of pixels on the camera sensor,
149-
/// regardless of binning settings.
147+
/// full resolution (unbinned) image coordinates. A particular ROI
148+
/// always denotes the same window of pixels on the camera sensor,
149+
/// regardless of binning settings.
150150
/// The default setting of roi (all values 0) is considered the same as
151151
/// full resolution (roi.width = width, roi.height = height).
152152
sensor_msgs__msg__RegionOfInterest roi;

src/sensor_msgs/msg/detail/channel_float32__struct.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ extern "C"
3232
* point.
3333
*
3434
* Channel names in existing practice include:
35-
* "u", "v" - row and column (respectively) in the left stereo image.
36-
* This is opposite to usual conventions but remains for
35+
* "u", "v" - row and column (respectively) in the left stereo image.
36+
* This is opposite to usual conventions but remains for
3737
* historical reasons. The newer PointCloud2 message has no
3838
* such problem.
39-
* "rgb" - For point clouds produced by color stereo cameras. uint8
39+
* "rgb" - For point clouds produced by color stereo cameras. uint8
4040
* (R,G,B) values packed into the least significant 24 bits,
4141
* in order.
42-
* "intensity" - laser or pixel intensity.
42+
* "intensity" - laser or pixel intensity.
4343
* "distance"
4444
*/
4545
typedef struct sensor_msgs__msg__ChannelFloat32

src/sensor_msgs/msg/detail/compressed_image__struct.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ typedef struct sensor_msgs__msg__CompressedImage
3939
/// +z should point into to plane of the image
4040
std_msgs__msg__Header header;
4141
/// Specifies the format of the data
42-
/// Acceptable values:
43-
/// jpeg, png, tiff
42+
/// Acceptable values:
43+
/// jpeg, png, tiff
4444
rosidl_runtime_c__String format;
4545
/// Compressed image buffer
4646
rosidl_runtime_c__uint8__Sequence data;

src/sensor_msgs/msg/detail/illuminance__struct.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ extern "C"
3434
* All other Photometric and Radiometric measurements should not use this message.
3535
* This message cannot represent:
3636
* - Luminous intensity (candela/light source output)
37-
* - Luminance (nits/light output per area)
38-
* - Irradiance (watt/area), etc.
37+
* - Luminance (nits/light output per area)
38+
* - Irradiance (watt/area), etc.
3939
*/
4040
typedef struct sensor_msgs__msg__Illuminance
4141
{

src/sensor_msgs/msg/detail/joint_state__struct.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ extern "C"
3232
* This is a message that holds data to describe the state of a set of torque controlled joints.
3333
*
3434
* The state of each joint (revolute or prismatic) is defined by:
35-
* * the position of the joint (rad or m),
36-
* * the velocity of the joint (rad/s or m/s) and
35+
* * the position of the joint (rad or m),
36+
* * the velocity of the joint (rad/s or m/s) and
3737
* * the effort that is applied in the joint (Nm or N).
3838
*
3939
* Each joint is uniquely identified by its name

src/sensor_msgs/msg/detail/nav_sat_fix__struct.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ typedef struct sensor_msgs__msg__NavSatFix
6363
{
6464
/// header.stamp specifies the ROS time for this measurement (the
6565
/// corresponding satellite time may be reported using the
66-
/// sensor_msgs/TimeReference message).
66+
/// sensor_msgs/TimeReference message).
6767
///
6868
/// header.frame_id is the frame of reference reported by the satellite
6969
/// receiver, usually the location of the antenna. This is a

src/statistics_msgs/msg/detail/metrics_message__struct.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ extern "C"
3434
* measure a system's CPU % for a given window yields the following data points over a window of time:
3535
*
3636
* - average cpu %
37-
* - std deviation
38-
* - min
39-
* - max
37+
* - std deviation
38+
* - min
39+
* - max
4040
* - sample count
4141
*
4242
* These are all represented as different 'StatisticDataPoint's.

src/stereo_msgs/msg/detail/disparity_image__struct.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ typedef struct stereo_msgs__msg__DisparityImage
4848
/// In the disparity image, any disparity less than min_disparity is invalid.
4949
/// The disparity search range defines the horopter, or 3D volume that the
5050
/// stereo algorithm can "see". Points with Z outside of:
51-
/// Z_min = fT / max_disparity
52-
/// Z_max = fT / min_disparity
51+
/// Z_min = fT / max_disparity
52+
/// Z_max = fT / min_disparity
5353
/// could not be found.
5454
float min_disparity;
5555
float max_disparity;

src/unique_identifier_msgs/msg/detail/uuid__struct.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ extern "C"
2121
/**
2222
* A universally unique identifier (UUID).
2323
*
24-
* http://en.wikipedia.org/wiki/Universally_unique_identifier
24+
* http://en.wikipedia.org/wiki/Universally_unique_identifier
2525
* http://tools.ietf.org/html/rfc4122.html
2626
*/
2727
typedef struct unique_identifier_msgs__msg__UUID

src/visualization_msgs/msg/detail/interactive_marker_control__struct.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ typedef struct visualization_msgs__msg__InteractiveMarkerControl
153153
/// - The markers can be defined in an arbitrary coordinate frame,
154154
/// but will be transformed into the local frame of the interactive marker.
155155
/// - If the header of a marker is empty, its pose will be interpreted as
156-
/// relative to the pose of the parent interactive marker.
156+
/// relative to the pose of the parent interactive marker.
157157
visualization_msgs__msg__Marker__Sequence markers;
158158
/// In VIEW_FACING mode, set this to true if you don't want the markers
159159
/// to be aligned with the camera view point. The markers will show up

0 commit comments

Comments
 (0)