-
Notifications
You must be signed in to change notification settings - Fork 76
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
SurfDetectorConfig.h removed? #39
Comments
Same problem for me |
It looks like the point was to take the SURF dependency out of this application. What happens if you remove the includes from the other files? ** edit ** I decided to comment out the references to see what would happen:
I proceeded into the listed files and commented out every instance of
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I think in the recent commit (4f56532), the dependencies on SurfDetectorConfig.h have been removed.
However, there are still some files which require them like types.h (https://github.com/ccny-ros-pkg/ccny_rgbd_tools/blob/master/ccny_rgbd/include/ccny_rgbd/types.h)
Here's the build failure description while I tried installing ccny_rgbd_tools:
rosmake ccny_rgbd_tools
What was the point of removing the SURF detector? Is it unnecessary?
The text was updated successfully, but these errors were encountered: