mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
add differential_pressure to airspeed logging
This commit is contained in:
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user