Skip to content

Commit 24d5b48

Browse files
Update setup_urdf.rst (#704)
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
1 parent 24e36ec commit 24d5b48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup_guides/urdf/setup_urdf.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Let us then define our ``base_link`` - this link will be a large box and will ac
9494

9595
We will also be defining some of the link's visual properties which can be used by tools such as Gazebo and Rviz to show us a 3D model of our robot. Amongst these properties are ``<geometry>`` which describes the link's shape and ``<material>`` which describes it's color.
9696

97-
For the code block block below, we access the ``base`` properties from the robot constants sections we defined before using the ``${property}`` syntax. In addition, we also set the material color of the main chassis to ``Cyan``. Note that we set these parameters under the ``<visual>`` tag so they will only be applied as visual parameters which dont affect any collision or physical properties.
97+
For the code block below, we access the ``base`` properties from the robot constants sections we defined before using the ``${property}`` syntax. In addition, we also set the material color of the main chassis to ``Cyan``. Note that we set these parameters under the ``<visual>`` tag so they will only be applied as visual parameters which dont affect any collision or physical properties.
9898

9999
.. code-block:: xml
100100
:lineno-start: 17

0 commit comments

Comments
 (0)