11710 Commits (1e99a7125c65b4302c5e39d2a518e731eccda598)

Author SHA1 Message Date
Gustavo Jose de Sousa 1e99a7125c AP_InertialSensor: MPU9250: remove _register_write_check() 9 years ago
Gustavo Jose de Sousa a6e5eb9e14 AP_InertialSensor: MPU6000: remove _bus_type field 9 years ago
Gustavo Jose de Sousa 0718649c8b AP_InertialSensor: MPU6000: let Device handle read flag 9 years ago
Gustavo Jose de Sousa 309fe4a88c AP_InertialSensor: MPU6000: remove _register_write_check() 9 years ago
Gustavo Jose de Sousa d35cf60ce1 AP_HAL_Linux: I2CDevice: use read flag in read_registers_multiple 9 years ago
Gustavo Jose de Sousa 66f1ad9ed0 AP_HAL: Device: add support for read flag 9 years ago
Gustavo Jose de Sousa b6a1d598e3 AP_HAL: Device: document write_register() 9 years ago
Gustavo Jose de Sousa 4693501d9d AP_HAL: Device: add bus_type field 9 years ago
Michael du Breuil c2da36d505 GCS_MAVLink: fix race condition when recieving last waypoint 9 years ago
Andrew Tridgell 689595080a AP_Airspeed: ensure we have at least 10 samples for airspeed cal 9 years ago
Tom Pittenger 37f990bfad AP_ADSB: allow param based VEHICLE list sizes, 1 to 100. 9 years ago
Lucas De Marchi b70b9ed8d1 AP_HAL_Linux: fix warning on 64b printf 9 years ago
Daniel Ricketts 865aad7598 AC_Avoid: add support for stopping at polygon fence 9 years ago
Randy Mackay 26a6234a29 AC_Avoid: do not attempt to stop at circular fence if already breached 9 years ago
Randy Mackay c6f9889a25 AC_Avoid: constify get_max_speed 9 years ago
Randy Mackay 5153c3d195 AC_Fence: merge with add polygon support 9 years ago
Randy Mackay d91805edbf AC_Fence: add support for polygon fences 9 years ago
Randy Mackay f0bb1ac1d2 AC_Fence: AC_Polygon_loader loads points from eeprom 9 years ago
Daniel Ricketts 249d95b413 AP_Math: add Polygon_outside and Polygon_complete functions 9 years ago
Leonard Hall 80bda572ba AC_AttutudeControl: Yaw shift fix 9 years ago
Leonard Hall a5bb3c206e Dataflash: Log rate to degrees 9 years ago
Leonard Hall 8737f6b62d AC_AttitudeControl: enhanced quaternion attitude controller 9 years ago
Leonard Hall 117ae89505 AC_AttitudeControl: increase SLEW_YAW default to 60deg/sec 9 years ago
Leonard Hall e0eecd56b2 AP_Math: use is_zero and float constants 9 years ago
Leonard Hall 7f933140c7 AP_Math: small formatting fix to quaternion rotation_matrix 9 years ago
Leonard Hall 8afd29cc85 AP_Math: add quaternion::rotation_matrix_norm 9 years ago
Randy Mackay a1548405c1 AC_AttitudeControlHeli: fix althold lean angle max 9 years ago
Andrew Tridgell 1f29b51dd6 AP_Vehicle: moved roll_limit_cd into AP_Vehicle 9 years ago
Andrew Tridgell 8a03b3ba22 APM_Control: reduce elevator when past LIM_ROLL_CD 9 years ago
Andrew Tridgell a6e927d434 SITL: default gyro cal off in XPlane and FlightAxis 9 years ago
Gustavo Jose de Sousa f9cb760691 AP_Mount: use ARRAY_SUBSCRIPT instead of bytes field 9 years ago
Gustavo Jose de Sousa 174cefa8a5 AP_GPS: use ARRAY_SUBSCRIPT instead of bytes field 9 years ago
Lucas De Marchi 1962acad49 AP_Common: simplify ARRAY_SUBSCRIPT macro 9 years ago
Gustavo Jose de Sousa 5154369e9d AP_Common: define the ARRAY_SUBSCRIPT macro 9 years ago
Lucas De Marchi 4a18108600 AP_HAL_Linux: rename min, max and avg fields 9 years ago
Lucas De Marchi b8e3e549c7 AP_HAL_Linux: Perf: add debug method 9 years ago
Lucas De Marchi 1727418dc9 AP_HAL_Linux: Perf: make lttng use internal fields 9 years ago
Lucas De Marchi 619ce23799 AP_HAL_Linux: Perf: rework integration with other tools 9 years ago
Lucas De Marchi b687473174 AP_HAL_Linux: ignore unused result on panic 9 years ago
Lucas De Marchi 8a58c06adb AP_Common: add macro to ignore unused result 9 years ago
Francisco Ferreira ac90527da5 AP_Common: change check from GCC version to glibc version (and Cygwin) 9 years ago
Patrick J.P eb44d75ed8 AP_HAL: Remove trailing spaces from AP_HAL_Namespace.h 9 years ago
Randy Mackay a427768087 AC_Avoidance: reduce maximum acceleration to 1m/s/s 9 years ago
Daniel Ricketts 8a6aa24525 AC_WPNav: use AC_Avoidance to stop at fence during Loiter 9 years ago
Daniel Ricketts ff7bc7c0cb AC_Avoidance: add library to stop at circular fence 9 years ago
Daniel Ricketts e60710332b AC_Fence: add accessors to return radius and safety margin 9 years ago
Andrew Tridgell d1b28aaed9 AC_AttitudeControl: fixed factor of 1000 error in init_takeoff 9 years ago
Lucas De Marchi 39d4fa2cf8 Revert changes to cmath according to gcc version 9 years ago
Lucas De Marchi 9738be0ed6 AP_HAL: remove tabs and trailing whitespaces 9 years ago
Lucas De Marchi ab66e3a69a AP_HAL_Linux: Perf: simplify function to get current time 9 years ago