Skip to content
Snippets Groups Projects
Commit 964cb486 authored by Daniel Agar's avatar Daniel Agar Committed by Sander Smeets
Browse files

home_position delete unused direction_{x, y, z}

parent 375ae991
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,8 @@ float32 y # Y coordinate in meters
float32 z # Z coordinate in meters
float32 yaw # Yaw angle in radians
float32 direction_x # Takeoff direction in NED X
float32 direction_y # Takeoff direction in NED Y
float32 direction_z # Takeoff direction in NED Z
bool valid_alt # true when the altitude has been set
bool valid_hpos # true when the latitude and longitude have been set
bool manual_home # true when home position was set manually
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