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

erosen's profile - activity

2014-02-27 09:36:20 -0500 answered a question Error while trying to save full map as .pcd or keyframes

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