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

Fix error C2065 in RealSense Grabber on MSVC #1560

Merged
merged 2 commits into from
Jun 20, 2016

Conversation

UnaNancyOwen
Copy link
Member

Fix this issue #1557 by add operator "==" to pcl::RealSenseGrabber::Mode.
RealSense grabber will be able to build with MSVC by apply this pull request.
In addition, Fix to find RealSense SDK library corresponding to target platform.

Fix error C2678 on MSVC by add operator "==" to
pcl::RealSenseGrabber::Mode.
Find RealSense SDK library corresponding to target platform.
@SergioRAgostinho SergioRAgostinho added this to the pcl-1.8.1 milestone Jun 20, 2016
@SergioRAgostinho
Copy link
Member

It's as @taketwo mentioned in #1557, don't really understand the quirk but the change seems harmless.

@taketwo taketwo merged commit d237b94 into PointCloudLibrary:master Jun 20, 2016
@taketwo
Copy link
Member

taketwo commented Jun 20, 2016

Works on VS2013 as well, thanks!

animecomico pushed a commit to animecomico/pcl that referenced this pull request Aug 18, 2016
…ense

Fix error C2065 in RealSense Grabber on MSVC
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.

3 participants