-
Notifications
You must be signed in to change notification settings - Fork 52
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
cannot find freenect_camera/FreenectConfig.h #28
Comments
@heavyhuang FreenectConfig.h is auto-generated from this file: https://github.com/ros-drivers/freenect_stack/blob/master/freenect_camera/cfg/Freenect.cfg, using dynamic reconfigure message generation. I suspect it might be because CMakeLists is missing an add dependency on the autogenerated config file. I'll add it shortly. Unfortunately, I'm not aware as to how yaourt works. I'm assuming you can pull from the master branch and build it on arch somehow? |
@heavyhuang I've now updated the master branch. |
The binary job on Kinetic appears to fail because of this issue: http://build.ros.org/job/Kbin_uX64__freenect_camera__ubuntu_xenial_amd64__binary/4/ |
@jacquelinekay: We have a fix for that problem, which suddenly appeared in Xenial. I plan to re-release soon, but would like to run a Travis CI test for Xenial and Kinetic, if that's possible yet. |
Thanks for re-releasing! |
You are welcome, Jackie. @heavyhuang: can you verify whether this fixes your problem with Arch Linux? You'll need to build it from source, as this fix has only been released to Kinetic so far. If it fixes your problem, I'll release it to Indigo, too. |
@jack-oquin, @heavyhuang Adding the folling before the make in the PKGBUILD worked |
Hello,
I'm having some trouble with
yaourt ros-indigo-freenect-stack
in arch-linux,it's get:and I find
#include <freenect_camera/FreenectConfig.h>
indriver.h
but cannot findFreenectConfig.h
,does it change name?The text was updated successfully, but these errors were encountered: