Source: modules/ekf2
Attitude and position estimator using an Extended Kalman Filter. It is used for Multirotors and Fixed-Wing.
The documentation can be found on the tuning_the_ecl_ekf page.
ekf2 can be started in replay mode (-r
): in this mode it does not access the system time, but only uses the
timestamps from the sensor topics.
ekf2 <command> [arguments...]
Commands:
start
[-r] Enable replay mode
stop
status print status info
Source: modules/local_position_estimator
Attitude and position estimator using an Extended Kalman Filter.
local_position_estimator <command> [arguments...]
Commands:
start
stop
status print status info
Source: modules/wind_estimator
This module runs a combined wind and airspeed scale factor estimator. If provided the vehicle NED speed and attitude it can estimate the horizontal wind components based on a zero sideslip assumption. This makes the estimator only suitable for fixed wing vehicles. If provided an airspeed measurement this module also estimates an airspeed scale factor based on the following model: measured_airspeed = scale_factor * real_airspeed.
wind_estimator <command> [arguments...]
Commands:
start
stop
status print status info