Skip to content

Commit

Permalink
position_setpoint: Change deploy gear to landing gear
Browse files Browse the repository at this point in the history
- Use the values from landing_gear.msg
  • Loading branch information
Simone Guscetti authored and Stifael committed Dec 10, 2018
1 parent 2f7c856 commit 82d4cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msg/position_setpoint.msg
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ bool yaw_valid # true if yaw setpoint valid
float32 yawspeed # yawspeed (only for multirotors, in rad/s)
bool yawspeed_valid # true if yawspeed setpoint valid

bool deploy_gear # deploy landing gear
int8 landing_gear # landing gear: see definition of the states in landing_gear.msg

float32 loiter_radius # loiter radius (only for fixed wing), in m
int8 loiter_direction # loiter direction: 1 = CW, -1 = CCW
Expand Down

0 comments on commit 82d4cd6

Please sign in to comment.