mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
DbViewer: added update all landmark covariances menu action, also enabled edit constraint on landmark links. Covariance can be set to 9999.
This commit is contained in:
@@ -745,6 +745,7 @@
|
||||
<addaction name="actionRefine_all_loop_closure_links"/>
|
||||
<addaction name="actionUpdate_all_neighbor_covariances"/>
|
||||
<addaction name="actionUpdate_all_loop_closure_covariances"/>
|
||||
<addaction name="actionUpdate_all_landmark_covariances"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionRegenerate_local_grid_maps"/>
|
||||
<addaction name="actionRegenerate_local_grid_maps_selected"/>
|
||||
@@ -1542,7 +1543,7 @@
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>-322</y>
|
||||
<y>0</y>
|
||||
<width>518</width>
|
||||
<height>911</height>
|
||||
</rect>
|
||||
@@ -2137,7 +2138,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>298</width>
|
||||
<width>226</width>
|
||||
<height>192</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -3015,6 +3016,11 @@
|
||||
<string>RGBD-SLAM ID format (*.txt)</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionUpdate_all_landmark_covariances">
|
||||
<property name="text">
|
||||
<string>Update all landmark covariances...</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
||||
@@ -258,7 +258,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label_9">
|
||||
<property name="text">
|
||||
<string><html><head/><body><p>Setting &sigma; to 0 will set identity covariance.</p></body></html></string>
|
||||
<string><html><head/><body><p>Setting σ to 0 will set 9999 covariance.</p></body></html></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user