Simulated Flights with Skynode

How to use a physical Skynode to simulate flights without any additional hardware connected

This section is geared towards software and app developers

For hardware integrators there is a previous section that goes into detail on how to setup Skynode bench-testing. This is useful when integrating Skynode with other hardware. Please refer to the section on hardware bench testing for more information.

Simulation in Hardware (SIH) allows you to simulate a multicopter vehicle on Skynode to experiment with or test your application, payload integration and workflow with Skynode using real hardware and peripherals.

Configuration

Simulation in Hardware (SIH) was introduced in AuterionOS version 2.3

  1. Power up Skynode, open Auterion Mission Control (AMC) on your ground station and connect to the vehicle. If you have not paired and connected the vehicle yet, check our pairing guide.

  2. Access the parameter page in AMC by going to Menu > Vehicle Setup > Parameters.

  3. Set the following parameters. You can search for these parameters by entering "SYS_A" into the search field at the top.

    1. SYS_AUTOCONFIG to "Reset to vehicle's configuration defaults"

    2. SYS_AUTOSTART to "1230200".

  4. Next, reboot the flight controller by clicking Tools > Reboot Vehicle. If you used the parameter search function, you have to Clear the filter first.\

Sensor Calibration in Simulation in Hardware

It is not necessary to calibrate the sensors in SIH. You can take off anyway.

AMC might indicate a warning and show that the vehicle is not ready to fly or requires calibration. In SIH mode certain pre-flight checks are disabled and you can takeoff and fly despite the warning.

The pre-flight checks are triggered because the SIH vehicle does not override the existing sensor calibrations.

Further Information about PX4 Simulation

For more details on the simulation model, parameters and implementation please check the documentation in the PX4 User Guide.

Last updated