# App development

- [Getting Started](/app-development/app-development.md): The aim of this documentation is to guide you through all necessary steps to successfully develop, deploy and integrate your applications for Auterion powered drones.
- [Development environment Setup](/app-development/app-development/application-development.md): Follow the below listed instructions to easily set up your development environment.
- [Connecting to a device](/app-development/app-development/connecting-to-a-device.md): This short guide shows how to connect to a device, select it and list the applications installed on it.
- [Application Development](/app-development/app-development/application-development-1.md): Workflow to build and install an app on AuterionOS
- [App Framework](/app-development/app-framework.md)
- [Building your First App](/app-development/app-framework/app-framework.md): Structure of the app meta file, and how to build the app
- [Apps API](/app-development/app-framework/app-framework-1.md)
- [Sensor Data](/app-development/app-framework/sensor-data.md): Accessing live sensor data from the flight controller (FMU)
- [Video Streams](/app-development/app-framework/payload-manager.md)
- [Photos](/app-development/app-framework/photos.md)
- [Hardware Peripherals](/app-development/app-framework/peripherals-hardware.md)
- [Persistent Storage](/app-development/app-framework/file-storage.md)
- [MAVLink](/app-development/app-framework/communicating-with-the-autopilot.md): Mavlink Communication with the Autopilot and other systems that use the MAVLink protocol
- [Native Docker Compose](/app-development/app-framework/compose-override.md): Compose override allows the use of native docker compose directives
- [App Parameters](/app-development/app-framework/app-settings.md)
- [Mountsets](/app-development/app-framework/mountsets.md)
- [Log App Data to Auterion Suite](/app-development/app-framework/logging.md)
- [How to log Time Series Data](/app-development/app-framework/logging/logging-ros2-messages.md)
- [How to log basic Text Output](/app-development/app-framework/logging/logging-text-output.md)
- [How to store an App's Binary Data on Skynode](/app-development/app-framework/logging-arbitrary-data-persistently.md)
- [User Web Interfaces](/app-development/app-framework/user-interfaces-web.md)
- [Build Arguments](/app-development/app-framework/build-arguments.md): Use build arguments to modify the app or its behaviour during build time
- [Debugging apps with SSH](/app-development/app-framework/ssh-access.md): Get SSH access to your app
- [Debugging Apps with gdb](/app-development/app-framework/debugging-apps-with-gdb.md)
- [PX4 Messages in ROS 2](/app-development/app-framework/px4-messages-in-ros-2.md): Interact with uORB messages in APX4 using ROS 2
- [DDS / ROS2 Configuration](/app-development/app-framework/dds-ros2-configuration.md): For the inter-process communication between FMU and apps or app to app, AOS applies DDS/ROS2 as a middleware/framework. This page describes default configurations and possible points of modification.
- [Structuring Applications with Multiple Services](/app-development/app-framework/structuring-applications-with-multiple-services.md): Best practices guide on how to structure larger applications consisting of multiple services efficiently and optimize storage requirements
- [Auterion SDK](/app-development/auterion-sdk.md)
- [Installation](/app-development/auterion-sdk/installation.md)
- [Write Your First App](/app-development/auterion-sdk/write-your-first-app.md)
- [SDK API](/app-development/auterion-sdk/sdk-api.md)
- [Flight Mode API](/app-development/auterion-sdk/flight-mode-api.md)
- [Flight Mode API](/app-development/auterion-sdk/flight-mode-api/flight-mode-api.md)
- [Dynamics in Body Frame](/app-development/auterion-sdk/flight-mode-api/dynamics-in-body-frame.md)
- [Dynamics in Local Frame](/app-development/auterion-sdk/flight-mode-api/dynamics-in-local-frame.md)
- [Go-To in Local Frame](/app-development/auterion-sdk/flight-mode-api/go-to-in-local-frame.md)
- [System State API](/app-development/auterion-sdk/system-state-api.md)
- [Peripheral Actuator Control API](/app-development/auterion-sdk/peripheral-actuator-control-api.md)
- [Camera API](/app-development/auterion-sdk/system-state-api-1.md)
- [Gimbal API](/app-development/auterion-sdk/gimbal-api.md)
- [Navigation Input API](/app-development/auterion-sdk/navigation-input-api.md)
- [Global Navigation](/app-development/auterion-sdk/navigation-input-api/global-navigation.md)
- [Local Navigation](/app-development/auterion-sdk/navigation-input-api/local-navigation.md)
- [Visual Tracking API](/app-development/auterion-sdk/visual-tracking-api.md): The Visual Tracking API is used as an intermediary between Auterion Mission Control and a computer vision app that is running the tracking logic on the video stream and producing a tracking result
- [Object Detection API](/app-development/auterion-sdk/object-detection-api.md)
- [Simulation](/app-development/simulation.md)
- [Virtual Skynode](/app-development/simulation/virtual-skynode.md): Usage of Virtual Skynode and its apps. Virtual Skynode simulates a Skynode device that can be used for app development
- [Simulation-Gazebo Reference](/app-development/simulation/virtual-skynode/simulation-gazebo-reference.md): Auterion offers a meta debian package for Ubuntu called simulation-gazebo. This can be run in conjunction with Virtual Skynode.
- [Simulation-AirSim Reference](/app-development/simulation/virtual-skynode/simulation-airsim-reference.md)
- [Connecting from other Computers](/app-development/simulation/virtual-skynode/connecting-from-other-computers.md): This page describes how to set up the computer hosting Virtual Skynode such that other devices in the network can connect to Virtual Skynode
- [Resetting Virtual Skynode](/app-development/simulation/virtual-skynode/resetting-virtual-skynode.md): How to restore a clean state of Virtual Skynode
- [Multiple Virtual Skynodes on single machine](/app-development/simulation/virtual-skynode/multiple-virtual-skynodes-on-single-machine.md): How to run multiple instances of Virtual Skynode on a single machine to emulate multiple vehicles
- [Custom simulation modes and worlds](/app-development/simulation/virtual-skynode/custom-simulation-modes-and-worlds.md): Extend the Gazebo-powered simulation with customized vehicles and personalized environments
- [Physical Skynode](/app-development/simulation/simulation-in-hardware.md): How to use a physical Skynode to simulate flights without any additional hardware connected
- [Auterion Simulator](/app-development/simulation/auterion-simulator.md)
- [Resources](/app-development/resources.md)
- [Cross Compilation - Faster Builds](/app-development/resources/cross-compilation-faster-builds.md)
- [Auterion CLI Reference](/app-development/resources/auterion-cli.md): Command line utility to interact with Auterion Devices and Apps
- [Troubleshooting](/app-development/resources/troubleshooting.md)
- [Skynode Vision Kit S](/app-development/resources/skynode-vision-kit-s.md): This section presents the hardware components of the kit and explains how to correctly set them up.
- [Set up the Vision Kit](/app-development/resources/skynode-vision-kit-s/set-up-the-vision-kit.md)
- [Install and test a simple vision app](/app-development/resources/skynode-vision-kit-s/install-and-test-a-simple-vision-app.md): This example app uses the Vision Kit API to compute the average brightness of each frame captured by the camera.
- [Legacy app workflow](/app-development/legacy-app-workflow.md)
- [App Development](/app-development/legacy-app-workflow/app-development.md)
- [MAVLink](/app-development/legacy-app-workflow/mavlink.md): Mavlink Communication with the Autopilot and other systems that use the MAVLink protocol
- [Using the App Template](/app-development/legacy-app-workflow/application-development-guide.md)
- [Example Applications](/app-development/legacy-app-workflow/examples.md)
- [Autopilot Telemetry (C++)](/app-development/legacy-app-workflow/examples/get-telemetry-cpp.md): Can be found under examples in auterion-developer-tools
- [Autopilot Telemetry (Python)](/app-development/legacy-app-workflow/examples/get-telemetry-python.md): Can be found under examples in auterion-developer-tools
- [Photo Gallery](/app-development/legacy-app-workflow/examples/gallery.md)
