mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 11:04:07 +08:00
too many estimator topics
This commit is contained in:
parent
a86a75afba
commit
2ce8258468
@ -176,7 +176,7 @@ void LoggedTopics::add_default_topics()
|
||||
|
||||
for (size_t i = 0; i < orb_topics_count(); i++) {
|
||||
if (strncmp(topic_list[i]->o_name, "estimator", 9) == 0) {
|
||||
add_topic_multi(topic_list[i]->o_name);
|
||||
add_topic_multi(topic_list[i]->o_name, 0, 1, false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user