Skip to content

Commit 38b9a8f

Browse files
authored
Merge pull request #61 from Pedr0517/main
Update Tello ariel platform
2 parents aef650a + 4cc2686 commit 38b9a8f

File tree

1 file changed

+4
-30
lines changed
  • docs/_03_aerial_platforms/_ryze_tello

1 file changed

+4
-30
lines changed

docs/_03_aerial_platforms/_ryze_tello/index.rst

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,15 @@ DJI Tello is controlled using UDP socket communication. The DJI Tello platform p
3030
Installation
3131
------------
3232

33+
* For binary installation, install by running:
34+
3335
.. code-block:: bash
3436
3537
sudo apt install ros-humble-as2-platform-tello
3638
3739
.. warning:: This package is not available for binary installation yet. Cooming soon.
3840

39-
* For source installation, clone the platform repository into your workspace and build it.
41+
* For source installation, clone the platform repository into your workspace and build it. See it in :ref:`Aerostack2 installation guide <getting_started_ubuntu_installation_source>`.
4042

4143
.. code-block:: bash
4244
@@ -48,23 +50,6 @@ Installation
4850
colcon build --packages-up-to as2_platform_tello
4951
5052
51-
.. _aerial_platform_dji_tello_installation_package:
52-
53-
Install platform package
54-
========================
55-
56-
* For binary installation, install by running:
57-
58-
.. code-block:: bash
59-
60-
sudo apt install ros-humble-as2-platform-tello
61-
62-
.. warning:: This package is not available for binary installation yet. Cooming soon.
63-
64-
* For source installation, clone Aerostack2 repository into your workspace and build it. See it in :ref:`Aerostack2 installation guide <getting_started_ubuntu_installation_source>`.
65-
66-
67-
6853
.. _aerial_platform_dji_tello_as2_common_interface:
6954

7055
---------------------------
@@ -154,21 +139,10 @@ Aerostack2 DJI Tello platform provides a launch file, which parameters are:
154139
- | Optional. File yaml path with the config file that set:
155140
| command frequency in Hz (cmd_freq), info frequency in Hz (info_freq) and
156141
| file path with the control modes configuration (control_modes_file). Default the file in the package.
157-
* - dji_app_config
158-
- string
159-
- | Text file with the DJI app configuration. Must have the following format:
160-
| app_id: <your_app_id>
161-
| app_key: <your_app_key>
162-
| device: /dev/ttyUSB0
163-
| baudrate: 921600
164-
| acm_port: /dev/ttyACM0
165-
* - simulation_mode
166-
- bool
167-
- Optional, default false. Use for simulation with `DJI Assistant 2 <https://www.dji.com/es/downloads/softwares/assistant-dji-2-for-matrice>`_.
168142
169143
Example of launch command:
170144

171145
.. code-block:: bash
172146
173-
ros2 launch as2_platform_dji_osdk as2_platform_dji_osdk_launch.py namespace:=drone1 dji_app_config:=UserConfig.txt
147+
ros2 launch as2_platform_tello tello_platform.launch.py namespace:=drone0
174148

0 commit comments

Comments
 (0)