Skip to content
Snippets Groups Projects
Commit 444005f2 authored by Kabir Mohammed's avatar Kabir Mohammed Committed by Lorenz Meier
Browse files

logger : Log new vision topics

parent 3653d64b
No related branches found
No related tags found
No related merge requests found
......@@ -537,11 +537,12 @@ void Logger::add_default_topics()
add_topic("vehicle_local_position_setpoint", 50);
add_topic("vehicle_global_position", 100);
add_topic("vehicle_global_velocity_setpoint", 100);
add_topic("vehicle_vision_position");
add_topic("vehicle_vision_attitude");
add_topic("battery_status", 300);
add_topic("system_power", 300);
add_topic("position_setpoint_triplet", 10);
add_topic("att_pos_mocap", 50);
add_topic("vision_position_estimate", 50);
add_topic("optical_flow", 50);
add_topic("rc_channels");
add_topic("input_rc");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment