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

camera pass by reference #88

Merged
merged 2 commits into from
Oct 6, 2015

Conversation

mleotta
Copy link
Member

@mleotta mleotta commented Oct 6, 2015

Fixed a compile failure on some systems due to passing the base camera by value in the pos2krtd tool.

Eigen has a problem on some compilers with passing objects containing
Eigen objects by value.  Pass by refernce instead and make a copy.
Details here:

http://eigen.tuxfamily.org/dox-devel/group__TopicPassingByValue.html
@mleotta mleotta added the bug label Oct 6, 2015
@mleotta mleotta self-assigned this Oct 6, 2015
@mleotta mleotta added this to the v0.6.1 milestone Oct 6, 2015
mleotta added a commit that referenced this pull request Oct 6, 2015
@mleotta mleotta merged commit a520e13 into Kitware:master Oct 6, 2015
@mleotta mleotta deleted the dev/camera-pass-by-reference branch December 23, 2015 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant