Browse Source

Rover: update simple call to calc_steering_to_heading

mission-4.1.18
Randy Mackay 7 years ago
parent
commit
9c13324b87
  1. 2
      APMrover2/mode_simple.cpp

2
APMrover2/mode_simple.cpp

@ -28,6 +28,6 @@ void ModeSimple::update() @@ -28,6 +28,6 @@ void ModeSimple::update()
}
// run throttle and steering controllers
calc_steering_to_heading(desired_heading_cd, 0.0f, false);
calc_steering_to_heading(desired_heading_cd);
calc_throttle(desired_speed, false, true);
}

Loading…
Cancel
Save