mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Added Export scans and View scans menu actions, fixed occupancy grid voxel size export
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1622 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -150,7 +150,9 @@ private slots:
|
||||
void setAspectRatio720p();
|
||||
void setAspectRatio1080p();
|
||||
void exportGridMap();
|
||||
void exportPointClouds();
|
||||
void exportScans();
|
||||
void exportClouds();
|
||||
void viewScans();
|
||||
void viewClouds();
|
||||
void resetOdometry();
|
||||
void triggerNewMap();
|
||||
@@ -210,9 +212,11 @@ private:
|
||||
float regenerateVoxelSize,
|
||||
float regenerateMaxDepth) const;
|
||||
|
||||
bool getExportedScans(std::map<int, pcl::PointCloud<pcl::PointXYZ>::Ptr > & scans);
|
||||
bool getExportedClouds(std::map<int, pcl::PointCloud<pcl::PointXYZRGB>::Ptr> & clouds, std::map<int, pcl::PolygonMesh::Ptr> & meshes, bool toSave);
|
||||
void saveClouds(const std::map<int, pcl::PointCloud<pcl::PointXYZRGB>::Ptr> & clouds);
|
||||
void saveMeshes(const std::map<int, pcl::PolygonMesh::Ptr> & meshes);
|
||||
void saveScans(const std::map<int, pcl::PointCloud<pcl::PointXYZ>::Ptr> & clouds);
|
||||
|
||||
private:
|
||||
Ui_mainWindow * _ui;
|
||||
|
||||
Reference in New Issue
Block a user