@@ -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
7676We 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