porting to 32bit float #14
leongzhang
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hi, you can try single precision behavior with simple change typedef on 39 line (double to become float) in System_Types.h. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, thanks for the work~
i see that the implementation here is with the double precision floats. I wonder if that was a choice based on accuracy or stability? have you tested/ported (or plan to test/port) to a 32bit float version?
I'm trying to identify a possible path to implement ukf on an small ARM M series microcontroller with 32 bit floating point support but not much for the double precision.
thanks!
gz
Beta Was this translation helpful? Give feedback.
All reactions