Skip to content

Commit ac7b5d9

Browse files
committed
added clarification
1 parent 9a62c42 commit ac7b5d9

File tree

2 files changed

+28
-12
lines changed

2 files changed

+28
-12
lines changed

lbr_demos/lbr_demos_cpp/doc/lbr_demos_cpp.rst

+14-6
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ lbr_demos_cpp
88
:local:
99
:backlinks: none
1010

11-
Joint Sine Overlay (Hardware only)
12-
----------------------------------
11+
LBR Joint Position Command Controller (Hardware only)
12+
-----------------------------------------------------
13+
This demo uses the :ref:`lbr_fri_ros2::LBRJointPositionCommandController` and overlays a sinusoidal motion on joint ``A4``.
14+
1315
#. Configure the ``client_command_mode`` to ``position`` in `lbr_system_parameters.yaml <https://github.com/lbr-stack/lbr_fri_ros2_stack/blob/humble/lbr_ros2_control/config/lbr_system_parameters.yaml>`_:octicon:`link-external`
1416

1517
#. .. dropdown:: Launch the ``LBRServer`` application on the ``KUKA smartPAD``
@@ -42,6 +44,8 @@ Joint Sine Overlay (Hardware only)
4244

4345
Joint Trajectory Controller
4446
---------------------------
47+
This demos uses the ``joint_trajectory_controller`` of ``ros2_controllers`` and moves the robot to a predefined configuration.
48+
4549
Simulation
4650
~~~~~~~~~~
4751
#. Launch the simulated robot:
@@ -78,8 +82,10 @@ Hardware
7882

7983
#. Proceed with steps 1 and 2 from `Simulation`_ but with ``sim:=false``.
8084

81-
Torque Sine Overlay (Hardware only)
82-
-----------------------------------
85+
LBR Torque Command Controller (Hardware only)
86+
---------------------------------------------
87+
This demo uses the :ref:`lbr_fri_ros2::LBRTorqueCommandController` and overlays a sinusoidal torque on joint ``A4``.
88+
8389
#. Configure the ``client_command_mode`` to ``torque`` in `lbr_system_parameters.yaml <https://github.com/lbr-stack/lbr_fri_ros2_stack/blob/humble/lbr_ros2_control/config/lbr_system_parameters.yaml>`_:octicon:`link-external`
8490

8591
#. .. dropdown:: Launch the ``LBRServer`` application on the ``KUKA smartPAD``
@@ -110,8 +116,10 @@ Torque Sine Overlay (Hardware only)
110116
111117
This node overlays a sinusoidal torque on joint ``A4``.
112118

113-
Wrench Sine Overlay (Hardware only)
114-
-----------------------------------
119+
LBR Wrench Command Controller (Hardware only)
120+
---------------------------------------------
121+
This demo uses the :ref:`lbr_fri_ros2::LBRWrenchCommandController` and overlays a sinusoidal force on the x- and y-axis.
122+
115123
#. Configure the ``client_command_mode`` to ``wrench`` in `lbr_system_parameters.yaml <https://github.com/lbr-stack/lbr_fri_ros2_stack/blob/humble/lbr_ros2_control/config/lbr_system_parameters.yaml>`_:octicon:`link-external`
116124

117125
#. .. dropdown:: Launch the ``LBRServer`` application on the ``KUKA smartPAD``

lbr_demos/lbr_demos_py/doc/lbr_demos_py.rst

+14-6
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ lbr_demos_py
88
:local:
99
:backlinks: none
1010

11-
Joint Sine Overlay (Hardware only)
12-
----------------------------------
11+
LBR Joint Position Command Controller (Hardware only)
12+
-----------------------------------------------------
13+
This demo uses the :ref:`lbr_fri_ros2::LBRJointPositionCommandController` and overlays a sinusoidal motion on joint ``A4``.
14+
1315
#. Configure the ``client_command_mode`` to ``position`` in `lbr_system_parameters.yaml <https://github.com/lbr-stack/lbr_fri_ros2_stack/blob/humble/lbr_ros2_control/config/lbr_system_parameters.yaml>`_:octicon:`link-external`
1416

1517
#. .. dropdown:: Launch the ``LBRServer`` application on the ``KUKA smartPAD``
@@ -42,6 +44,8 @@ Joint Sine Overlay (Hardware only)
4244

4345
Joint Trajectory Controller
4446
---------------------------
47+
This demos uses the ``joint_trajectory_controller`` of ``ros2_controllers`` and moves the robot to a predefined configuration.
48+
4549
Simulation
4650
~~~~~~~~~~
4751
#. Launch the ``LBRBringup``:
@@ -78,8 +82,10 @@ Hardware
7882

7983
#. Proceed with steps 1 and 2 from `Simulation`_ but with ``sim:=false``.
8084

81-
Torque Sine Overlay (Hardware only)
82-
-----------------------------------
85+
LBR Torque Command Controller (Hardware only)
86+
---------------------------------------------
87+
This demo uses the :ref:`lbr_fri_ros2::LBRTorqueCommandController` and overlays a sinusoidal torque on joint ``A4``.
88+
8389
#. Configure the ``client_command_mode`` to ``torque`` in `lbr_system_parameters.yaml <https://github.com/lbr-stack/lbr_fri_ros2_stack/blob/humble/lbr_ros2_control/config/lbr_system_parameters.yaml>`_:octicon:`link-external`
8490

8591
#. .. dropdown:: Launch the ``LBRServer`` application on the ``KUKA smartPAD``
@@ -110,8 +116,10 @@ Torque Sine Overlay (Hardware only)
110116
111117
This node overlays a sinusoidal torque on joint ``A4``.
112118

113-
Wrench Sine Overlay (Hardware only)
114-
-----------------------------------
119+
LBR Wrench Command Controller (Hardware only)
120+
---------------------------------------------
121+
This demo uses the :ref:`lbr_fri_ros2::LBRWrenchCommandController` and overlays a sinusoidal force on the x- and y-axis.
122+
115123
#. Configure the ``client_command_mode`` to ``wrench`` in `lbr_system_parameters.yaml <https://github.com/lbr-stack/lbr_fri_ros2_stack/blob/humble/lbr_ros2_control/config/lbr_system_parameters.yaml>`_:octicon:`link-external`
116124

117125
#. .. dropdown:: Launch the ``LBRServer`` application on the ``KUKA smartPAD``

0 commit comments

Comments
 (0)