mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
logger: Log GPS drift data
This data is published at the GPS publication rate and only when on ground.
This commit is contained in:
parent
c2fcef8fc1
commit
57052edfb2
@ -614,6 +614,7 @@ void Logger::add_default_topics()
|
||||
add_topic("cpuload");
|
||||
add_topic("distance_sensor", 100);
|
||||
add_topic("ekf2_innovations", 200);
|
||||
add_topic("ekf_gps_drift");
|
||||
add_topic("esc_status", 250);
|
||||
add_topic("estimator_status", 200);
|
||||
add_topic("home_position");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user