ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Had a look at the source code and it seems like you are using boost::filesystem::create_directory in RGBDFrame::save, while it should probably be boost::filesystem::create_directories (note the plural).