Skip to content

Commit

Permalink
Rover: fix do-nav-wp comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Aug 15, 2017
1 parent 57b2b02 commit 348dbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion APMrover2/commands_logic.cpp
Expand Up @@ -225,7 +225,7 @@ void Rover::do_nav_wp(const AP_Mission::Mission_Command& cmd, bool stay_active_a
// this is the delay, stored in seconds
loiter_duration = cmd.p1;

// get heading to following waypoint (auto mode reduces speed to allowing corning without large overshoot)
// get heading to following waypoint (auto mode reduces speed to allow corning without large overshoot)
// in case of non-zero loiter duration, we provide heading-unknown to signal we should stop at the point
float next_leg_bearing_cd = MODE_NEXT_HEADING_UNKNOWN;
if (loiter_duration == 0) {
Expand Down

0 comments on commit 348dbda

Please sign in to comment.