mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
logger: limit default estimator_optical_flow_vel logging
This commit is contained in:
parent
109ed18a3a
commit
d5245a22d3
@ -60,7 +60,7 @@ void LoggedTopics::add_default_topics()
|
||||
add_topic("estimator_innovation_test_ratios", 200);
|
||||
add_topic("estimator_innovation_variances", 200);
|
||||
add_topic("estimator_innovations", 200);
|
||||
add_topic("estimator_optical_flow_vel");
|
||||
add_topic("estimator_optical_flow_vel", 200);
|
||||
add_topic("estimator_sensor_bias", 1000);
|
||||
add_topic("estimator_states", 1000);
|
||||
add_topic("estimator_status", 200);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user