29 Commits (73f4533995c755794cf09369f663cb1955cfed9d)

Author SHA1 Message Date
Andrew Tridgell 9affddcaa3 Plane: initial support for AP_Parachute library 9 years ago
Randy Mackay d54e28e129 Plane: send home position when home is set or get-home msg received 9 years ago
Andrew Tridgell d019f83bee Plane: allow for higher roll limits on takeoff 10 years ago
Andrew Tridgell 86e8c7ed2f Plane: add some safety to detect bad lidar readings 10 years ago
squilter 7365701d13 Plane: Support do_digicam_x via command_long 10 years ago
Andrew Tridgell 0cc165308d Plane: use 4 degrees if zero takeoff pitch 10 years ago
Tom Pittenger d36ee786e4 Plane: init hold_course in do_takeoff 10 years ago
Tom Pittenger 25da4ec0ea Plane: added flight stage FLIGHT_LAND_ABORT and abort mechanism 10 years ago
Tom Pittenger 6e55b44b63 Plane: change NAV_CONTINUE_AND_CHANGE_ALT behavior 10 years ago
Randy Mackay 4bf36d787b Plane: use labs for int32 values 10 years ago
squilter 583c087eca Plane: update severities 10 years ago
Tom Pittenger fed50aa5c5 Plane: is_crashed flag gets reset too easily 10 years ago
Tom Pittenger 204ff7b158 Plane: move statics into new struct 10 years ago
Tom Pittenger da8f4f9e95 Plane: reworked is_flying 10 years ago
Michael Day f20beecb0b Plane: Climb/descent "intent" param with CONTINUE_AND_CHANGE_ALT 10 years ago
Tom Pittenger 86e3116fb6 Plane: implement try send mission_item_reached 10 years ago
Tom Pittenger f1eb2f88df Plane: post "Distance from LAND point" on every land 10 years ago
Andrew Tridgell 1b13be4ad7 Plane: disable camera logging when camera support disabled 10 years ago
Przemek Lekston 6a62b11536 Plane: fix LOITER_TO_ALT to verify headings towards waypoints within the loiter radius. 10 years ago
Randy Mackay 76ccf4043e Plane: log ahrs home and ekf origin 10 years ago
Tom Pittenger f1ee129423 Plane: compiler warnings 10 years ago
Peter Barker 3fce7eb21a Plane: use common mission logging code 10 years ago
Andrew Tridgell ae1f2e8bea Plane: fixed missing break statement 10 years ago
Andrew Tridgell 76c0293a85 Plane: added support for DO_AUTOTUNE_ENABLE 10 years ago
Andrew Tridgell d5c5400e76 Plane: added support for ALTITUDE_WAIT mission command 10 years ago
Andrew Tridgell 358a13261c Plane: moved sink_rate calculation to update_alt() 10 years ago
Andrew Tridgell 97687f04af Plane: enable messages for MAVLink gimbal support 10 years ago
Andrew Tridgell b92c2409e4 Plane: added local millis() and micros() to reduce code size a bit 10 years ago
Andrew Tridgell 18c37935c9 Plane: convert from .pde to .cpp files 10 years ago
Tom Pittenger eb2bfcd2d3 Plane: replace fabs() with labs(), unnecessary int to float conversion 10 years ago
Michael Day ee14678d2a Plane: Allow disabling of only the fence floor. 10 years ago
Tom Pittenger c4c47cba66 Plane: compile warnings: float to double. print statements require doubles 10 years ago
Andrew Tridgell c73945686c Plane: use ahrs.yaw_sensor not direct compass read for yaw 10 years ago
Andrew Tridgell 343a682d22 Plane: fixed conditional for 0 lat/lon 10 years ago
Michael Day 607d9ca839 Plane: Implementation of do_ and verify_ for MAV_CMD_NAV_LOITER_TO_ALT 10 years ago
Tom Pittenger bd9b573969 Plane: Fix compile warnings 10 years ago
Jaime Machuca ab1cf2261d Plane: add call to send digicam configure messages from a mission item 10 years ago
Andrew Tridgell 999710d0e1 Plane: fixed issue where auto is entered before GPS lock 10 years ago
Andrew Tridgell 76f8b9b07c Plane: support DO_SET_HOME MAVLink command 10 years ago
Randy Mackay 681d28838f Plane: integrate mount frontend-backend restructure 10 years ago
Robert Lefebvre a2d73b42b9 Plane: Change Mode logging to use DataFlash library method. 10 years ago
Andrew Tridgell 1e3c23e5a3 Plane: on takeoff set prev_WP_loc to current_loc 10 years ago
Andrew Tridgell ae96a48efc Plane: use location_path_proportion() 10 years ago
Andrew Tridgell c05a0bc67f Plane: prevent a change altitude command from causing a sudden descent 10 years ago
Andrew Tridgell 19847d8607 Plane: fixed missing break statement 10 years ago
Michael Day 8662aaa878 Plane: Support MAV_CMD_DO_FENCE_ENABLE as a mission item. 10 years ago
Andrew Tridgell 77958f8fd4 Plane: fixed CONTINUE_AND_CHANGE_ALT command 10 years ago
Michael Day 95d2e79312 Plane: Keep throwing WP in front plane for CONTINUE_AND_CHANGE_ALT 10 years ago
Michael Day 442c188ae0 Plane: Implementation of MAV_CMD_CONTINUE_AND_CHANGE_ALT. 10 years ago
Arthur Benemann fe9e68f88c Plane: send feedback to the GCS of pictures taken 10 years ago