Skip to content

Commit eb399ae

Browse files
committed
fix wrong folder print
1 parent df1ffac commit eb399ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/laserMapping.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ void publish_frame_world(const ros::Publisher & pubLaserCloudFull)
456456
}
457457
string all_points_dir(pcd_dir + to_string(pcd_index) + string(".pcd"));
458458
pcl::PCDWriter pcd_writer;
459-
cout << "current scan saved to /PCD/" << all_points_dir << endl;
459+
cout << "current scan saved to " << all_points_dir << endl;
460460
pcd_writer.writeBinary(all_points_dir, *pcl_wait_save);
461461
pcl_wait_save->clear();
462462
scan_wait_num = 0;

0 commit comments

Comments
 (0)