mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
MainWindow: added updateCacheFromDatabase() method (for ROS rtabmapviz)
This commit is contained in:
@@ -75,6 +75,7 @@
|
||||
</widget>
|
||||
<addaction name="actionDownload_all_clouds"/>
|
||||
<addaction name="actionDownload_graph"/>
|
||||
<addaction name="actionUpdate_cache_from_database"/>
|
||||
<addaction name="actionClear_cache"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionView_high_res_point_cloud"/>
|
||||
@@ -1277,6 +1278,11 @@
|
||||
<string>Send waypoints...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionUpdate_cache_from_database">
|
||||
<property name="text">
|
||||
<string>Update cache from a local database copy...</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
||||
Reference in New Issue
Block a user