mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-03 01:50:24 +08:00
Refactoring of Export/View actions:
Added ExportCloudsDialog class for convenience when Viewing or Exporting clouds/meshes Added Export grid map action Clouds shown in the 3D Map view can be directly saved without cloud regeneration. git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1621 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -19,6 +19,7 @@ SET(headers_ui
|
||||
../include/${PROJECT_PREFIX}/gui/DataRecorder.h
|
||||
../include/${PROJECT_PREFIX}/gui/CalibrationDialog.h
|
||||
./ExportDialog.h
|
||||
./ExportCloudsDialog.h
|
||||
./MapVisibilityWidget.h
|
||||
)
|
||||
|
||||
@@ -30,6 +31,7 @@ SET(uis
|
||||
./ui/DatabaseViewer.ui
|
||||
./ui/loopClosureViewer.ui
|
||||
./ui/exportDialog.ui
|
||||
./ui/exportCloudsDialog.ui
|
||||
./ui/calibrationDialog.ui
|
||||
)
|
||||
|
||||
@@ -68,6 +70,7 @@ SET(SRC_FILES
|
||||
./DataRecorder.cpp
|
||||
./CalibrationDialog.cpp
|
||||
./ExportDialog.cpp
|
||||
./ExportCloudsDialog.cpp
|
||||
./MapVisibilityWidget.cpp
|
||||
./GraphViewer.cpp
|
||||
${moc_srcs}
|
||||
|
||||
Reference in New Issue
Block a user