Open zinan93 opened 5 years ago
Hello @zinan93.
I would like to reopen this issue to ask you if it finnaly worked for you.
I am facing a similar issue trying to use the openni2.launch of ROS with a Realsense D435. So when I execute this, appears in terminal:
[ INFO] [1614940981.625499350]: No matching device found.... waiting for devices. Reason: std::string openni2_wrapper::OpenNI2Driver::resolveDeviceURI(const string&) @ /tmp/binarydeb/ros-noetic-openni2-camera-1.5.1/src/openni2_driver.cpp @ 742 : Invalid device number 1, there are 0 devices connected.
I hope you can help me. Thanks in advance.
Best regards. Alessandro
Hi @AlessandroMelino, sorry that was long ago and I don't quite remember whether it worked out. Eventually I used OpenPose instead with the same setup.
Hello @zinan93 , first of all thank you for your quick answer. I have studied the OpenPose posibility too, but I have found 2 doubts:
Thanks in advance.
Best regards. Alessandro
I wonder if there is a way to run openni2_tracker with d435. I've followed the openni2 wrapper here and the SimpleViewer works. I then installed NiTE and the skeleton tracking also works by running ./UserViewer. Finally I installed openni2_tracker, however running the launch file always ends up "device not found".
Now my hunch tells me there must be a way of accessing the camera via the librealsense OpenNI2 wrapper and then publishing the skeleton coordinates in ROS. Has anyone attempted this before? Any pointers would be appreciated!