-
Notifications
You must be signed in to change notification settings - Fork 95
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
disabling hardware depth registration leads to error #66
Comments
Comment by bit-pirate Maybe @piyushk knows what's going wrong. |
Comment by piyushk @bit-pirate I don't have anything other than a kinect at hand at the moment, so I can't test this directly. Can you try and locate which nodelet is generating this error? |
Comment by bit-pirate It's the registration nodelet (PointCloudXyzrgbNodelet) complaining:
Looks to me like the driver is outputting images or point clouds with different reference frames, when not using hardware registration. |
Comment by piyushk I suspect the s/w registration pipeline is broken somehow. Once s/w On Mon, Sep 23, 2013 at 11:15 PM, Marcus Liebhardt <[email protected]
|
Comment by mikeferguson @bit-pirate you mention "disable via rqt" -- does software registration work correctly if you start up in that mode? |
Comment by liborw I have the same problem when started without the hardware registration (not using the dynamic reconfigure). |
Comment by liborw The problem is, that one must also set |
Assuming from the last update on this ticket was back in 2013, very few people have had either experienced this issue or been interested in tracking this down. So it'd be great if you @saikishor can look into it deeper, and come up with a workaround to the least (or open a fix via pull request to the best). |
duplicate of #67 (which has slightly more info in it) |
Issue by bit-pirate
Monday Sep 23, 2013 at 02:59 GMT
Originally opened as ros-drivers/openni2_launch#9
When I deactivated depth registration via rqt_reconfigure, I get the following error:
Can anyone confirm this? What's different to the old version (openni1)?
The text was updated successfully, but these errors were encountered: