mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 10:50:19 +08:00
add differential_pressure to airspeed logging
This commit is contained in:
committed by
Lorenz Meier
parent
90c049d8ec
commit
0fa79eab5c
@@ -542,6 +542,7 @@ void Logger::add_default_topics()
|
||||
add_topic("rc_channels");
|
||||
add_topic("input_rc");
|
||||
add_topic("airspeed", 50);
|
||||
add_topic("differential_pressure", 50);
|
||||
add_topic("distance_sensor", 20);
|
||||
add_topic("esc_status", 20);
|
||||
add_topic("estimator_status", 50); //this one is large
|
||||
|
||||
Reference in New Issue
Block a user