help wanted
Repository metrics
- Stars
- (79 stars)
- PR merge metrics
- (PR metrics pending)
Description
I'm on OSX lion, various methods to install OpenNI didn't work, I think I have it installed now (version 1.4.0.2). but when I try to build this repo I get a bunch of warnings, but I get these two build errors:
../src/Context.cc:375:64: error: no member named 'boundingBox_' in 'nodeopenni::Context'
status = this->gesture_generator_.AddGesture("Click",this->boundingBox_);
~~~~ ^
../src/Context.cc:376:63: error: no member named 'boundingBox_' in 'nodeopenni::Context'
status = this->gesture_generator_.AddGesture("Wave",this->boundingBox_);
Any ideas? Thanks