ros-drivers / openni2_camera

ROS wrapper for openni 2.0
http://wiki.ros.org/openni2_camera
BSD 3-Clause "New" or "Revised" License
56 stars 95 forks source link

Openni2 latest asus firmware version support #108

Closed antondim closed 1 year ago

antondim commented 3 years ago

Hello, using lsusb , I can see that my Asus Primesense's firmware version is 0.01 (very old).

Q1 : First of all, is this really the firmware version ( bcdDevice property )

Q2: If yes, which is the latest firmware version that I could upgrade to and will not have problem with "openni2.launch" ?

Reason for firmware upgrade:

How I check the offset:

Thank you

130s commented 1 year ago

@antondim Thanks for asking.

This repo hosts a OpenNI2 wrapper software for ROS, not OpenNI2 itself, which is https://github.com/OpenNI/OpenNI2. Your question doesn't appears to be more about OpenNI2 itself? If that's correct then I'd encourage you to ask in the upstream.

That said, firmware 0.01 sounds very old indeed. And for openni2.launch, which is a config file for the executable in the ROS wrapper, I guess the wrapper is meant to be agnostic to the firmware version as much as possible.

Closing for now. Feel free to continue posting ROS wrapper question.