ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

AFAIK, there is not. I once had it modified to run slower, but it was pretty hackish. I just added a sleep statement to the imageCallback() and depthCallback() in ni/ni/openni_camera/src/openni_nodelet.cpp

An alternative to get around the marshalling is to use the driver as a nodelet. I have no experience with that though.