Oleg Kalachev 2fdad7bdb6 Remove LED horizontality signalization
It's better to control the attitude estimation using QGC
2024-11-03 17:41:13 +03:00
..
2024-10-23 14:30:25 +03:00
2024-10-24 03:50:03 +03:00
2024-11-03 17:41:13 +03:00
2024-05-21 10:49:57 +03:00
2024-01-31 12:07:37 +03:00
2024-07-25 02:45:59 +03:00
2024-10-23 09:25:39 +03:00

Gazebo Simulation

Flix simulator

Building and running

See building and running instructions.

Code structure

Flix simulator is based on Gazebo Classic and consists of the following components:

  • Physical model of the drone: models/flix/flix.sdf.
  • Plugin for Gazebo: simulator.cpp. The plugin is attached to the physical model. It receives stick positions from the controller, gets the data from the virtual sensors, and then passes this data to the Arduino code.
  • Arduino imitation: Arduino.h. This file contains partial implementation of the Arduino API, that is working within Gazebo plugin environment.