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

calc_grasppoints_action_server.cpp integral not declared #6

Open
alex07zzz opened this issue Apr 27, 2017 · 7 comments
Open

calc_grasppoints_action_server.cpp integral not declared #6

alex07zzz opened this issue Apr 27, 2017 · 7 comments

Comments

@alex07zzz
Copy link

I was following the tutorial on ROS and when I catkin_make the package, there is an error in calc_grasppoints_action_server.cpp, line 592: 'integral' was not declared.

Did I miss something?

@davidfischinger
Copy link
Owner

"integral" is part of opencv (opencv2). Is opencv installed? In earlier ROS versions this was done automatically. Which ROS version is installed?
http://answers.ros.org/question/185105/add-opencv-to-indigo/

@alex07zzz
Copy link
Author

I am using ROS kinetic and Opencv has not been installed yet. Thank you so much for your answer.

@Belidan
Copy link

Belidan commented Jun 18, 2018

Hey, is it compatible with opencv3? I am using kinetic as well but got the same error, guess my CMakeLists has not the right configuration...

@davidfischinger
Copy link
Owner

davidfischinger commented Jun 24, 2018 via email

@davidfischinger
Copy link
Owner

davidfischinger commented Jun 24, 2018 via email

@Belidan
Copy link

Belidan commented Jun 25, 2018

Ahh thank you for the conversation. It really helped me out. The information to add the header file to the action server source code was very helpful. now its working fine :)
Kind Regards, Dimitrij

@davidfischinger
Copy link
Owner

davidfischinger commented Jun 25, 2018 via email

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

No branches or pull requests

3 participants