Skip to content

Commit a113c20

Browse files
authored
[gazebo/custom_nodes] Fixing typo given that set_pose is a service.
1 parent b0a2515 commit a113c20

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/source/gazebo/custom_nodes.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ Here's a brief explanation of why we need each one of these.
6363

6464
More information is available in the :file:`gz-sim/src/systems` folder at https://github.com/gazebosim/gz-sim/tree/gz-sim8/src/systems.
6565

66-
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
67-
|``gz::sim::systems::Physics`` | The physics behavior needed by the other systems. |
68-
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
69-
|``gz::sim::systems::SceneBroadcaster`` | Needed by the other systems `[doc] <https://github.com/gazebosim/gz-sim/blob/gz-sim8/src/systems/scene_broadcaster/SceneBroadcaster.hh>`_.|
70-
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
71-
|``gz::sim::systems::ApplyLinkWrench`` | Creates the ``/wrench`` topic `[doc] <https://github.com/gazebosim/gz-sim/blob/gz-sim8/src/systems/user_commands/UserCommands.hh>`_. |
72-
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
73-
|``gz::sim::systems::UserCommands`` | Creates the ``/set_pose`` topic `[doc] <https://github.com/gazebosim/gz-sim/blob/gz-sim8/src/systems/user_commands/UserCommands.hh>`_. |
74-
+---------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------+
66+
+---------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
67+
|``gz::sim::systems::Physics`` | The physics behavior needed by the other systems. |
68+
+---------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
69+
|``gz::sim::systems::SceneBroadcaster`` | Needed by the other systems `[doc] <https://github.com/gazebosim/gz-sim/blob/gz-sim8/src/systems/scene_broadcaster/SceneBroadcaster.hh>`_. |
70+
+---------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
71+
|``gz::sim::systems::ApplyLinkWrench`` | Creates the ``/wrench`` topic `[doc] <https://github.com/gazebosim/gz-sim/blob/gz-sim8/src/systems/user_commands/UserCommands.hh>`_. |
72+
+---------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
73+
|``gz::sim::systems::UserCommands`` | Creates the ``/set_pose`` service `[doc] <https://github.com/gazebosim/gz-sim/blob/gz-sim8/src/systems/user_commands/UserCommands.hh>`_. |
74+
+---------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------+
7575

7676
We start by adding the following file to your :file:`~/gazebo_tutorial_workspace/scenes` folder.
7777

@@ -544,4 +544,4 @@ This is illustrated in the video below.
544544

545545
.. raw:: html
546546

547-
<iframe width="560" height="315" src="https://www.youtube.com/embed/q6PAvz1eZ6k?si=cIVOKH_LjfuHaLBP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
547+
<iframe width="560" height="315" src="https://www.youtube.com/embed/q6PAvz1eZ6k?si=cIVOKH_LjfuHaLBP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

0 commit comments

Comments
 (0)