22242 Commits (c4306de1227713b9ec99fa4b6dded8884455d1a7)
 

Author SHA1 Message Date
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 fe4aaaac95 tests: add macro for printing test parameter 9 years ago
Gustavo Jose de Sousa 26959f1448 AP_Math: define golden ratio constant 9 years ago
dgrat 48c243bed0 ArduPlane: Do not use is_zero() for non-float types 9 years ago
dgrat 3bc97ae356 ArduCopter: Do not use is_zero() for non-float types 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
Lucas De Marchi 368a72044c APMrover2: fix indentation leading to compiler warning 9 years ago
Tom Pittenger 7af888633d Plane: 3of3 add loiter_xtrack option flag for post-loiter navigation 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
Peter Barker 27e7c870ed Tools: remove absolute paths in run_in_terminal_window 9 years ago
Andrew Tridgell 4116f80901 Replay: added --no-params option 9 years ago
Andrew Tridgell 8ec0e687db mk: don't make mavlink generation depend on CHECK_MODULES 9 years ago
Peter Barker 18e0131680 sim_vehicle.py: avoid requesting process name on zombie process 9 years ago
Andrew Tridgell c6620b03b4 HAL_SITL: added --rtscts option to SITL 9 years ago
Peter Barker 38010cf3f3 sim_vehicle.py: wrap jsbsim version fetch in a try 9 years ago
Rustom Jehangir 39fc17f384 DataFlash: Fix parameter description for param_parse.py 9 years ago
Andrew Tridgell 848420648e PX4Firmware: submodule update 9 years ago
Andrew Tridgell 8571202199 AP_RPM: allow for low RPM measurements on PX4 9 years ago
Tom Pittenger 78d6291e2c Plane: corrected land abort gcs msg 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 6c0579a895 Plane: for better helical landings allow for instant approach stage if previous nav cmd was LOITER_TO_ALT 9 years ago