Skip to content

Commit 2d4353f

Browse files
committed
teleop docs completed
1 parent ec87b25 commit 2d4353f

File tree

1 file changed

+20
-1
lines changed
  • docs/_06_user_interfaces/_keyboard_teleoperation

1 file changed

+20
-1
lines changed

docs/_06_user_interfaces/_keyboard_teleoperation/index.rst

+20-1
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,27 @@ Example of keyboard teleoperation tool launch command:
3636

3737
.. code-block:: bash
3838
39-
ros2 launch as2_keyboard_teleoperation as2_keyboard_teleoperation_launch.py namespace:=drone_sim_0,drone_sim_1,drone_sim_2 use_sim_time:=true
39+
ros2 launch as2_keyboard_teleoperation as2_keyboard_teleoperation_launch.py namespace:=drone_sim_0,drone_sim_1,drone_sim_2 use_sim_time:=true config_file:=/path/to/config/file.yaml
4040
4141
This will open keyboard teleoperation interface for drones with namespace: ``drone_sim_0``, ``drone_sim_1`` and ``drone_sim_2``.
4242

43+
.. note::
44+
45+
The ``config_file`` parameter is optional. If not provided, default values will be used.
46+
47+
An example of a configuration file is shown below:
48+
49+
.. code-block:: yaml
50+
51+
/**:
52+
ros__parameters:
53+
speed_value: 0.5
54+
altitude_speed_value: 0.5
55+
turn_speed_value: 0.5
56+
position_value: 1.00
57+
altitude_value: 1.00
58+
turn_angle_value: 0.78
59+
4360
------------
4461
Instructions
4562
------------
@@ -52,6 +69,8 @@ When the previous launch command is executed, a window like the following will o
5269

5370
Keyboard teleoperation initial window.
5471

72+
When in **speed mode**, motion key needs to be pressed and held to move the drone. When in **pose mode**, motion key needs to be pressed and released to move the drone.
73+
5574
Interface Components
5675
####################
5776

0 commit comments

Comments
 (0)