-
Notifications
You must be signed in to change notification settings - Fork 74
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
unable to catkin_make on Ubuntu 16.04.2 LTS using ROS Lunar #71
Comments
I managed to get over this error by editing cob_people_tracking_filter/CMakeLists.txt.
lines 55-59 into
eg. add Unfortunately it fails later:
I'm investigating on this, any guess about it is very welcome :) |
Ok, I got over this one too but again, it fails later.
lines 1 to 4, by
The new error is now:
I'm a bit confused by the first error:
because
This whole file is enclosed by a |
Hi, thanks for your efforts in running the package with Lunar. The OpenCV problem could be connected with the installed OpenCV version. Do you have OpenCV 3.x or 2.4.x installed? On some other repositories I received some OpenCV errors like this as well on a Travis build, but did not have the time to investigate them deeper. The std::vectorerror should vanish with using std::vectorstd::string. Can you be so kind and send a pull request if you can run it successfully in the end? |
Yes, I have OpenCV 3.2 installed. I'll investigate this today, or in the next few days. |
Thanks for your assistance! I would prefer a version that works with both, so in the best case you contribute to the indigo_dev branch. It is ok for me if you send us a pull request with the modifications that make it work with Lunar. We will then take care that these modifications still work with indigo. Only if it is getting too messy, then we will split the branches. |
I have made it to compile! |
A PR is available: #72 |
Hello guys!
I'm trying to install
cob_people_perception
on ROS Lunar.I have followed the instruction there http://wiki.ros.org/cob_people_detection, beeing aware that those are relevant for ROS Indigo.
Anyway, I get to the following error:
I've looked for the file
pdf.h
and I have it:I guess
/opt/ros/lunar/include
is not in the include path.Any idea?
The text was updated successfully, but these errors were encountered: