11354 Commits (c4306de1227713b9ec99fa4b6dded8884455d1a7)

Author SHA1 Message Date
Lucas De Marchi c4306de122 AP_Common: fix build on windows 9 years ago
Lucas De Marchi 9ccce2c980 AP_Compass: explicitely add compasses for erlebrain2, pxf and pxfmini 9 years ago
Lucas De Marchi 8372e74c0f AP_Compass: simplify handling of sensors for Linux boards 9 years ago
Lucas De Marchi 1ddbafabdd AP_Compass: add name field to internal compass drivers 9 years ago
Gustavo Jose de Sousa ef61096e08 AP_Math: geodesic_grid tool: show triangle number for sections too 9 years ago
Gustavo Jose de Sousa a6deb65d95 AP_Math: geodesic_grid tool: add option --section 9 years ago
Andrew Tridgell f7ac6c8d86 AP_Compass: make internal compasses use a higher cal threshold 9 years ago
Tom Pittenger d67b1edf10 AP_NavEKF2: (potential) compiler warning of float to double promotion 9 years ago
Tom Pittenger 3c6323dd82 AP_TECS: Log TEC2.LF as Aerodynamic Load Factor 9 years ago
Tom Pittenger 32d51e346d DataFlash: optimize logging climbrate - call function one and reuse result 9 years ago
Tom Pittenger ad11f3815b AP_HAL_SITL: rename aspd variables to arspd 9 years ago
Tom Pittenger c77a5e6764 SITL: rename aspd variables and params to arspd 9 years ago
Tom Pittenger d55401aa18 AP_Tuning: fixed float->double promotion compiler warning 9 years ago
Tom Pittenger ae91804aaa AP_Arming: updated comment for z-axis accel threshold 9 years ago
Tom Pittenger f9335e9d8c AP_TECS: fixed float->double print warning 9 years ago
Lucas De Marchi 1ac712fa65 AP_Math: fix is_zero() after template conversion 9 years ago
Andrew Tridgell 7b47d54d6b AP_Common: workaround for SITL on windows 9 years ago
Lucas De Marchi fa6f2c6b67 AP_Math: fix some coding style mistakes 9 years ago
Gustavo Jose de Sousa 0c31354539 AP_Compass: implement completion mask 9 years ago
Gustavo Jose de Sousa 390b196eda AP_Math: AP_GeodesicGrid: add notice for auto generated code 9 years ago
Gustavo Jose de Sousa b3068baa11 AP_Math: add geodesic_grid toolset 9 years ago
Gustavo Jose de Sousa 9d34b3b996 AP_Math: AP_GeodesicGrid: make all methods static 9 years ago
Gustavo Jose de Sousa 3b05ec1157 AP_Math: make vectors and matrix constructors constexpr 9 years ago
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