XingYu Zhou
Results
1
issues of
XingYu Zhou
In file "src/ob_camera_node.cpp" using a function `boost::filesystem::create_directory` to create a new directory: ``` if (!boost::filesystem::exists(current_path + "/point_cloud")) { boost::filesystem::create_directory(current_path + "/point_cloud"); } ``` and there are two other places. However,...