Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Lalancette <[email protected]>
Signed-off-by: David V. Lu!! <[email protected]>
  • Loading branch information
DLu and clalancette authored Oct 22, 2024
1 parent 744edf4 commit 30edd6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion source/Tutorials/Intermediate/URDF/URDF-Main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ URDF (Unified Robot Description Format) is a file format for specifying the geom
Using-URDF-with-Robot-State-Publisher
Using-a-URDF-in-Gazebo
Exporting-an-URDF-File

Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. _GazeboURDF:

Using a URDF in Gazebo
======================

Expand Down Expand Up @@ -58,7 +56,7 @@ This launch file


However, it doesn't do anything, and is missing lots of key information that ROS would need to use this robot.
Previously we had been using `joint_state_publisher <https://index.ros.org/p/joint_state_publisher/github-ros-joint_state_publisher/>`_ to specify the pose of each joint.
In :doc:`other <Building-a-Visual-Robot-Model-with-URDF-from-Scratch>` :doc:`tutorials <Building-a-Movable-Robot-Model-with-URDF>` we used `joint_state_publisher <https://index.ros.org/p/joint_state_publisher/github-ros-joint_state_publisher/>`_ to specify the pose of each joint.
However, the robot itself should provide that information in the real world or in Gazebo.
Yet without specifying that, Gazebo doesn't know to publish that information.

Expand Down

0 comments on commit 30edd6c

Please sign in to comment.