Skip to content

fixes an eigen alignment runtime error that only occurs when the hand is connected

Amy Blank requested to merge feature/tactile-puck-eigen-fix into devel

Maybe of interest to

Before this fix, autotension and gravitycal were crashing when the hand was connected. I traced it back with gdb and applied the fix described here:

https://eigen.tuxfamily.org/dox/group__TopicUnalignedArrayAssert.html

GE has confirmed that these programs run now.

Merge request reports