mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 11:06:04 +08:00
Add RTL topics to ulog default profile
This commit is contained in:
committed by
Lorenz Meier
parent
67082ccb2b
commit
f169247bc2
@@ -74,6 +74,7 @@ void LoggedTopics::add_default_topics()
|
|||||||
add_topic("radio_status");
|
add_topic("radio_status");
|
||||||
add_topic("rpm", 500);
|
add_topic("rpm", 500);
|
||||||
add_topic("safety");
|
add_topic("safety");
|
||||||
|
add_topic("rtl_flight_time", 1000);
|
||||||
add_topic("sensor_combined");
|
add_topic("sensor_combined");
|
||||||
add_topic("sensor_correction");
|
add_topic("sensor_correction");
|
||||||
add_topic("sensor_gyro_fft");
|
add_topic("sensor_gyro_fft");
|
||||||
|
|||||||
Reference in New Issue
Block a user