ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Well, according to the error message it is either:
depthBufer.Ipl() is returning null
or
depthBufer.Ipl()->depth != "mono16"
Could you check those values? Although at first glance I see nothing wrong with your code.