Robotics StackExchange | Archived questions

Camera nodelet manager crashes

Hi !

I am currently using ros groovy with a Kinect and OpenNI.

I have a node that subscribes to the topic /camera/depthregistered/points. Once upon a time, when I launch this node the camera nodelet manager crashes. I observed that the command "rostopic hz /camera/depthregistered/points" makes the camera nodelet manager crash also.

I have spent lots of time looking for the reason why it crashes. Does someone have the same problem or any clue to help me ? Does it come from the parameters in OpenNI launch script ?

Thanks, Caroline

Asked by CarolineQ on 2013-09-20 04:47:11 UTC

Comments

I might have seen this before. Have you set the depth_registration param to true? If not, check if that solves your problem.

Asked by georgebrindeiro on 2013-09-20 07:05:02 UTC

Hi ! Thanks for your answer. I tried to modify this parameter before, I have this error when it's set to false. If I set it to true it seems that I don't have the error anymore but nothing is published in the topic /camera/depth_registered/points so I don't get any message...

Asked by CarolineQ on 2013-09-22 21:31:21 UTC

Answers