Skip to content

Commit 882bee6

Browse files
authored
feat(logger): add sensor_baro to high rate sensors logging profile (#26834)
1 parent abdde3e commit 882bee6

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
@@ -372,6 +372,7 @@ void LoggedTopics::add_system_identification_topics()
372372
void LoggedTopics::add_high_rate_sensors_topics()
373373
{
374374
add_topic_multi("distance_sensor", 0, 4);
375+
add_topic_multi("sensor_baro", 0, 4);
375376
add_topic_multi("sensor_optical_flow", 0, 2);
376377
add_topic_multi("sensor_gps", 0, 4);
377378
add_topic_multi("sensor_gnss_relative", 0, 1);

0 commit comments

Comments
 (0)