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

mavlink_receiver: make format

parent 33b1b134
No related branches found
No related tags found
No related merge requests found
......@@ -1663,6 +1663,7 @@ MavlinkReceiver::handle_message_trajectory(mavlink_message_t *msg)
} else {
orb_publish(ORB_ID(trajectory_waypoint), _trajectory_waypoint_pub, &trajectory_waypoint);
}
} else if (trajectory.type == trajectory_bezier_s::MAV_TRAJECTORY_REPRESENTATION_BEZIER) {
struct trajectory_bezier_s trajectory_bezier = {};
......
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