Commit 2d97cba5 authored by oscar's avatar oscar

提交更新

parent 93847a07
......@@ -749,9 +749,9 @@ if __name__ == '__main__':
generate_root_path = "/media/sf_shared/generate/"
p_dir = "/home/oscar/ros/git/jfxmap_python/jfxmap/"
str_time = time.strftime("%Y-%m-%d_%H:%M:%S", time.localtime())
base_root_path = os.path.join(base_root_path, str_time)
os.mkdir(base_root_path)
str_time = time.strftime("%Y-%m-%d_%H-%M-%S", time.localtime())
base_rootgenerate_root_path_path = os.path.join(generate_root_path, str_time)
os.mkdir(generate_root_path)
start_t = time.time()
time_record = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment