6247 Commits (3813bcb7ced4119b7c317a983eda8c89c2f496d0)

Author SHA1 Message Date
Andrew Tridgell 1552278fa3 AP_TECS: use aparm.stall_prevention 10 years ago
Andrew Tridgell 04b63a61bf AP_Vehicle: added stall_prevention variable 10 years ago
Andrew Tridgell 3667900e84 AP_SpdHgtControl: added load_factor in update_pitch_throttle() 10 years ago
Andrew Tridgell bf591b0008 AP_TECS: take load factor into account in min airspeed 10 years ago
Andrew Tridgell d404cc6542 AP_Baro: add set_external_temperature() 10 years ago
Andrew Tridgell 8b794602d1 AP_Baro: make get_temperature() a const function 10 years ago
Andrew Tridgell 986b7bf894 AP_InertialSensor: fixed frequency to 16 bit in LDM303D and L3GD20 drivers 10 years ago
Andrew Tridgell c750cbebfb GCS_MAVLink: prevent asan errors in send_text_all 10 years ago
Andrew Tridgell a566ebe4ec HAL_SITL: prevent array overruns in RCInput/RCOutput 10 years ago
Randy Mackay 67690553c5 BaroGlitch: add reset method 10 years ago
Andrew Tridgell 2eeec3fabe AP_RangeFinder: fixed oversized parameter RNGFND2_SETTLE_MS 10 years ago
Andrew Tridgell ec17c5806e AP_Param: check parameter tables for bad suffix lengths 10 years ago
Andrew Tridgell 00526359b0 HAL_Linux: use dprintf() instead of sprintf and write 10 years ago
Andrew Tridgell bec1c05773 AP_Notify: fixed bitfields 10 years ago
bugobliterator e48fcf2df7 AP_Notify:change tonealarm-type bitmask to bool type, 10 years ago
bugobliterator 9f5f5871f2 AP_Notify:Fix the typo, usage of toshibaled.init() instead of toshibaled.update() 10 years ago
bugobliterator af203760bd HAL_Linux: change the return type of AP_HAL::Util::tonealarm_init() to signed int8_t. 10 years ago
bugobliterator fa6e83318d AP_HAL: Add virtual toneAlarm member functions to be declared under Linux_HAL 10 years ago
bugobliterator 298b27444a HAL_Linux: Add ToneAlarm Driver to Linux_HAL 10 years ago
bugobliterator 5d6af51517 AP_Notify:Add ToneAlarm Support for HAL_Linux Boards 10 years ago
Jonathan Challinger 2d288d46a4 AP_HAL_AVR_SITL: fill in ublox accuracy metrics with reasonable values 10 years ago
Randy Mackay 31087e4f20 Compass: shorten EXTERNAL2/3 to EXTERN2/3 10 years ago
Robert Lefebvre a2958e2ffd AP_MotorsSingle: Fix parameter comments. 10 years ago
Randy Mackay 98f5a93e10 AC_AttControl: remove unused logging structure 10 years ago
Andrew Tridgell 02581f4c05 HAL_Linux: re-fix dirty mask bug in Storage 10 years ago
Andrew Tridgell 330dab2fe3 HAL_Linux: fixed some warnings 10 years ago
bugobliterator 4908e335d2 HAL_Linux: Add Storage.cpp containing common storage class member definitions 10 years ago
bugobliterator dd6d520385 HAL_Linux:Create subclass to handle FRAM Storage under main Storage Class 10 years ago
Victor Mayoral Vilches 46c8714996 AP_GPS: make the examples compile in Linux 10 years ago
Andrew Tridgell 14a6878bcd HAL_Linux: fixed termios settings on BBB initial boot 10 years ago
Andrew Tridgell e22c8b27a9 HAL_PX4: if there are no enabled channels don't send to PX4IO 10 years ago
Andrew Tridgell 16fd113020 RC_Channel: added channel_function() 10 years ago
Clay McClure 71586d40e3 AC_WPNav: minor fix to comments 10 years ago
squilter cab2010a8f AP_Arming: remove abbreviations from GCS messages 10 years ago
Jonathan Challinger 6c4d4713aa AP_NavEKF: Add parameter that specifies EKF-to-DCM/INAV fallback strictness 10 years ago
Jonathan Challinger 2293070a5b AP_GPS: Add uBlox accuracy metrics interface and logging 10 years ago
Jonathan Challinger 9be7039be1 DataFlash: add UBX3 message for accuracy logging 10 years ago
Jonathan Challinger d03ed7a2c3 AP_Mount: Added lead filter 10 years ago
Andrew Tridgell 7e3b8a30f5 HAL_PX4: use px4io generated values for servo output readback 10 years ago
Andrew Tridgell 2b48434e60 AP_TECS: fixed throttle demand on underspeed 10 years ago
priseborough d6508acfa5 AP_TECS : Prevent throttle undershoot after climb 10 years ago
Andrew Tridgell 3518cf5480 AP_InertialSensor: fixed default MPU9250 orientation for NavIO 10 years ago
Jonathan Challinger 369839c7ca AC_WPNav: Use target yaw instead of current yaw for close waypoints 10 years ago
Randy Mackay 1e4ec5f6a2 Camera: add f to float constants 10 years ago
Randy Mackay ad7a9bf81b Camera: initialise image_index 10 years ago
Arthur Benemann 7bb4a39608 Camera: record number of pictures taken since boot 10 years ago
Arthur Benemann b48edf479b GCS_MAVLink: add CAMERA_FEEDBACK to enum 10 years ago
Arthur Benemann 2e4812afb5 Camera: Added feedback message support 10 years ago
Jonathan Challinger 84da5d2d98 DataFlash: use new interface functions for EKF IMU weighting and accel biases 10 years ago
Jonathan Challinger 967986d5c6 AP_NavEKF: Split getAccelBias into getAccelZBias and getIMU1Weighting 10 years ago