Hotfix odom3 d
fix alignement issue in processorOdom3D
Merge request reports
Activity
@AtDinesh I see that you added a couple of
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
. Are you working on a 32bit machine ?
With 64bit machines this should not be necessary.It then brings the question of supporting 32bits ... @jsola @joanvallve
Nor are you using a 32bit OS ?
When using Eigen there are quite a few things to take into account in order for the code to works on 32bit machines. I do not have an exhaustive list but I can already point you tostruct
having Eigen type member(s) https: //eigen.tuxfamily.org/dox-devel/group__TopicStructHavingEigenMembers.html andstl
containers of Eigen type https: //eigen.tuxfamily.org/dox-devel/group__TopicStlContainers.html.
I'm no expert with Eigen but as far as I understood, there shouldn't be memory allocation issue on 64bit machines.note: sorry but I can't post links properly for I don't know what great reason thus they're pasted with a space ... ><
Edited by Jeremie Deray@AtDinesh could you provide some feedback for me to understand this MR? Is it really necessary?