Skip to content

Commit 5358b59

Browse files
authored
Fixes to the RViz-Marker-Display-types tutorial. (#4875)
To make it build without warnings. Signed-off-by: Chris Lalancette <[email protected]>
1 parent 8c6ae4a commit 5358b59

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/Tutorials/Intermediate/RViz/Marker-Display-types/Marker-Display-types.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ There is also a `visualization_msgs/msg/MarkerArray <https://github.com/ros2/com
8080
2 Message Parameters
8181
^^^^^^^^^^^^^^^^^^^^
8282

83-
The Marker message type is defined in `ROS 2 Common Interfaces <https://github.com/ros2/common_interfaces/tree/{DISTRO}/visualization_msgs/msg>_` package.
83+
The Marker message type is defined in `ROS 2 Common Interfaces <https://github.com/ros2/common_interfaces/tree/{DISTRO}/visualization_msgs/msg>`_ package.
8484
The messages in this package include comments that are helpful in understanding each of the fields in the message.
8585

8686
* ``ns``:
@@ -109,17 +109,17 @@ The messages in this package include comments that are helpful in understanding
109109

110110
* ``color``:
111111

112-
Color of the object, specified as r/g/b/a, with values in the range of [0, 1]. The, `a` or alpha value, denotes the opacity of the marker with 1 indicating opaque and 0 indicating completely transparent. The default value is 0, or completely transparent. **You must set the a value of your marker to a non-zero value or it will be transparent by default!**
112+
Color of the object, specified as r/g/b/a, with values in the range of [0, 1]. The, ``a`` or alpha value, denotes the opacity of the marker with 1 indicating opaque and 0 indicating completely transparent. The default value is 0, or completely transparent. **You must set the a value of your marker to a non-zero value or it will be transparent by default!**
113113

114114
* ``points``:
115115

116116
Only used for markers of type ``Points``, ``Line strips``, and ``Line`` / ``Cube`` / ``Sphere`` -lists.
117117
It's also used for the Arrow type, if you want to specify the arrow start and end points.
118-
This entry represents a list of `geometry_msgs/Point` types for the center or each marker object you would like rendered.
118+
This entry represents a list of ``geometry_msgs/Point`` types for the center or each marker object you would like rendered.
119119

120120
* ``colors``:
121121

122-
This field is only used for markers that use the points member. This field specifies per-vertex color r/g/b/ color (no alpha yet) for each entry in `points`.
122+
This field is only used for markers that use the points member. This field specifies per-vertex color r/g/b/ color (no alpha yet) for each entry in ``points``.
123123

124124
* ``lifetime``:
125125

0 commit comments

Comments
 (0)