Browse Source

Copter: WP_YAW_BEHAVIOUR param update for Look Ahead

master
Randy Mackay 12 years ago
parent
commit
11e7e9eaf1
  1. 2
      ArduCopter/Parameters.pde

2
ArduCopter/Parameters.pde

@ -194,7 +194,7 @@ const AP_Param::Info var_info[] PROGMEM = { @@ -194,7 +194,7 @@ const AP_Param::Info var_info[] PROGMEM = {
// @Param: WP_YAW_BEHAVIOR
// @DisplayName: Yaw behaviour during missions
// @Description: Determines how the autopilot controls the yaw during missions and RTL
// @Values: 0:Never change yaw, 1:Face next waypoint, 2:Face next waypoint except RTL
// @Values: 0:Never change yaw, 1:Face next waypoint, 2:Face next waypoint except RTL, 3:Face along GPS course
// @User: Advanced
GSCALAR(wp_yaw_behavior, "WP_YAW_BEHAVIOR", WP_YAW_BEHAVIOR_DEFAULT),

Loading…
Cancel
Save