mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +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:
@@ -35,6 +35,7 @@
|
||||
<string>File</string>
|
||||
</property>
|
||||
<addaction name="actionSave_point_cloud"/>
|
||||
<addaction name="actionExport_2D_scans_ply_bmp"/>
|
||||
<addaction name="actionExport_2D_Grid_map_bmp_png"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionExit"/>
|
||||
@@ -63,6 +64,7 @@
|
||||
<addaction name="actionData_recorder"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionView_high_res_point_cloud"/>
|
||||
<addaction name="actionView_scans"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu6">
|
||||
<property name="title">
|
||||
@@ -917,7 +919,7 @@
|
||||
</action>
|
||||
<action name="actionSave_point_cloud">
|
||||
<property name="text">
|
||||
<string>Export 3D clouds (*.pcd *.ply)...</string>
|
||||
<string>Export 3D clouds (*.ply *.pcd)...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDownload_all_clouds">
|
||||
@@ -1041,7 +1043,17 @@
|
||||
</action>
|
||||
<action name="actionExport_2D_Grid_map_bmp_png">
|
||||
<property name="text">
|
||||
<string>Export 2D grid map (*.bmp *.png)...</string>
|
||||
<string>Export 2D grid map (*.png *.bmp)...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionExport_2D_scans_ply_bmp">
|
||||
<property name="text">
|
||||
<string>Export 2D scans (*.ply *.pcd)...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionView_scans">
|
||||
<property name="text">
|
||||
<string>View scans...</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
|
||||
Reference in New Issue
Block a user