mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
logger: make logging of rtl_status not optional
Signed-off-by: Silvan Fuhrer <silvan@auterion.com>
This commit is contained in:
parent
f7bc13dab0
commit
67fb70a65e
@ -103,7 +103,7 @@ void LoggedTopics::add_default_topics()
|
||||
add_optional_topic("px4io_status");
|
||||
add_topic("radio_status");
|
||||
add_topic("rtl_time_estimate", 1000);
|
||||
add_optional_topic("rtl_status", 5000);
|
||||
add_topic("rtl_status", 5000);
|
||||
add_optional_topic("sensor_airflow", 100);
|
||||
add_topic("sensor_combined");
|
||||
add_optional_topic("sensor_correction");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user