mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Create map from projection: Removed debug cloud saved
This commit is contained in:
@@ -2237,9 +2237,6 @@ void MainWindow::createAndAddCloudToMap(int nodeId, const Transform & pose, int
|
||||
pose.getEulerAngles(roll, pitch, yaw);
|
||||
voxelCloud = util3d::transformPointCloud(voxelCloud, Transform(0,0,0, roll, pitch, 0));
|
||||
|
||||
pcl::io::savePCDFile("cloud.pcd", *voxelCloud);
|
||||
UWARN("saved cloud.pcd");
|
||||
|
||||
util3d::occupancy2DFromCloud3D<pcl::PointXYZRGB>(
|
||||
voxelCloud,
|
||||
ground,
|
||||
|
||||
Reference in New Issue
Block a user