Skip to content
Snippets Groups Projects
Commit 57052edf authored by Paul Riseborough's avatar Paul Riseborough Committed by Paul Riseborough
Browse files

logger: Log GPS drift data

This data is published at the GPS publication rate and only when on ground.
parent c2fcef8f
No related branches found
No related tags found
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment