Skip to content

Commit d8220d4

Browse files
authored
logger: add logger_status topic to default topics (#26197)
1 parent 435040f commit d8220d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/logger/logged_topics.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ void LoggedTopics::add_default_topics()
9191
add_optional_topic("landing_gear_wheel", 100);
9292
add_optional_topic("landing_target_pose", 1000);
9393
add_optional_topic("launch_detection_status", 200);
94+
add_topic("logger_status", 200);
9495
add_optional_topic("magnetometer_bias_estimate", 200);
9596
add_topic("manual_control_setpoint", 200);
9697
add_topic("manual_control_switches");

0 commit comments

Comments
 (0)