mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +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);
|
pose.getEulerAngles(roll, pitch, yaw);
|
||||||
voxelCloud = util3d::transformPointCloud(voxelCloud, Transform(0,0,0, roll, pitch, 0));
|
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>(
|
util3d::occupancy2DFromCloud3D<pcl::PointXYZRGB>(
|
||||||
voxelCloud,
|
voxelCloud,
|
||||||
ground,
|
ground,
|
||||||
|
|||||||
Reference in New Issue
Block a user