logger: Log GPS drift data

This data is published at the GPS publication rate and only when on ground.
This commit is contained in:
Paul Riseborough 2018-08-02 09:30:57 +10:00 committed by Paul Riseborough
parent c2fcef8fc1
commit 57052edfb2

View File

@ -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");