mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
DbViewer: added menu actions to view/update/export optimized mesh saved in database. CloudViewer: cubes can be added for convenience, fixed double-click not always working. util3d: added conversion function from LaserScan to PointCloud2, added conversion functions between polygons format saved in database and PCL polygons format with vertices.
This commit is contained in:
@@ -621,6 +621,10 @@
|
||||
<addaction name="actionExport_saved_2D_map"/>
|
||||
<addaction name="actionImport_2D_map"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionView_optimized_mesh"/>
|
||||
<addaction name="actionUpdate_optimized_mesh"/>
|
||||
<addaction name="actionExport_optimized_mesh"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionQuit"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuEdit">
|
||||
@@ -2640,6 +2644,21 @@
|
||||
<string>Import 2D map...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionView_optimized_mesh">
|
||||
<property name="text">
|
||||
<string>View optimized mesh</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionExport_optimized_mesh">
|
||||
<property name="text">
|
||||
<string>Export optimized mesh...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionUpdate_optimized_mesh">
|
||||
<property name="text">
|
||||
<string>Update optimized mesh...</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
||||
Reference in New Issue
Block a user