- Dec 26, 2014
-
-
Randy Mackay authored
This command was not implemented fully removing this code resolves a compiler warning
-
Randy Mackay authored
This avoids the chance of an arithmetic exception in cases where the position is moved too far
-
- Dec 15, 2014
-
-
Jonathan Challinger authored
-
- Nov 06, 2014
-
-
Clay McClure authored
Use default position when waypoint lat/lon are zero, and default altitude when waypoint alt is zero, for both spline and straight-line waypoints. Fixes #1145.
-
- Oct 31, 2014
-
-
Arthur Benemann authored
-
- Oct 20, 2014
-
-
Jonathan Challinger authored
-
- Oct 17, 2014
-
-
Andrew Tridgell authored
-
- Oct 13, 2014
-
-
Randy Mackay authored
Split of NAV_GUIDED into these two command necessitated guided mode store the limits
-
- Oct 08, 2014
-
-
Jonathan Challinger authored
-
- Sep 26, 2014
-
-
Randy Mackay authored
Thanks to roque-canales for raising the issue and paradisephil for finding the specific piece of code that went wrong and suggesting the fix.
-
- Sep 17, 2014
-
-
Randy Mackay authored
-
- Jul 24, 2014
-
-
Andrew Tridgell authored
-
- Jul 06, 2014
-
-
Randy Mackay authored
Moved ROI logic to new set_auto_yaw_roi function.
-
MousS authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-
- Jun 17, 2014
-
-
Randy Mackay authored
-
Randy Mackay authored
pair programmed with Craig Elder
-
- Jun 11, 2014
-
-
Randy Mackay authored
-
- May 17, 2014
-
-
Arthur Benemann authored
Fix #1068. When receiving guided waypoints do not change to GUIDED mode. This serves as a safety precaution for GCS, since they must switch to guided mode before sending the waypoints.
-
- Apr 30, 2014
-
-
Randy Mackay authored
-
- Apr 17, 2014
-
-
Randy Mackay authored
Due to a race condition, the wp_distance was not being updated before the conditional_distance
-
Randy Mackay authored
waypoint command was setting auto_yaw_mode when it was run after the do-cmd yaw_look_at_heading was being set to current heading which was overwriting the caller's desired heading
-
- Apr 16, 2014
-
-
Randy Mackay authored
-
Randy Mackay authored
-
- Apr 07, 2014
-
-
Randy Mackay authored
-
- Mar 31, 2014
-
-
Andrew Tridgell authored
-
Randy Mackay authored
-
- Mar 29, 2014
-
-
Randy Mackay authored
Next waypoint's location must be passed in even if it's a straight segment. mission.get_next_nav_cmd's start_index should be the current command +1
-
- Mar 28, 2014
-
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
To-Do: extend wpnav yaw control to only repoint nose towards waypoint if it is more than 5m or 10m away
-
Randy Mackay authored
-
- Mar 19, 2014
-
-
Randy Mackay authored
-
Randy Mackay authored
It is unlikely that the "f" at the end of the 100 is required to maintain the full precision of the target speed but added just in case
-
Randy Mackay authored
-
Randy Mackay authored
-
Randy Mackay authored
-