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

Revision history [back]

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).