forked from Archive/PX4-Autopilot
follow-me: log follow_target msg
This commit is contained in:
parent
48f3bd4078
commit
d1d5eba320
|
@ -61,6 +61,7 @@ void LoggedTopics::add_default_topics()
|
|||
add_topic("commander_state");
|
||||
add_topic("cpuload");
|
||||
add_topic("esc_status", 250);
|
||||
add_topic("follow_target", 500);
|
||||
add_topic("generator_status");
|
||||
add_topic("heater_status");
|
||||
add_topic("home_position");
|
||||
|
|
Loading…
Reference in New Issue