Browse Source

added option for direct yaw control with rudder for fixed wing

sbg
tumbili 10 years ago committed by Roman
parent
commit
20ec727d9f
  1. 2
      msg/vehicle_attitude_setpoint.msg

2
msg/vehicle_attitude_setpoint.msg

@ -21,3 +21,5 @@ float32 thrust # Thrust in Newton the power system should generate @@ -21,3 +21,5 @@ float32 thrust # Thrust in Newton the power system should generate
bool roll_reset_integral # Reset roll integral part (navigation logic change)
bool pitch_reset_integral # Reset pitch integral part (navigation logic change)
bool yaw_reset_integral # Reset yaw integral part (navigation logic change)
bool fw_control_yaw # control heading with rudder (used for auto takeoff on runway)

Loading…
Cancel
Save