We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It fails to create the user tracker and rosrun openni2_tracker openni2_tracker results in error.
The text was updated successfully, but these errors were encountered:
Same issue here
Sorry, something went wrong.
I doubt there will be any feedback, if you provide no details.
In our case, using the Orbbec sensor and running this code it fails with the error: "Unable to create user tracker".
It also happens with the following code sample:
int main(int argc, char** argv) { nite::UserTracker userTracker; nite::Status niteRc; nite::NiTE::initialize(); niteRc = userTracker.create(); if (niteRc != nite::STATUS_OK) { printf("Couldn't create user tracker\n"); return 3; } }
So most likely is an Orbbec issue in my case.
No branches or pull requests
It fails to create the user tracker and rosrun openni2_tracker openni2_tracker results in error.
The text was updated successfully, but these errors were encountered: