Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hydro 32bit PC #31

Merged
merged 4 commits into from Jun 20, 2014
Merged

Hydro 32bit PC #31

merged 4 commits into from Jun 20, 2014

Conversation

wyasuda
Copy link

@wyasuda wyasuda commented Jun 19, 2014

I only checked individualMarkersNoKinect running properly on my Ubuntu12.04LTS, Hydro 32bit PC.

Attempts to fix 32bit alignment error in Eigen related code by
using the Eigen::aligned_allocator in all STL Containers with Eigen.

See these resources for more information than I understand:

* http://eigen.tuxfamily.org/dox-devel/group__TopicStlContainers.html

* (Cause 2:) http://eigen.tuxfamily.org/dox-devel/group__TopicUnalignedArrayAssert.html

Note: This is not a completely informed fix ... it just seemed to
finally fix the alignment error and make the program not crash
on 32-bit 12.04 with groovy (no kinect).
There were errors during a clean-build after the
Eigen alignment 32-bit fix from commit:
e4dd950
in PR sniekum#17
Mostly the errors were from changes in the allocator
of types in function calls/members of lower-level
classes caused "no matching function" errors. This
commit is a first pass attempt to fix these build
errors from a clean build.

Further detail should be looked into for the impact
of these changes and the structure of the code.
Includes wrappers around STL containers in kinect related code,
originally skipped in first 32bit fix. Also one change from
a boost::make_shared<ARCloud> call that was causing assertions,
to using the ARCloud::Ptr style.

Conflicts:

	nodes/IndividualMarkers.cpp

Decided to use all include files.(wyasuda)
@rethink-rlinsalata
Copy link
Contributor

+1; Looks good to me - all the changes included and nothing extra. Nice job figuring out the git commit magic =)

sniekum added a commit that referenced this pull request Jun 20, 2014
@sniekum sniekum merged commit d6fa88e into sniekum:hydro-devel Jun 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants