11331 Commits (77223a7fcb0bfaa33912b978d90ebe15ee94f13f)

Author SHA1 Message Date
Gustavo Jose de Sousa 77223a7fcb AP_Math: AP_GeodesicGrid: make data static 9 years ago
Gustavo Jose de Sousa fd2428db34 AP_Math: AP_GeodesicGrid: reduce number of _neighbor_umbrellas items 9 years ago
Gustavo Jose de Sousa 43d9e00ab7 AP_Math: AP_GeodesicGrid: use uint8_t for _neighbor_umbrellas 9 years ago
Gustavo Jose de Sousa 54889e4175 AP_Math: AP_GeodesicGrid: reduce number of inverses by half 9 years ago
Gustavo Jose de Sousa f31161ecb6 AP_Math: AP_GeodesicGrid: remove triangles 9 years ago
Gustavo Jose de Sousa b34c04a4f9 AP_Math: test_geodesic_grid: test also non-centroid vectors 9 years ago
Gustavo Jose de Sousa 8e8ab3af96 AP_Math: AP_GeodesicGrid: remove section_triangle() function 9 years ago
Gustavo Jose de Sousa c7eb46fae2 AP_Math: AP_GeodesicGrid: optimize _from_neighbor_umbrella() 9 years ago
Gustavo Jose de Sousa eb90ef23a1 AP_Math: AP_GeodesicGrid: fix algorithm for null vector 9 years ago
Gustavo Jose de Sousa c28c3265c8 AP_Math: AP_GeodesicGrid: optimize with neighbor umbrellas 9 years ago
Gustavo Jose de Sousa 0ff05b7af3 AP_Math: test_geodesic_grid: test triangles indexes 9 years ago
Gustavo Jose de Sousa 4398e1e49b AP_Math: AP_GeodesicGrid: change order of triangles 9 years ago
Gustavo Jose de Sousa ea412ad629 AP_Math: benchmark_geodesic_grid: add benchmark 9 years ago
Gustavo Jose de Sousa 797a2da031 AP_Math: test_geodesic_grid: test when inclusive=true 9 years ago
Gustavo Jose de Sousa b299261ad4 AP_Math: AP_GeodesicGrid: add first implementation 9 years ago
Gustavo Jose de Sousa 3f2ad764ca AP_Math: Matrix3: add inverse() and invert() functions 9 years ago
Gustavo Jose de Sousa 06eea2838f AP_Math: Matrix3: add det() function 9 years ago
Gustavo Jose de Sousa 26959f1448 AP_Math: define golden ratio constant 9 years ago
dgrat f8540f1a80 AP_Compass: Do not use is_zero() for non-float types 9 years ago
dgrat 7ff8004f8f AP_Math: Replace is_zero() with a template function 9 years ago
Tom Pittenger ebd993dabb AP_Arming: updated z-axis accel threshold comment 9 years ago
Tom Pittenger 9073ac91ff AP_Mission: 2of3 add loiter_xtrack option flag for post-loiter navigation via param4 9 years ago
Tom Pittenger 02eeb2d4f0 AP_Common: 1of3 add loiter_xtrack option flag for post-loiter navigation 9 years ago
Gustavo Jose de Sousa 2246343ec7 AP_HAL_SITL: pass signed value to abs() 9 years ago
Lucas De Marchi 421b9ef54a AP_Mount do not use flexible array in union 9 years ago
Lucas De Marchi 39bd196481 AP_GPS: do not use flexible array in union 9 years ago
Gustavo Jose de Sousa d615628367 AP_HAL_Linux: I2CDevice: add missing stdio.h include 9 years ago
Peter Barker 8d5ceda534 AP_HAL_SITL: ensure specified SITL model is found 9 years ago
Andrew Tridgell c6620b03b4 HAL_SITL: added --rtscts option to SITL 9 years ago
Rustom Jehangir 39fc17f384 DataFlash: Fix parameter description for param_parse.py 9 years ago
Andrew Tridgell 8571202199 AP_RPM: allow for low RPM measurements on PX4 9 years ago
Tom Pittenger 38b7d7e1c6 DataFlash: log baro drift offset 9 years ago
Tom Pittenger f1f58e2026 AP_Baro: created baro drift offset accessor 9 years ago
Tom Pittenger f1186b8b5c AP_Mission: store previous nav cmd id 9 years ago
Tom Pittenger d900988a23 DataFlash: Log airspeed.Use 9 years ago
Jonathan Challinger 0281b948df AP_Arming: loosen accelerometer consistency check on Z axis 9 years ago
Tom Pittenger d55050e5e3 AP_Baro: slow down the LPF for slewing to a new GND_ALT_OFFSET 9 years ago
Tom Pittenger 37ee3b44d2 AP_Baro: add accessor for baro drift 9 years ago
Tom Pittenger 2e1eef7cf0 AP_Airspeed: airspeed healthy should also check if enabled 9 years ago
Andrew Tridgell e3107a7e10 AP_HAL: fixed optflow typos 9 years ago
Andrew Tridgell 1b7830c577 AP_SpdHgtControl: update for changed API 9 years ago
Andrew Tridgell 98a86bd205 AP_TECS: create TEC2 log message for detailed energy internals 9 years ago
Andrew Tridgell ff97f52555 AP_TECS: removed log_tuning structure 9 years ago
Andrew Tridgell bc911d15d1 AP_TECS: convert to using Log_Write 9 years ago
Andrew Tridgell 9a6ac77c64 AP_TECS: prevent large glitches in the specific energy integrator 9 years ago
Andrew Tridgell c52451b01b AP_TECS: rename some variables to make them clearer 9 years ago
Andrew Tridgell e698d1f47e AP_TECS: use 64 bit micros 9 years ago
Ricardo de Almeida Gonzaga 64d14356b9 AP_NavEKF2: Fix typos 9 years ago
Ricardo de Almeida Gonzaga 2f88e32657 AP_HAL_FLYMAPLE: Fix typos 9 years ago
Ricardo de Almeida Gonzaga 2236640f66 AP_HAL_Linux: Fix typos 9 years ago