You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to install Player in ubuntu 16.04, but it can not work.
It told me fatal error: fatal error: libfreenect/libfreenect.h: No such file or directory
I have tried to find some solutions, but they do not work.
The text was updated successfully, but these errors were encountered:
Player is a modular middleware where you can interface to several robotics sensors. Your issue is related to Kinnect driver which is probably not installed i your computer. Use ccmake to select which driver interfaces should be compiled. It is a pretty big list of devices. Search for the Kinnect driver and just disable it if you are not planning to use it. If you need it, install the Kinnect driver BEFORE installing Player.
I try to install Player in ubuntu 16.04, but it can not work.
It told me fatal error:
fatal error: libfreenect/libfreenect.h: No such file or directory
I have tried to find some solutions, but they do not work.
The text was updated successfully, but these errors were encountered: