Skip to content

Commit 2ba408d

Browse files
committed
removed redundant quick start
1 parent 87c2f78 commit 2ba408d

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

lbr_fri_ros2/doc/lbr_fri_ros2.rst

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -11,43 +11,6 @@ lbr_fri_ros2
1111

1212
The ``lbr_fri_ros2`` package adds :lbr_fri_ros2:`AsyncClient <lbr_fri_ros2::AsyncClient>`.
1313

14-
Quick Start
15-
-----------
16-
.. warning::
17-
Do always execute in ``T1`` mode first.
18-
19-
.. note::
20-
Make sure you followed the install instructions in :doc:`Hardware Setup <../../lbr_fri_ros2_stack/doc/hardware_setup>`.
21-
22-
#. .. dropdown:: Launch the ``LBRServer`` application on the ``KUKA smartPAD``
23-
24-
.. thumbnail:: ../../lbr_demos/doc/img/applications_lbr_server.png
25-
26-
#. Run the :lbr_fri_ros2:`App <lbr_fri_ros2::App>` node via `app.launch.py <https://github.com/lbr-stack/lbr_fri_ros2_stack/blob/humble/lbr_fri_ros2/launch/app.launch.py>`_:
27-
28-
.. code-block:: bash
29-
30-
ros2 launch lbr_fri_ros2 app.launch.py model:=iiwa7 # [iiwa7, iiwa14, med7, med14]
31-
32-
This launch file does 2 things:
33-
34-
- Loads the ``robot_description`` (to read joint limits)
35-
- Runs the :lbr_fri_ros2:`AppComponent <lbr_fri_ros2::AppComponent>`, which has an instance of :lbr_fri_ros2:`App <lbr_fri_ros2::App>` to
36-
37-
- Create services to connect to / disconnect from the robot
38-
- Publish robot states to ``/lbr/state`` via :lbr_fri_ros2:`Client <lbr_fri_ros2::Client>`
39-
- Read robot commands from ``/lbr/command`` via :lbr_fri_ros2:`Client <lbr_fri_ros2::Client>`
40-
41-
The topic names change with the robot's name. When running
42-
43-
.. code-block:: bash
44-
45-
ros2 launch lbr_fri_ros2 app.launch.py robot_name:=lbr_1 model:=iiwa7 # [iiwa7, iiwa14, med7, med14]
46-
47-
Commands / states will be published to ``/lbr_1/state`` / ``/lbr_1/command``.
48-
49-
See :ref:`LBR Demos` for more examples.
50-
5114
Software Architecture
5215
---------------------
5316
An overview of the software architecture is shown :ref:`below <target to software architecture figure>`:

0 commit comments

Comments
 (0)