Skip to content

Commit

Permalink
logger: limit default estimator_optical_flow_vel logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Oct 26, 2020
1 parent 109ed18 commit d5245a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/logger/logged_topics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit d5245a2

Please sign in to comment.