PX4-Autopilot/msg/vehicle_model.msg
Julien Lecoeur 96c9f56e1b Add module vehicle_model_estimator
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).
2019-11-24 19:29:39 +01:00

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