Skip to content
Snippets Groups Projects
Commit 8662c71d authored by Martina's avatar Martina Committed by Daniel Agar
Browse files

logger: enable trajectory_waypoint and trajectory_waypoint_desired logging

parent c9fcc6b7
No related branches found
No related tags found
No related merge requests found
......@@ -631,6 +631,8 @@ void Logger::add_default_topics()
add_topic("system_power", 500);
add_topic("tecs_status", 200);
add_topic("telemetry_status");
add_topic("trajectory_waypoint");
add_topic("trajectory_waypoint_desired");
add_topic("vehicle_attitude", 30);
add_topic("vehicle_attitude_setpoint", 100);
add_topic("vehicle_command");
......
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