Skip to content

Commit

Permalink
finished doc (#50, #211)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Oct 18, 2024
1 parent ed69681 commit e8efa26
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
14 changes: 7 additions & 7 deletions lbr_demos/lbr_moveit/config/forward_keyboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
y: 0.2
z: 0.2
joints:
- 0.2
- 0.2
- 0.2
- 0.2
- 0.2
- 0.2
- 0.2
- 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 0.4
- 0.4
keyboard_layout:
# uses pynput: https://pypi.org/project/pynput/
translation:
Expand Down
11 changes: 9 additions & 2 deletions lbr_demos/lbr_moveit/doc/lbr_moveit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,17 @@ MoveIt Servo - Simulation

.. code-block:: bash
ros2 launch lbr_moveit moveit_servo.launch.py \
ros2 launch lbr_bringup moveit_servo.launch.py \
mode:=mock \
model:=iiwa7 # [iiwa7, iiwa14, med7, med14]
#. Optionally run RViZ:

.. code-block:: bash
ros2 launch lbr_bringup rviz.launch.py
#. Publish to ``/lbr/servo_node/delta_joint_cmds`` and ``/lbr/servo_node/delta_twist_cmds``. For this demo, we provide a keyboard driver (keyboard layout is printed to terminal):

.. code-block:: bash
Expand Down Expand Up @@ -69,7 +76,7 @@ MoveIt Servo - Hardware
- ``FRI control mode``: ``POSITION_CONTROL`` or ``JOINT_IMPEDANCE_CONTROL``
- ``FRI client command mode``: ``POSITION``

#. Proceed with steps 1, 2 and 3 from `MoveIt Servo - Simulation`_ but with ``ros2 launch lbr_bringup hardware.launch.py`` in step 1.
#. Proceed with steps 1, 2, 3 and 4 from `MoveIt Servo - Simulation`_ but with ``ros2 launch lbr_bringup hardware.launch.py`` in step 1.

MoveIt via RViz
---------------
Expand Down

0 comments on commit e8efa26

Please sign in to comment.