We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df1ffac commit eb399aeCopy full SHA for eb399ae
src/laserMapping.cpp
@@ -456,7 +456,7 @@ void publish_frame_world(const ros::Publisher & pubLaserCloudFull)
456
}
457
string all_points_dir(pcd_dir + to_string(pcd_index) + string(".pcd"));
458
pcl::PCDWriter pcd_writer;
459
- cout << "current scan saved to /PCD/" << all_points_dir << endl;
+ cout << "current scan saved to " << all_points_dir << endl;
460
pcd_writer.writeBinary(all_points_dir, *pcl_wait_save);
461
pcl_wait_save->clear();
462
scan_wait_num = 0;
0 commit comments