You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This demo uses the :ref:`lbr_fri_ros2::LBRJointPositionCommandController` and overlays a sinusoidal motion on joint ``A4``.
14
+
13
15
#. 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`
14
16
15
17
#. .. dropdown:: Launch the ``LBRServer`` application on the ``KUKA smartPAD``
@@ -42,6 +44,8 @@ Joint Sine Overlay (Hardware only)
42
44
43
45
Joint Trajectory Controller
44
46
---------------------------
47
+
This demos uses the ``joint_trajectory_controller`` of ``ros2_controllers`` and moves the robot to a predefined configuration.
48
+
45
49
Simulation
46
50
~~~~~~~~~~
47
51
#. Launch the simulated robot:
@@ -78,8 +82,10 @@ Hardware
78
82
79
83
#. Proceed with steps 1 and 2 from `Simulation`_ but with ``sim:=false``.
80
84
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
+
83
89
#. 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`
84
90
85
91
#. .. dropdown:: Launch the ``LBRServer`` application on the ``KUKA smartPAD``
@@ -110,8 +116,10 @@ Torque Sine Overlay (Hardware only)
110
116
111
117
This node overlays a sinusoidal torque on joint ``A4``.
112
118
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
+
115
123
#. 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`
116
124
117
125
#. .. dropdown:: Launch the ``LBRServer`` application on the ``KUKA smartPAD``
This demo uses the :ref:`lbr_fri_ros2::LBRJointPositionCommandController` and overlays a sinusoidal motion on joint ``A4``.
14
+
13
15
#. 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`
14
16
15
17
#. .. dropdown:: Launch the ``LBRServer`` application on the ``KUKA smartPAD``
@@ -42,6 +44,8 @@ Joint Sine Overlay (Hardware only)
42
44
43
45
Joint Trajectory Controller
44
46
---------------------------
47
+
This demos uses the ``joint_trajectory_controller`` of ``ros2_controllers`` and moves the robot to a predefined configuration.
48
+
45
49
Simulation
46
50
~~~~~~~~~~
47
51
#. Launch the ``LBRBringup``:
@@ -78,8 +82,10 @@ Hardware
78
82
79
83
#. Proceed with steps 1 and 2 from `Simulation`_ but with ``sim:=false``.
80
84
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
+
83
89
#. 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`
84
90
85
91
#. .. dropdown:: Launch the ``LBRServer`` application on the ``KUKA smartPAD``
@@ -110,8 +116,10 @@ Torque Sine Overlay (Hardware only)
110
116
111
117
This node overlays a sinusoidal torque on joint ``A4``.
112
118
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
+
115
123
#. 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`
116
124
117
125
#. .. dropdown:: Launch the ``LBRServer`` application on the ``KUKA smartPAD``
0 commit comments