You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/_03_aerial_platforms/_crazyflie/index.rst
+13-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,19 @@ Install platform package
62
62
63
63
.. warning:: This package is not available for binary installation yet. Cooming soon.
64
64
65
-
* 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
+
* For source installation, clone the platform repository into your workspace and build it.
66
+
67
+
.. code-block:: bash
68
+
69
+
# If you have installed Aerostack2 from sources we recommend to clone the package in the src folder of your workspace otherwise you can clone it in any ROS 2 workspace you want.
Copy file name to clipboardExpand all lines: docs/_03_aerial_platforms/_dji/index.rst
+18
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,24 @@ DJI Matrice Series using `DJI Onboard SDK <https://github.com/dji-sdk/Onboard-SD
30
30
Installation
31
31
------------
32
32
33
+
* For binary installation, install by running:
34
+
35
+
.. code-block:: bash
36
+
37
+
sudo apt install ros-humble-as2-platform-dji-osdk
38
+
39
+
.. warning:: This package is not available for binary installation yet. Cooming soon.
40
+
41
+
* For source installation, clone the platform repository into your workspace and build it.
42
+
43
+
.. code-block:: bash
44
+
45
+
# If you have installed Aerostack2 from sources we recommend to clone the package in the src folder of your workspace otherwise you can clone it in any ROS 2 workspace you want.
Copy file name to clipboardExpand all lines: docs/_03_aerial_platforms/_ryze_tello/index.rst
+16
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,22 @@ DJI Tello is controlled using UDP socket communication. The DJI Tello platform p
30
30
Installation
31
31
------------
32
32
33
+
.. code-block:: bash
34
+
35
+
sudo apt install ros-humble-as2-platform-tello
36
+
37
+
.. warning:: This package is not available for binary installation yet. Cooming soon.
38
+
39
+
* For source installation, clone the platform repository into your workspace and build it.
40
+
41
+
.. code-block:: bash
42
+
43
+
# If you have installed Aerostack2 from sources we recommend to clone the package in the src folder of your workspace otherwise you can clone it in any ROS 2 workspace you want.
0 commit comments