Skip to content

Px4 vision #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions docs/_px4_vision/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
PX4 Vision
==========

This is a complete tutorial for installing and running AeroStack2 in the
`PX4-Vision v1.5 <https://docs.px4.io/main/en/complete_vehicles/px4_vision_kit.html>`

Basic Setup
***********

The first step is to install Ubuntu 22.04 on the Carrier Board from a `bootable USB <https://ubuntu.com/tutorials/create-a-usb-stick-on-ubuntu#1-overview>`. Connect a HDMI and a Keyboard to the Carrier Board and follow the Ubuntu install instructions.



Structure Core Setup
********************

In order to use the Structure Core Camera that comes in the drone you must follow the subsequent steps:

1. Download Structure SDK from https://developer.structure.io/sdk . We have tested ``StructureSDK-CrossPlatform-0.9``
2. Unzip content in ``$HOME`` directory
3. Change directory into the uncompressed folder and run:

.. code-block:: bash

chmod +x DriverAndFirmware/Linux/Install-CoreDriver-Udev-Linux.sh
sudo DriverAndFirmware/Linux/Install-CoreDriver-Udev-Linux.sh # This will allow the device to be detected by the computer


4. After that we will build the library with

.. code-block:: bash

mkdir build
cd build
cmake -G'Unix Makefiles' -DCMAKE_BUILD_TYPE=Release ..
make Samples
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ Most important features:
_developer/index.rst
_projects/index.rst
_license/index.rst
_px4_vision/index.rst