mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
This module estimates the vehicle mass and inertia matrix. It uses a least mean square algorithm between delayed, low pass filtered, and time differentiated setpoints (thrust and torque, respectively), and low pass filtered and time differentiated accelerations (linear and angular, respectively).
7 lines
177 B
Plaintext
7 lines
177 B
Plaintext
# Vehicle model, mass and inertia matrix
|
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
float32 mass # vehicle mass
|
|
float32[9] inertia # vehicle inertia matrix
|