Skip to content
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 create user tracker. #7

Open
arunavanag591 opened this issue Mar 18, 2016 · 3 comments
Open

Unable to create user tracker. #7

arunavanag591 opened this issue Mar 18, 2016 · 3 comments

Comments

@arunavanag591
Copy link

It fails to create the user tracker and rosrun openni2_tracker openni2_tracker results in error.

@v-lopez
Copy link

v-lopez commented May 26, 2016

Same issue here

@bit-pirate
Copy link
Member

I doubt there will be any feedback, if you provide no details.

@v-lopez
Copy link

v-lopez commented Jun 1, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants