mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 15:40:31 +08:00
Collision Prevention: support multiple sensors and frames (#12883)
* build internal sensor map * Extend testing coverage * Update matrix library
This commit is contained in:
committed by
Julian Kent
parent
eb81f4bce2
commit
f3c5ca6015
@@ -51,6 +51,7 @@ function(px4_add_common_flags)
|
||||
-fdata-sections
|
||||
-ffunction-sections
|
||||
-fomit-frame-pointer
|
||||
-fmerge-all-constants
|
||||
|
||||
#-funsafe-math-optimizations # Enables -fno-signed-zeros, -fno-trapping-math, -fassociative-math and -freciprocal-math
|
||||
-fno-signed-zeros # Allow optimizations for floating-point arithmetic that ignore the signedness of zero
|
||||
|
||||
Reference in New Issue
Block a user