mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +08:00
L515 refactoring (realsense v2.41.0, firmware 1.5.3): added IR-only mode support, fixed support with latest firmware, T265+L515 working, related to #574 #614 #629. MainWindow: Selecting RealSense2, ZED sdk, K4A, Mynteye drivers automatically enable gravity optimization (with IMU filtering).
This commit is contained in:
@@ -200,23 +200,13 @@
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuRealSense_D435">
|
||||
<property name="title">
|
||||
<string>RealSense D435</string>
|
||||
<string>RealSense D400</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../GuiLib.qrc">
|
||||
<normaloff>:/images/d435.png</normaloff>:/images/d435.png</iconset>
|
||||
</property>
|
||||
<addaction name="actionRealSense2_D435"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuRealSense_D415">
|
||||
<property name="title">
|
||||
<string>RealSense D415</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../GuiLib.qrc">
|
||||
<normaloff>:/images/d415.png</normaloff>:/images/d415.png</iconset>
|
||||
</property>
|
||||
<addaction name="actionRealSense2_D415"/>
|
||||
<addaction name="actionRealSense2_D400"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuRealSense_SR300">
|
||||
<property name="title">
|
||||
@@ -246,7 +236,6 @@
|
||||
<addaction name="menuRealSense_R200"/>
|
||||
<addaction name="menuRealSense_ZR300"/>
|
||||
<addaction name="menuRealSense_SR300"/>
|
||||
<addaction name="menuRealSense_D415"/>
|
||||
<addaction name="menuRealSense_D435"/>
|
||||
<addaction name="menuRealSense_L515"/>
|
||||
</widget>
|
||||
@@ -1572,15 +1561,7 @@
|
||||
<string>Kinect for Azure</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionRealSense2_D435">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>RealSense2</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionRealSense2_D415">
|
||||
<action name="actionRealSense2_D400">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user