robust
robust copied to clipboard
Can we reproduce Kobuki a794de9?
Assertion Error When Running on 32-bit Platform
Kobuki uses the Eigen library for linear algebra. Some structures in Eigen need to be bit-aligned and some macros need to be present in the code for this to happen. Adding the missing macros fixed most of the occurrences of the problem.
Is this testable? Do the images distinguish between 32/64-bit, or is it tied to the host system?