Skip to content

Commit

Permalink
fix typo in guided velocity
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkscheper committed Jan 29, 2016
1 parent c06e089 commit 818e949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/airborne/firmwares/rotorcraft/autopilot.c
Expand Up @@ -561,7 +561,7 @@ bool_t autopilot_guided_move_ned(float vx, float vy, float vz, float heading)
if (autopilot_mode == AP_MODE_GUIDED) {
guidance_h_set_guided_vel(vx, vy);
guidance_h_set_guided_heading(heading);
guidance_v_set_guided_z(vz);
guidance_v_set_guided_vz(vz);
return TRUE;
}
return FALSE;
Expand Down

0 comments on commit 818e949

Please sign in to comment.