Open arunavanag591 opened 8 years ago
Same issue here
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.
It fails to create the user tracker and rosrun openni2_tracker openni2_tracker results in error.