- Jan 06, 2017
-
-
Tom Pittenger authored
-
Eugene Shamaev authored
-
- Dec 14, 2016
-
-
Tom Pittenger authored
-
- Dec 06, 2016
-
-
Tom Pittenger authored
This reverts commit 1380a35f.
-
- Dec 05, 2016
-
-
Andrew Tridgell authored
This reverts commit e2288d52. doesn't build
-
Tom Pittenger authored
-
- Nov 25, 2016
-
-
Tom Pittenger authored
-
Tom Pittenger authored
-
Tom Pittenger authored
-
Tom Pittenger authored
-
Tom Pittenger authored
-
- Nov 11, 2016
-
-
Tom Pittenger authored
fixed spellling in gcs msg
-
- Oct 24, 2016
-
-
Mathieu OTHACEHE authored
Using a global .dir-locals.el file is a better alternative than reincluding the same emacs header in every file of the project.
-
- Sep 27, 2016
-
-
Pierre Kancir authored
-
Pierre Kancir authored
Add all handle message, Change MAV_CMD_NAV_ROI to MAV_CMD_DO_SET_ROI Reformate comments,
-
- Aug 29, 2016
-
-
Andrew Tridgell authored
fixes issue#724
-
- Aug 17, 2016
-
-
Tom Pittenger authored
-
- Jul 24, 2016
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this allows for automatic engine start and restart
-
- Jul 21, 2016
-
-
Grant Morphett authored
-
- Jul 20, 2016
-
-
Tom Pittenger authored
-
- May 17, 2016
-
-
Tom Pittenger authored
- also changed order of landing slope calc but is functionally the same
-
- May 16, 2016
-
-
Tom Pittenger authored
0 to crosstrack from center of waypoint, 1 to crosstrack from tangent exit location
-
- May 13, 2016
-
-
Ricardo de Almeida Gonzaga authored
-
- May 10, 2016
-
-
Andrew Tridgell authored
-
Andrew Tridgell authored
this distinguishes between VTOL and fixed wing loiter targets
-
- Apr 29, 2016
-
-
Andrew Tridgell authored
-
Michael du Breuil authored
-
- Apr 28, 2016
-
-
Michael du Breuil authored
Deleted commands_process as it had 2 lines of useful code left, and was cleaner to move the remaining two lines into the caller case
-
- Apr 23, 2016
-
-
Andrew Tridgell authored
-
- Apr 21, 2016
-
-
Tom Pittenger authored
@Description: This parameter reduces the pitch minimum limit of an auto-takeoff just a few seconds before it reaches the target altitude. This reduces overshoot by allowing the flight controller to start leveling off a few seconds before reaching the target height. When set to zero, the mission pitch min is enforced all the way to and through the target altitude, otherwise the pitch min slowly reduces to zero in the final segment. This is the pitch_min, not the demand. The flight controller should still be commanding to gain altitude to finish the takeoff but with this param it is not forcing it higher than it wants to be. (+1 squashed commits)
-
Tom Pittenger authored
Plane: take advantage of L1 stale flag and correctly inhibit flight stage if not lined up on approach
-
Tom Pittenger authored
the glide_slope gets calculated every time there's a major event such as mission item change or wp_proportion change so its good to update the flight stage then too because. also logging stage when stage changes, might as well get an extra data point in there when it's timely
-
Andrew Tridgell authored
-
- Mar 29, 2016
-
-
Tom Pittenger authored
-
- Mar 09, 2016
-
-
Tom Pittenger authored
-
- Mar 02, 2016
-
-
Tom Pittenger authored
-
Tom Pittenger authored
- except loiter_unlimited because it never exits
-
- Feb 29, 2016
-
-
Tom Pittenger authored
- except loiter_unlim which uses RTL_loiter, although I'm not sure why.
-
Tom Pittenger authored
-