Skip to content

Commit 6bdf21d

Browse files
committed
revert update
1 parent 2d4353f commit 6bdf21d

File tree

1 file changed

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

1 file changed

+1
-19
lines changed

docs/_06_user_interfaces/_keyboard_teleoperation/index.rst

+1-19
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,10 @@ 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 config_file:=/path/to/config/file.yaml
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
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-
6043
------------
6144
Instructions
6245
------------
@@ -69,7 +52,6 @@ When the previous launch command is executed, a window like the following will o
6952

7053
Keyboard teleoperation initial window.
7154

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.
7355

7456
Interface Components
7557
####################

0 commit comments

Comments
 (0)