Skip to content

Commit

Permalink
logger: Add landing_target_pose to default topics
Browse files Browse the repository at this point in the history
  • Loading branch information
dvornikov-aa committed Feb 10, 2020
1 parent d65d409 commit cfcb65c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/logger/logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ void Logger::add_default_topics()
add_topic("timesync_status");
add_topic("charging_station_state");
add_topic("external_vehicle_position");
add_topic("landing_target_pose");

#ifdef CONFIG_ARCH_BOARD_PX4_SITL
add_topic("actuator_controls_virtual_fw");
Expand Down

0 comments on commit cfcb65c

Please sign in to comment.