mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 14:47:44 +08:00
logger : add support for logging precision landing messages
This commit is contained in:
committed by
Lorenz Meier
parent
f2dbb0ad3b
commit
90e3aeda6c
@@ -593,6 +593,7 @@ void Logger::add_default_topics()
|
||||
add_topic("estimator_status", 200);
|
||||
add_topic("home_position");
|
||||
add_topic("input_rc", 200);
|
||||
add_topic("landing_target_pose");
|
||||
add_topic("manual_control_setpoint", 200);
|
||||
add_topic("mission");
|
||||
add_topic("mission_result");
|
||||
|
||||
Reference in New Issue
Block a user