443 Commits (master)

Author SHA1 Message Date
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi 84da1f5039 Rename gcs_send_text_P to gcs_send_text 9 years ago
Lucas De Marchi 84d5fb006f Remove use of Util::{v,}snprintf_P() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Andrew Tridgell 3c3392aae5 Plane: improve error messages on failed parachute release 9 years ago
Andrew Tridgell 9affddcaa3 Plane: initial support for AP_Parachute library 9 years ago
Randy Mackay 17ed125e41 Plane: add no break comment to suppress compiler warning 9 years ago
Randy Mackay 32c5b0e63c Plane: support set_home_position message 9 years ago
Randy Mackay d54e28e129 Plane: send home position when home is set or get-home msg received 9 years ago
Andrew Tridgell 213bed99e1 Plane: use ahrs.send_ekf_status_report() 9 years ago
Andrew Tridgell 017ebc440b Plane: added SENSOR_RC_RECEIVER reporting in SYS_STATUS 9 years ago
Andrew Tridgell 458e967d06 Plane: added RPM logging 10 years ago
Randy Mackay 6da53ae3b2 Plane: replace SKIP_GYRO_CAL with INS_GYR_CAL 10 years ago
squilter 7365701d13 Plane: Support do_digicam_x via command_long 10 years ago
Grant Morphett f953f03916 Plane: Fixing issue 327 - reporting Baro alt instead of GPS 10 years ago
Randy Mackay 8c1212d4a6 Plane: support do-mount-control via command-long 10 years ago
Siddharth Bharat Purohit aea1db7348 ArduPlane: implement on-board compass cal for arduplane 10 years ago
Randy Mackay cc68260478 Plane: sanity check do-set-home, do-set-ROI and fence-point locations 10 years ago
squilter 583c087eca Plane: update severities 10 years ago
Tom Pittenger 204ff7b158 Plane: move statics into new struct 10 years ago
Tom Pittenger 6d0ad05192 GCS_Mavlink: added is_crashed to mavlink heartbeat status which shows EMERGENCY 10 years ago
squilter d421644f3a Plane: define and send FIRMWARE_VERSION 10 years ago
Tom Pittenger 86e3116fb6 Plane: implement try send mission_item_reached 10 years ago
Andrew Tridgell 58e829553f Plane: prevent build error with MSG_RPM 10 years ago
Andrew Tridgell 6c07795b63 Plane: added HIL_SUPPORT define 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
Michael du Breuil 54c06cde02 Plane: Log the steering controller PID state 10 years ago
Andrew Tridgell 248bf8c5a3 Plane: disable geofence on APM2 10 years ago
Andrew Tridgell 2dbe372b2f Plane: cleanup some coverity warnings 10 years ago
Andrew Tridgell 76c0293a85 Plane: added support for DO_AUTOTUNE_ENABLE 10 years ago
Randy Mackay 814cb5ce18 Plane: add vibration DF logging and send to GCS 10 years ago
Eugene Shamaev 5b34fa4f6a Plane: added DSM bind support 10 years ago
Andrew Tridgell 6b9854457d Plane: added PID tuning logging for ground steering 10 years ago
Andrew Tridgell bf396d7138 Plane: log to tlog when we set home via MAVLink 10 years ago
Andrew Tridgell 09476bf9d3 Plane: added GCS_PID_MASK for realtime pid tuning 10 years ago
Lucas De Marchi 7c4cf41ebc ArduPlane: use functor macros 10 years ago
Andrew Tridgell 97687f04af Plane: enable messages for MAVLink gimbal support 10 years ago
Andrew Tridgell 78f02634d0 Plane: fixed ins reference in plane object 10 years ago
Andrew Tridgell 554869033f Plane: disabled rangefinder on APM2 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
Andrew Tridgell 9ceee3cea7 Plane: support setting just accel trim with preflight-cal 10 years ago
Andrew Tridgell e362b4fc04 Plane: fix for new compass API 10 years ago
Randy Mackay 0db25426c0 Plane: use accel_calibrated_ok_all 10 years ago
Andrew Tridgell ff126db1d3 Plane: make GUIDED behaviour match copter 10 years ago
Tom Pittenger ba29967454 Plane: if receiving last mission item then log new mission to dataflash 10 years ago
Andrew Tridgell fd84a6b493 Plane: fixed missing break in fence floor logic 10 years ago
Michael Day ee14678d2a Plane: Allow disabling of only the fence floor. 10 years ago