Skip to content

Commit

Permalink
logger: add safety (switch) at minimal rate
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Jan 21, 2020
1 parent 627e531 commit e0f016c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/logger/logger.cpp
Expand Up @@ -530,6 +530,7 @@ void Logger::add_default_topics()
add_topic("position_setpoint_triplet", 200);
add_topic("radio_status");
add_topic("rate_ctrl_status", 200);
add_topic("safety", 1000);
add_topic("sensor_combined", 100);
add_topic("sensor_preflight", 200);
add_topic("system_power", 500);
Expand Down

0 comments on commit e0f016c

Please sign in to comment.