ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I was able to solve the issue, by changing these lines on openni2_camera (lines 682):
// check if device_id is a oni file
else if( device_id.size() - device_id.rfind(".oni") == 4 ) {
return device_id;
}