MINS
MINS copied to clipboard
How MINS dealwith multi thread problem?
In the code, each sensor callback will use function "try to update" to update system state. And they all use StateHelper::EKFUpdate in the end. My question is, what if two sensor come together, and call EKFUpdate at the same time? Will this leads to coredump or memory corruption?