2011-06-05 14:45:39 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>mainWindow</class>
|
|
|
|
|
<widget class="QMainWindow" name="mainWindow">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2014-06-13 04:00:47 +00:00
|
|
|
<width>1012</width>
|
2016-05-31 19:09:49 -04:00
|
|
|
<height>712</height>
|
2011-06-05 14:45:39 +00:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>RTAB-Map : Real-Time Appearance-Based Mapping</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowIcon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/RTAB-Map.ico</normaloff>:/images/RTAB-Map.ico</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="dockOptions">
|
|
|
|
|
<set>QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks|QMainWindow::VerticalTabs</set>
|
|
|
|
|
</property>
|
2014-02-11 23:04:22 +00:00
|
|
|
<widget class="QWidget" name="widget_mainWindow"/>
|
2011-06-05 14:45:39 +00:00
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2014-06-13 04:00:47 +00:00
|
|
|
<width>1012</width>
|
2017-10-20 12:09:34 +02:00
|
|
|
<height>21</height>
|
2011-06-05 14:45:39 +00:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>File</string>
|
|
|
|
|
</property>
|
2015-10-16 20:11:24 -04:00
|
|
|
<widget class="QMenu" name="menuExport_poses">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Export poses...</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionRaw_format_txt"/>
|
|
|
|
|
<addaction name="actionRGBD_SLAM_format_txt"/>
|
|
|
|
|
<addaction name="actionKITTI_format_txt"/>
|
|
|
|
|
<addaction name="actionTORO_graph"/>
|
|
|
|
|
<addaction name="actionG2o_g2o"/>
|
|
|
|
|
</widget>
|
2014-10-28 01:20:57 +00:00
|
|
|
<addaction name="actionNew_database"/>
|
|
|
|
|
<addaction name="actionOpen_database"/>
|
|
|
|
|
<addaction name="separator"/>
|
2015-02-13 16:50:32 -05:00
|
|
|
<addaction name="actionSave_GUI_config"/>
|
|
|
|
|
<addaction name="separator"/>
|
2014-07-14 01:40:50 +00:00
|
|
|
<addaction name="actionSave_point_cloud"/>
|
2014-07-29 00:52:35 +00:00
|
|
|
<addaction name="actionExport_2D_Grid_map_bmp_png"/>
|
2016-07-15 17:46:13 -04:00
|
|
|
<addaction name="actionExport_octomap"/>
|
2015-10-16 20:11:24 -04:00
|
|
|
<addaction name="menuExport_poses"/>
|
|
|
|
|
<addaction name="actionExport_images_RGB_jpg_Depth_png"/>
|
2015-08-10 11:39:40 -04:00
|
|
|
<addaction name="actionExport_cameras_in_Bundle_format_out"/>
|
2016-09-19 14:01:06 -04:00
|
|
|
<addaction name="actionDepth_Calibration"/>
|
2014-07-14 01:40:50 +00:00
|
|
|
<addaction name="separator"/>
|
2014-10-28 01:20:57 +00:00
|
|
|
<addaction name="actionClose_database"/>
|
|
|
|
|
<addaction name="separator"/>
|
2011-06-05 14:45:39 +00:00
|
|
|
<addaction name="actionExit"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuEdit">
|
|
|
|
|
<property name="title">
|
2015-06-11 16:57:16 -04:00
|
|
|
<string> Edit</string>
|
2011-06-05 14:45:39 +00:00
|
|
|
</property>
|
2015-03-28 21:43:53 -04:00
|
|
|
<widget class="QMenu" name="menuAdvanced">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Advanced</string>
|
|
|
|
|
</property>
|
2015-06-15 20:53:31 -04:00
|
|
|
<addaction name="actionOpen_working_directory"/>
|
2015-03-28 21:43:53 -04:00
|
|
|
<addaction name="actionDump_the_memory"/>
|
|
|
|
|
<addaction name="actionDump_the_prediction_matrix"/>
|
|
|
|
|
<addaction name="actionGenerate_map"/>
|
|
|
|
|
<addaction name="actionPrint_loop_closure_IDs_to_console"/>
|
|
|
|
|
</widget>
|
2013-12-11 00:12:44 +00:00
|
|
|
<addaction name="actionDownload_all_clouds"/>
|
2014-02-11 23:04:22 +00:00
|
|
|
<addaction name="actionDownload_graph"/>
|
2015-10-16 17:43:31 -04:00
|
|
|
<addaction name="actionUpdate_cache_from_database"/>
|
2016-01-07 15:48:18 -05:00
|
|
|
<addaction name="actionAnchor_clouds_to_ground_truth"/>
|
2014-10-28 01:20:57 +00:00
|
|
|
<addaction name="actionClear_cache"/>
|
2011-06-05 14:45:39 +00:00
|
|
|
<addaction name="separator"/>
|
2015-03-28 21:43:53 -04:00
|
|
|
<addaction name="actionView_high_res_point_cloud"/>
|
2013-12-11 00:12:44 +00:00
|
|
|
<addaction name="separator"/>
|
2011-06-21 17:19:45 +00:00
|
|
|
<addaction name="actionDelete_memory"/>
|
|
|
|
|
<addaction name="separator"/>
|
2015-03-28 21:43:53 -04:00
|
|
|
<addaction name="menuAdvanced"/>
|
2011-06-05 14:45:39 +00:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menu6">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>?</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionHelp"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionAbout"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuProcess">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Detection</string>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menuSelect_source">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Select source</string>
|
|
|
|
|
</property>
|
2012-06-24 17:19:34 +00:00
|
|
|
<widget class="QMenu" name="menuImage">
|
|
|
|
|
<property name="title">
|
2015-06-26 18:21:32 -04:00
|
|
|
<string>RGB camera</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/webcam.png</normaloff>:/images/webcam.png</iconset>
|
2012-06-24 17:19:34 +00:00
|
|
|
</property>
|
|
|
|
|
<addaction name="actionUsbCamera"/>
|
|
|
|
|
</widget>
|
2014-06-03 04:42:08 +00:00
|
|
|
<widget class="QMenu" name="menuRGB_D_camera">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>RGB-D camera</string>
|
|
|
|
|
</property>
|
2015-06-26 18:21:32 -04:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/kinect_xbox_360.png</normaloff>:/images/kinect_xbox_360.png</iconset>
|
|
|
|
|
</property>
|
2014-06-14 17:01:14 +00:00
|
|
|
<widget class="QMenu" name="menuKinect_for_Xbox_360">
|
|
|
|
|
<property name="title">
|
2015-02-20 15:32:39 -05:00
|
|
|
<string>Kinect</string>
|
2014-06-14 17:01:14 +00:00
|
|
|
</property>
|
2015-03-31 15:45:38 -04:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/kinect_xbox_360.png</normaloff>:/images/kinect_xbox_360.png</iconset>
|
|
|
|
|
</property>
|
2014-06-14 17:01:14 +00:00
|
|
|
<addaction name="actionFreenect"/>
|
2015-02-20 15:32:39 -05:00
|
|
|
<addaction name="actionOpenNI2_kinect"/>
|
|
|
|
|
<addaction name="actionOpenNI_PCL"/>
|
2014-06-14 17:01:14 +00:00
|
|
|
<addaction name="actionOpenNI_CV"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuXtion_PRO_LIVE">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Xtion PRO LIVE</string>
|
|
|
|
|
</property>
|
2015-03-31 15:45:38 -04:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/xtion_pro_live.png</normaloff>:/images/xtion_pro_live.png</iconset>
|
|
|
|
|
</property>
|
2014-06-14 17:01:14 +00:00
|
|
|
<addaction name="actionOpenNI2"/>
|
2015-02-20 15:32:39 -05:00
|
|
|
<addaction name="actionOpenNI_PCL_ASUS"/>
|
2014-06-14 17:01:14 +00:00
|
|
|
<addaction name="actionOpenNI_CV_ASUS"/>
|
|
|
|
|
</widget>
|
2014-07-30 17:42:58 +00:00
|
|
|
<widget class="QMenu" name="menuSense_3D_scanner">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Sense 3D scanner</string>
|
|
|
|
|
</property>
|
2015-03-31 15:45:38 -04:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/sense.png</normaloff>:/images/sense.png</iconset>
|
|
|
|
|
</property>
|
2015-04-06 00:28:04 -04:00
|
|
|
<addaction name="actionOpenNI2_sense"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuKinect_v2">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Kinect v2</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/kinect_xbox_one.png</normaloff>:/images/kinect_xbox_one.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionFreenect2"/>
|
|
|
|
|
</widget>
|
2016-07-26 18:39:34 -04:00
|
|
|
<widget class="QMenu" name="menuRealSense_R200">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>RealSense R200</string>
|
|
|
|
|
</property>
|
2016-08-03 20:03:31 -04:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/r200.png</normaloff>:/images/r200.png</iconset>
|
|
|
|
|
</property>
|
2017-04-19 15:24:42 -04:00
|
|
|
<addaction name="actionRealSense_R200"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuRealSense_ZR300">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>RealSense ZR300</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/zr300.png</normaloff>:/images/zr300.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionRealSense_ZR300"/>
|
2016-07-26 18:39:34 -04:00
|
|
|
</widget>
|
2015-06-26 18:21:32 -04:00
|
|
|
<addaction name="menuKinect_for_Xbox_360"/>
|
|
|
|
|
<addaction name="menuXtion_PRO_LIVE"/>
|
|
|
|
|
<addaction name="menuSense_3D_scanner"/>
|
|
|
|
|
<addaction name="menuKinect_v2"/>
|
2016-07-26 18:39:34 -04:00
|
|
|
<addaction name="menuRealSense_R200"/>
|
2017-04-19 15:24:42 -04:00
|
|
|
<addaction name="menuRealSense_ZR300"/>
|
2015-06-26 18:21:32 -04:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuStereo_camera">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Stereo camera</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/bumblebee2.png</normaloff>:/images/bumblebee2.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menuBumblebee2_2">
|
2015-04-06 00:28:04 -04:00
|
|
|
<property name="title">
|
|
|
|
|
<string>Bumblebee2</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/bumblebee2.png</normaloff>:/images/bumblebee2.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionStereoDC1394"/>
|
2015-04-07 12:00:10 -04:00
|
|
|
<addaction name="actionStereoFlyCapture2"/>
|
2014-07-30 17:42:58 +00:00
|
|
|
</widget>
|
2016-05-31 19:09:49 -04:00
|
|
|
<widget class="QMenu" name="menuZed_camera">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Zed camera</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/zed.png</normaloff>:/images/zed.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionStereoZed"/>
|
|
|
|
|
<addaction name="actionStereoUsb"/>
|
|
|
|
|
</widget>
|
2015-06-26 18:21:32 -04:00
|
|
|
<addaction name="menuBumblebee2_2"/>
|
2016-05-31 19:09:49 -04:00
|
|
|
<addaction name="menuZed_camera"/>
|
2014-06-03 04:42:08 +00:00
|
|
|
</widget>
|
2014-06-14 17:01:14 +00:00
|
|
|
<addaction name="menuRGB_D_camera"/>
|
2015-06-26 18:21:32 -04:00
|
|
|
<addaction name="menuStereo_camera"/>
|
2012-06-24 17:19:34 +00:00
|
|
|
<addaction name="menuImage"/>
|
2015-06-26 18:21:32 -04:00
|
|
|
<addaction name="actionMore_options"/>
|
2011-06-05 14:45:39 +00:00
|
|
|
</widget>
|
|
|
|
|
<addaction name="menuSelect_source"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionStart"/>
|
|
|
|
|
<addaction name="actionPause"/>
|
|
|
|
|
<addaction name="actionStop"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionPause_on_match"/>
|
|
|
|
|
<addaction name="actionPause_when_a_loop_hypothesis_is_rejected"/>
|
2013-12-11 00:12:44 +00:00
|
|
|
<addaction name="actionPause_on_local_loop_detection"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionSLAM_mode"/>
|
|
|
|
|
<addaction name="actionLocalization_mode"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionReset_Odometry"/>
|
|
|
|
|
<addaction name="actionTrigger_a_new_map"/>
|
2015-07-26 15:50:39 -04:00
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionLabel_current_location"/>
|
2015-10-13 12:50:25 -04:00
|
|
|
<addaction name="actionSend_waypoints"/>
|
2015-09-21 18:12:55 -04:00
|
|
|
<addaction name="actionSend_goal"/>
|
|
|
|
|
<addaction name="actionCancel_goal"/>
|
2011-06-05 14:45:39 +00:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuWindow">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Window</string>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menuShow_view">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Show view</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
</widget>
|
2013-12-11 00:12:44 +00:00
|
|
|
<widget class="QMenu" name="menuAspect_ratio_2">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Aspect ratio</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="action16_9"/>
|
|
|
|
|
<addaction name="action16_10"/>
|
|
|
|
|
<addaction name="action4_3"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="action1080p"/>
|
|
|
|
|
<addaction name="action720p"/>
|
|
|
|
|
<addaction name="action480p"/>
|
|
|
|
|
<addaction name="action360p"/>
|
|
|
|
|
<addaction name="action240p"/>
|
2015-09-04 13:46:37 -04:00
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionCustom"/>
|
2013-12-11 00:12:44 +00:00
|
|
|
</widget>
|
2011-06-05 14:45:39 +00:00
|
|
|
<addaction name="menuShow_view"/>
|
2015-06-21 20:47:41 -04:00
|
|
|
<addaction name="actionDefault_views"/>
|
2014-02-11 23:04:22 +00:00
|
|
|
<addaction name="actionScreenshot"/>
|
2013-12-11 00:12:44 +00:00
|
|
|
<addaction name="actionAuto_screen_capture"/>
|
|
|
|
|
<addaction name="menuAspect_ratio_2"/>
|
2011-06-05 14:45:39 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionPreferences"/>
|
|
|
|
|
</widget>
|
2015-03-28 21:43:53 -04:00
|
|
|
<widget class="QMenu" name="menuTools">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Tools</string>
|
|
|
|
|
</property>
|
2015-03-30 10:47:38 -04:00
|
|
|
<addaction name="actionEdit_database"/>
|
|
|
|
|
<addaction name="separator"/>
|
2015-03-28 21:43:53 -04:00
|
|
|
<addaction name="actionData_recorder"/>
|
2015-03-30 10:47:38 -04:00
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionPost_processing"/>
|
2015-03-28 21:43:53 -04:00
|
|
|
</widget>
|
2011-06-05 14:45:39 +00:00
|
|
|
<addaction name="menuFile"/>
|
|
|
|
|
<addaction name="menuEdit"/>
|
|
|
|
|
<addaction name="menuProcess"/>
|
2015-03-28 21:43:53 -04:00
|
|
|
<addaction name="menuTools"/>
|
2011-06-05 14:45:39 +00:00
|
|
|
<addaction name="menuWindow"/>
|
|
|
|
|
<addaction name="menu6"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
|
|
|
<widget class="QDockWidget" name="dockWidget_posterior">
|
|
|
|
|
<property name="features">
|
|
|
|
|
<set>QDockWidget::AllDockWidgetFeatures</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>A posteriori PDF</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="dockWidgetArea">
|
|
|
|
|
<number>8</number>
|
|
|
|
|
</attribute>
|
|
|
|
|
<widget class="QWidget" name="dockWidgetContents">
|
2012-03-03 01:46:30 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2012-12-11 18:05:05 +00:00
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2017-10-20 12:09:34 +02:00
|
|
|
<property name="margin">
|
2012-12-11 18:05:05 +00:00
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2011-06-05 14:45:39 +00:00
|
|
|
<item>
|
2012-06-24 17:19:34 +00:00
|
|
|
<widget class="UPlot" name="posteriorPlot" native="true"/>
|
2011-06-05 14:45:39 +00:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>toolBar</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
|
</attribute>
|
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
2015-03-31 15:45:38 -04:00
|
|
|
<addaction name="actionClose_database"/>
|
2015-03-28 21:43:53 -04:00
|
|
|
<addaction name="actionNew_database"/>
|
|
|
|
|
<addaction name="actionOpen_database"/>
|
2011-06-05 14:45:39 +00:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QDockWidget" name="dockWidget_statsV2">
|
|
|
|
|
<property name="floating">
|
2015-02-27 16:00:13 -05:00
|
|
|
<bool>true</bool>
|
2011-06-05 14:45:39 +00:00
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Statistics</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="dockWidgetArea">
|
2011-06-09 18:21:12 +00:00
|
|
|
<number>1</number>
|
2011-06-05 14:45:39 +00:00
|
|
|
</attribute>
|
|
|
|
|
<widget class="QWidget" name="dockWidgetContents_3">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
2012-12-11 18:05:05 +00:00
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2017-10-20 12:09:34 +02:00
|
|
|
<property name="margin">
|
2012-12-11 18:05:05 +00:00
|
|
|
<number>0</number>
|
2011-06-05 14:45:39 +00:00
|
|
|
</property>
|
|
|
|
|
<item>
|
2012-03-03 01:46:30 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout" columnstretch="10,0">
|
2011-06-05 14:45:39 +00:00
|
|
|
<property name="sizeConstraint">
|
|
|
|
|
<enum>QLayout::SetMinimumSize</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="verticalSpacing">
|
|
|
|
|
<number>2</number>
|
|
|
|
|
</property>
|
2013-12-11 00:12:44 +00:00
|
|
|
<item row="3" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBox_stats_timeLimit">
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="suffix">
|
|
|
|
|
<string> ms</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="decimals">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<double>99999.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<double>50.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<double>450.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2011-06-05 14:45:39 +00:00
|
|
|
<item row="0" column="0">
|
2016-03-17 10:47:50 -04:00
|
|
|
<widget class="QLabel" name="label_source">
|
2011-06-05 14:45:39 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Source</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="0" column="1">
|
|
|
|
|
<widget class="QLabel" name="label_stats_source">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Unknown</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="1">
|
|
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBox_stats_imgRate">
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
2012-03-03 01:46:30 +00:00
|
|
|
<property name="suffix">
|
|
|
|
|
<string> Hz</string>
|
|
|
|
|
</property>
|
2011-06-05 14:45:39 +00:00
|
|
|
<property name="decimals">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
|
|
|
|
<double>100.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="singleStep">
|
|
|
|
|
<double>0.100000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
|
|
|
|
<double>2.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-12-11 00:12:44 +00:00
|
|
|
<item row="4" column="0">
|
2011-06-05 14:45:39 +00:00
|
|
|
<widget class="QLabel" name="label_45">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Elapsed time (hh:mm:ss)</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="wordWrap">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-12-11 00:12:44 +00:00
|
|
|
<item row="4" column="1">
|
2011-06-05 14:45:39 +00:00
|
|
|
<widget class="QLabel" name="label_elapsedTime">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Unknown</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-12-11 00:12:44 +00:00
|
|
|
<item row="5" column="0">
|
2011-06-05 14:45:39 +00:00
|
|
|
<widget class="QLabel" name="label_20">
|
|
|
|
|
<property name="text">
|
2014-06-09 22:05:52 +00:00
|
|
|
<string>Current image id [Map id]</string>
|
2011-06-05 14:45:39 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-12-11 00:12:44 +00:00
|
|
|
<item row="5" column="1">
|
2011-06-05 14:45:39 +00:00
|
|
|
<widget class="QLabel" name="label_stats_imageNumber">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Unknown</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-12-11 00:12:44 +00:00
|
|
|
<item row="6" column="0">
|
2011-06-05 14:45:39 +00:00
|
|
|
<widget class="QLabel" name="label_12">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Loop closures detected</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-12-11 00:12:44 +00:00
|
|
|
<item row="6" column="1">
|
2011-06-05 14:45:39 +00:00
|
|
|
<widget class="QLabel" name="label_stats_loopClosuresDetected">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>0</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-12-11 00:12:44 +00:00
|
|
|
<item row="7" column="0">
|
2011-06-05 14:45:39 +00:00
|
|
|
<widget class="QLabel" name="label_38">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Loop closures detected
|
|
|
|
|
(only reactivated ones)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-12-11 00:12:44 +00:00
|
|
|
<item row="7" column="1">
|
2011-06-05 14:45:39 +00:00
|
|
|
<widget class="QLabel" name="label_stats_loopClosuresReactivatedDetected">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>0</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-12-11 00:12:44 +00:00
|
|
|
<item row="8" column="0">
|
2011-06-05 14:45:39 +00:00
|
|
|
<widget class="QLabel" name="label_15">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Loop closures rejected</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-12-11 00:12:44 +00:00
|
|
|
<item row="8" column="1">
|
2011-06-05 14:45:39 +00:00
|
|
|
<widget class="QLabel" name="label_stats_loopClosuresRejected">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>0</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="1" column="0">
|
2013-12-11 00:12:44 +00:00
|
|
|
<widget class="QLabel" name="doubleSpinBox_stats_imgRate_label">
|
2011-06-05 14:45:39 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Image rate</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2013-12-11 00:12:44 +00:00
|
|
|
<item row="3" column="0">
|
|
|
|
|
<widget class="QLabel" name="label_timeLimit">
|
2011-06-05 14:45:39 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Time limit processing</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="wordWrap">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="1">
|
2013-12-11 00:12:44 +00:00
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBox_stats_detectionRate">
|
2011-06-05 14:45:39 +00:00
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
|
</property>
|
2012-03-03 01:46:30 +00:00
|
|
|
<property name="suffix">
|
2013-12-11 00:12:44 +00:00
|
|
|
<string> Hz</string>
|
2012-03-03 01:46:30 +00:00
|
|
|
</property>
|
2011-06-05 14:45:39 +00:00
|
|
|
<property name="decimals">
|
2013-12-11 00:12:44 +00:00
|
|
|
<number>1</number>
|
2011-06-05 14:45:39 +00:00
|
|
|
</property>
|
|
|
|
|
<property name="maximum">
|
2013-12-11 00:12:44 +00:00
|
|
|
<double>100.000000000000000</double>
|
2012-03-03 01:46:30 +00:00
|
|
|
</property>
|
|
|
|
|
<property name="singleStep">
|
2013-12-11 00:12:44 +00:00
|
|
|
<double>0.100000000000000</double>
|
2011-06-05 14:45:39 +00:00
|
|
|
</property>
|
|
|
|
|
<property name="value">
|
2013-12-11 00:12:44 +00:00
|
|
|
<double>2.000000000000000</double>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item row="2" column="0">
|
|
|
|
|
<widget class="QLabel" name="doubleSpinBox_stats_imgRate_label_2">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>RTAB-Map update rate</string>
|
2011-06-05 14:45:39 +00:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2012-12-11 18:05:05 +00:00
|
|
|
<widget class="rtabmap::StatsToolBox" name="statsToolBox" native="true"/>
|
2011-06-05 14:45:39 +00:00
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>40</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QDockWidget" name="dockWidget_likelihood">
|
|
|
|
|
<property name="floating">
|
2011-06-09 18:21:12 +00:00
|
|
|
<bool>false</bool>
|
2011-06-05 14:45:39 +00:00
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Likelihood</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="dockWidgetArea">
|
|
|
|
|
<number>8</number>
|
|
|
|
|
</attribute>
|
|
|
|
|
<widget class="QWidget" name="dockWidgetContents_4">
|
2012-03-03 01:46:30 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
2012-12-11 18:05:05 +00:00
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2017-10-20 12:09:34 +02:00
|
|
|
<property name="margin">
|
2012-12-11 18:05:05 +00:00
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2011-06-05 14:45:39 +00:00
|
|
|
<item>
|
2012-06-24 17:19:34 +00:00
|
|
|
<widget class="UPlot" name="likelihoodPlot" native="true"/>
|
2011-06-05 14:45:39 +00:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QDockWidget" name="dockWidget_console">
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Console</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="dockWidgetArea">
|
2011-06-09 18:21:12 +00:00
|
|
|
<number>8</number>
|
2011-06-05 14:45:39 +00:00
|
|
|
</attribute>
|
|
|
|
|
<widget class="QWidget" name="dockWidgetContents_2">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
2012-12-11 18:05:05 +00:00
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2017-10-20 12:09:34 +02:00
|
|
|
<property name="margin">
|
2012-12-11 18:05:05 +00:00
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2011-06-05 14:45:39 +00:00
|
|
|
<item>
|
2012-12-11 19:41:44 +00:00
|
|
|
<widget class="rtabmap::ConsoleWidget" name="widget_console" native="true"/>
|
2011-06-05 14:45:39 +00:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
2012-12-11 18:05:05 +00:00
|
|
|
<widget class="QDockWidget" name="dockWidget_rawlikelihood">
|
2012-06-24 17:19:34 +00:00
|
|
|
<property name="windowTitle">
|
2012-12-11 18:05:05 +00:00
|
|
|
<string>Raw Likelihood</string>
|
2011-06-05 14:45:39 +00:00
|
|
|
</property>
|
2012-06-24 17:19:34 +00:00
|
|
|
<attribute name="dockWidgetArea">
|
2012-12-11 18:05:05 +00:00
|
|
|
<number>8</number>
|
2012-06-24 17:19:34 +00:00
|
|
|
</attribute>
|
2012-12-11 18:05:05 +00:00
|
|
|
<widget class="QWidget" name="dockWidgetContents_6">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2017-10-20 12:09:34 +02:00
|
|
|
<property name="margin">
|
2012-12-11 18:05:05 +00:00
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2012-06-24 17:19:34 +00:00
|
|
|
<item>
|
2012-12-11 18:05:05 +00:00
|
|
|
<widget class="UPlot" name="rawLikelihoodPlot" native="true"/>
|
2012-06-24 17:19:34 +00:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
2013-12-11 00:12:44 +00:00
|
|
|
<widget class="QDockWidget" name="dockWidget_cloudViewer">
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>3D Map</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="dockWidgetArea">
|
2014-06-05 18:56:15 +00:00
|
|
|
<number>2</number>
|
2013-12-11 00:12:44 +00:00
|
|
|
</attribute>
|
2016-05-05 18:25:26 -04:00
|
|
|
<widget class="QWidget" name="layout_cloudViewer">
|
2013-12-11 00:12:44 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2017-10-20 12:09:34 +02:00
|
|
|
<property name="margin">
|
2013-12-11 00:12:44 +00:00
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QDockWidget" name="dockWidget_loopClosureViewer">
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>3D Loop closure</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="dockWidgetArea">
|
2015-02-27 16:00:13 -05:00
|
|
|
<number>2</number>
|
2013-12-11 00:12:44 +00:00
|
|
|
</attribute>
|
2016-05-05 18:25:26 -04:00
|
|
|
<widget class="QWidget" name="layout_loopClosureViewer">
|
2013-12-11 00:12:44 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2017-10-20 12:09:34 +02:00
|
|
|
<property name="margin">
|
2013-12-11 00:12:44 +00:00
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
2014-01-22 19:49:28 +00:00
|
|
|
<widget class="QDockWidget" name="dockWidget_mapVisibility">
|
2015-02-27 16:00:13 -05:00
|
|
|
<property name="floating">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2014-01-22 19:49:28 +00:00
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Map visibility</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="dockWidgetArea">
|
|
|
|
|
<number>8</number>
|
|
|
|
|
</attribute>
|
|
|
|
|
<widget class="QWidget" name="dockWidgetContents_8">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_9">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2017-10-20 12:09:34 +02:00
|
|
|
<property name="margin">
|
2014-01-22 19:49:28 +00:00
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="rtabmap::MapVisibilityWidget" name="widget_mapVisibility" native="true"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
2014-02-11 23:04:22 +00:00
|
|
|
<widget class="QDockWidget" name="dockWidget_graphViewer">
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Graph view</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="dockWidgetArea">
|
2015-02-27 16:00:13 -05:00
|
|
|
<number>2</number>
|
2014-02-11 23:04:22 +00:00
|
|
|
</attribute>
|
|
|
|
|
<widget class="QWidget" name="dockWidgetContents_9">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_10">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2017-10-20 12:09:34 +02:00
|
|
|
<property name="margin">
|
2014-02-11 23:04:22 +00:00
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="rtabmap::GraphViewer" name="graphicsView_graphView"/>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QDockWidget" name="dockWidget_imageView">
|
2015-02-27 16:00:13 -05:00
|
|
|
<property name="allowedAreas">
|
|
|
|
|
<set>Qt::AllDockWidgetAreas</set>
|
|
|
|
|
</property>
|
2014-02-11 23:04:22 +00:00
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Loop closure detection</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="dockWidgetArea">
|
2014-06-05 18:56:15 +00:00
|
|
|
<number>1</number>
|
2014-02-11 23:04:22 +00:00
|
|
|
</attribute>
|
|
|
|
|
<widget class="QWidget" name="layout_imageview">
|
2015-03-30 10:47:38 -04:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,1">
|
2014-02-11 23:04:22 +00:00
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2017-10-20 12:09:34 +02:00
|
|
|
<property name="margin">
|
2014-02-11 23:04:22 +00:00
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
2015-03-30 10:47:38 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1">
|
2014-02-11 23:04:22 +00:00
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_refId">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>18</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2015-03-30 10:47:38 -04:00
|
|
|
<widget class="rtabmap::ImageView" name="imageView_source" native="true"/>
|
2014-02-11 23:04:22 +00:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2015-03-30 10:47:38 -04:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,1">
|
2014-02-11 23:04:22 +00:00
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label_matchId">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>18</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string/>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alignment">
|
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2015-03-30 10:47:38 -04:00
|
|
|
<widget class="rtabmap::ImageView" name="imageView_loopClosure" native="true"/>
|
2014-02-11 23:04:22 +00:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
2014-12-02 17:01:24 -05:00
|
|
|
<widget class="QDockWidget" name="dockWidget_odometry">
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>Odometry</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="dockWidgetArea">
|
|
|
|
|
<number>1</number>
|
|
|
|
|
</attribute>
|
|
|
|
|
<widget class="QWidget" name="dockWidgetContents_10">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_11">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
2017-10-20 12:09:34 +02:00
|
|
|
<property name="margin">
|
2014-12-02 17:01:24 -05:00
|
|
|
<number>0</number>
|
|
|
|
|
</property>
|
|
|
|
|
<item>
|
2015-03-30 10:47:38 -04:00
|
|
|
<widget class="rtabmap::ImageView" name="imageView_odometry" native="true"/>
|
2014-12-02 17:01:24 -05:00
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
2015-03-31 15:45:38 -04:00
|
|
|
<widget class="QToolBar" name="toolBar_2">
|
|
|
|
|
<property name="windowTitle">
|
|
|
|
|
<string>toolBar_2</string>
|
|
|
|
|
</property>
|
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
|
</attribute>
|
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
2015-06-21 20:40:26 -04:00
|
|
|
<addaction name="actionDownload_all_clouds"/>
|
2015-03-31 15:45:38 -04:00
|
|
|
<addaction name="actionStart"/>
|
|
|
|
|
<addaction name="actionPause"/>
|
|
|
|
|
<addaction name="actionStop"/>
|
|
|
|
|
</widget>
|
2012-06-24 17:19:34 +00:00
|
|
|
<action name="actionExit">
|
2015-03-28 21:43:53 -04:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/system-log-out.png</normaloff>:/images/system-log-out.png</iconset>
|
|
|
|
|
</property>
|
2011-06-05 14:45:39 +00:00
|
|
|
<property name="text">
|
2012-06-24 17:19:34 +00:00
|
|
|
<string>Exit</string>
|
2011-06-05 14:45:39 +00:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionHelp">
|
|
|
|
|
<property name="enabled">
|
2017-08-22 16:47:48 -04:00
|
|
|
<bool>true</bool>
|
2011-06-05 14:45:39 +00:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Help</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionAbout">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>About...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionPreferences">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Preferences...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionStart">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/Play1Normal.png</normaloff>:/images/Play1Normal.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Start</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionPause">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/PauseNormalRed.png</normaloff>:/images/PauseNormalRed.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Pause</string>
|
|
|
|
|
</property>
|
2012-06-24 17:19:34 +00:00
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Pause</string>
|
|
|
|
|
</property>
|
2011-06-05 14:45:39 +00:00
|
|
|
</action>
|
|
|
|
|
<action name="actionPause_on_match">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/PauseOnLoop.ico</normaloff>:/images/PauseOnLoop.ico</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2013-12-11 00:12:44 +00:00
|
|
|
<string>Pause on loop closure detection</string>
|
2011-06-05 14:45:39 +00:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionStop">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/Stop1NormalYellow.png</normaloff>:/images/Stop1NormalYellow.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Stop</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionDump_the_memory">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Dump the memory</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionPause_when_a_loop_hypothesis_is_rejected">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/PauseLoopRejected.ico</normaloff>:/images/PauseLoopRejected.ico</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2013-12-11 00:12:44 +00:00
|
|
|
<string>Pause on loop closure rejection</string>
|
2011-06-05 14:45:39 +00:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionClear_cache">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Clear the cache</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionAuto_screen_capture">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2011-07-23 03:55:05 +00:00
|
|
|
<string>Auto screen capture...</string>
|
2011-06-05 14:45:39 +00:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionDump_the_prediction_matrix">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Dump the prediction matrix</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionGenerate_map">
|
|
|
|
|
<property name="text">
|
2015-08-01 23:42:36 -04:00
|
|
|
<string>Generate graph (*.dot)...</string>
|
2011-06-05 14:45:39 +00:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionDelete_memory">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Delete memory</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionOpen_working_directory">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Show working directory in file browser</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2012-06-24 17:19:34 +00:00
|
|
|
<action name="action16_9">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>16:9</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action16_10">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>16:10</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action4_3">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>4:3</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action360p">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>360p</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action480p">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>480p</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action720p">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>720p</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action1080p">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>1080p</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action240p">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>240p</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionUsbCamera">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2015-06-26 18:21:32 -04:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/webcam.png</normaloff>:/images/webcam.png</iconset>
|
2012-06-24 17:19:34 +00:00
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2015-06-26 18:21:32 -04:00
|
|
|
<string>Usb camera</string>
|
2012-06-24 17:19:34 +00:00
|
|
|
</property>
|
|
|
|
|
</action>
|
2012-12-11 19:41:44 +00:00
|
|
|
<action name="actionPrint_loop_closure_IDs_to_console">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Print loop closure IDs to console</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2013-12-11 00:12:44 +00:00
|
|
|
<action name="actionSave_point_cloud">
|
|
|
|
|
<property name="text">
|
2015-08-24 11:59:26 -04:00
|
|
|
<string>Export 3D clouds (*.ply *.pcd *.obj)...</string>
|
2013-12-11 00:12:44 +00:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionDownload_all_clouds">
|
2015-06-21 20:40:26 -04:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/view-refresh.png</normaloff>:/images/view-refresh.png</iconset>
|
|
|
|
|
</property>
|
2013-12-11 00:12:44 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Download all clouds (update cache)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionPause_on_local_loop_detection">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/PauseOnLocalLoop.ico</normaloff>:/images/PauseOnLocalLoop.ico</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Pause on local loop closure detection</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionSLAM_mode">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Mapping</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Simultaneous Localization And Mapping (SLAM)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionLocalization_mode">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Localization</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionReset_Odometry">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Reset Odometry</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionView_high_res_point_cloud">
|
|
|
|
|
<property name="text">
|
2017-05-11 13:20:51 -04:00
|
|
|
<string>View point clouds...</string>
|
2013-12-11 00:12:44 +00:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionTrigger_a_new_map">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Trigger a new map</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2014-02-11 23:04:22 +00:00
|
|
|
<action name="actionDownload_graph">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Download graph only</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionScreenshot">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Take a screenshot</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2014-06-14 17:01:14 +00:00
|
|
|
<action name="actionOpenNI_PCL">
|
2014-06-03 04:42:08 +00:00
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2014-06-13 03:47:39 +00:00
|
|
|
<string>OpenNI-PCL</string>
|
2014-06-03 04:42:08 +00:00
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionFreenect">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Freenect</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2014-06-13 03:47:39 +00:00
|
|
|
<action name="actionOpenNI_CV">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>OpenNI-CV</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionOpenNI_CV_ASUS">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>OpenNI-CV-ASUS</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2014-06-13 23:44:38 +00:00
|
|
|
<action name="actionOpenNI2">
|
2014-06-14 17:01:14 +00:00
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2014-06-13 23:44:38 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>OpenNI2</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2014-06-14 17:01:14 +00:00
|
|
|
<action name="actionOpenNI_PCL_ASUS">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>OpenNI-PCL</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2014-06-23 00:26:14 +00:00
|
|
|
<action name="actionData_recorder">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Data recorder...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2014-07-29 00:52:35 +00:00
|
|
|
<action name="actionExport_2D_Grid_map_bmp_png">
|
|
|
|
|
<property name="text">
|
2014-07-29 14:11:08 +00:00
|
|
|
<string>Export 2D grid map (*.png *.bmp)...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2014-10-28 01:20:57 +00:00
|
|
|
<action name="actionOpen_database">
|
2015-03-28 21:43:53 -04:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/document-open.png</normaloff>:/images/document-open.png</iconset>
|
|
|
|
|
</property>
|
2014-10-28 01:20:57 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Open database...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionNew_database">
|
2015-03-28 21:43:53 -04:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/document-new.png</normaloff>:/images/document-new.png</iconset>
|
|
|
|
|
</property>
|
2014-10-28 01:20:57 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>New database...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionClose_database">
|
2015-03-28 21:43:53 -04:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="../GuiLib.qrc">
|
|
|
|
|
<normaloff>:/images/document-save.png</normaloff>:/images/document-save.png</iconset>
|
|
|
|
|
</property>
|
2014-10-28 01:20:57 +00:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Close database</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionEdit_database">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Edit database...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2014-10-30 14:43:43 +00:00
|
|
|
<action name="actionPost_processing">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Post-processing...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2015-01-23 11:17:42 -05:00
|
|
|
<action name="actionSave_GUI_config">
|
|
|
|
|
<property name="text">
|
2015-02-13 16:50:32 -05:00
|
|
|
<string>Save config</string>
|
2015-01-23 11:17:42 -05:00
|
|
|
</property>
|
|
|
|
|
</action>
|
2015-04-06 00:28:04 -04:00
|
|
|
<action name="actionFreenect2">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Freenect2</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionStereoDC1394">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>StereoDC1394</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2015-02-20 15:32:39 -05:00
|
|
|
<action name="actionOpenNI2_kinect">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>OpenNI2</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2015-04-06 00:28:04 -04:00
|
|
|
<action name="actionOpenNI2_sense">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>OpenNI2</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2015-04-07 12:00:10 -04:00
|
|
|
<action name="actionStereoFlyCapture2">
|
2015-07-06 17:25:38 -04:00
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2015-04-07 12:00:10 -04:00
|
|
|
<property name="text">
|
2015-06-26 18:21:32 -04:00
|
|
|
<string>FlyCapture2</string>
|
2015-04-07 12:00:10 -04:00
|
|
|
</property>
|
|
|
|
|
</action>
|
2015-04-17 18:30:12 -04:00
|
|
|
<action name="actionSend_goal">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Send a goal...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2015-06-21 20:16:56 -04:00
|
|
|
<action name="actionCancel_goal">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Cancel goal</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2015-06-21 20:47:41 -04:00
|
|
|
<action name="actionDefault_views">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Default views</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2015-06-26 18:21:32 -04:00
|
|
|
<action name="actionMore_options">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2016-05-31 19:09:49 -04:00
|
|
|
<string>More Options...</string>
|
2015-06-26 18:21:32 -04:00
|
|
|
</property>
|
|
|
|
|
</action>
|
2015-07-26 15:50:39 -04:00
|
|
|
<action name="actionLabel_current_location">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Label current location...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2015-08-01 23:42:36 -04:00
|
|
|
<action name="actionKITTI_format_txt">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>KITTI format (*.txt)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionRGBD_SLAM_format_txt">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>RGBD-SLAM format (*.txt)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionTORO_graph">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>TORO (*.graph)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2015-08-10 11:39:40 -04:00
|
|
|
<action name="actionExport_cameras_in_Bundle_format_out">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Export cameras in Bundler format (*.out)...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2015-08-25 19:36:48 -04:00
|
|
|
<action name="actionRaw_format_txt">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Raw format (*.txt)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2015-09-02 17:51:43 -04:00
|
|
|
<action name="actionG2o_g2o">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>g2o (*.g2o)</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2015-09-04 13:46:37 -04:00
|
|
|
<action name="actionCustom">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Custom...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2015-10-13 12:50:25 -04:00
|
|
|
<action name="actionSend_waypoints">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Send waypoints...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2015-10-16 17:43:31 -04:00
|
|
|
<action name="actionUpdate_cache_from_database">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Update cache from a local database copy...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2015-10-16 20:11:24 -04:00
|
|
|
<action name="actionExport_images_RGB_jpg_Depth_png">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Export images (RGB=*.jpg Depth=*.png)...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2016-01-07 15:48:18 -05:00
|
|
|
<action name="actionAnchor_clouds_to_ground_truth">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Anchor clouds to ground truth</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2016-05-31 19:09:49 -04:00
|
|
|
<action name="actionStereoZed">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Zed sdk</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionStereoUsb">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Stereo Usb Camera</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2016-07-15 17:46:13 -04:00
|
|
|
<action name="actionExport_octomap">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Export octomap...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2017-04-19 15:24:42 -04:00
|
|
|
<action name="actionRealSense_R200">
|
2016-07-26 18:39:34 -04:00
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>RealSense</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2016-09-19 14:01:06 -04:00
|
|
|
<action name="actionDepth_Calibration">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Depth calibration...</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2017-04-19 15:24:42 -04:00
|
|
|
<action name="actionRealSense_ZR300">
|
|
|
|
|
<property name="checkable">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>RealSense</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2011-06-05 14:45:39 +00:00
|
|
|
</widget>
|
|
|
|
|
<customwidgets>
|
|
|
|
|
<customwidget>
|
2012-06-24 17:19:34 +00:00
|
|
|
<class>UPlot</class>
|
2011-06-05 14:45:39 +00:00
|
|
|
<extends>QWidget</extends>
|
2015-08-25 10:32:27 -04:00
|
|
|
<header>../include/rtabmap/utilite/UPlot.h</header>
|
2011-06-05 14:45:39 +00:00
|
|
|
<container>1</container>
|
|
|
|
|
</customwidget>
|
|
|
|
|
<customwidget>
|
|
|
|
|
<class>rtabmap::ImageView</class>
|
2015-03-30 10:47:38 -04:00
|
|
|
<extends>QWidget</extends>
|
2012-06-24 17:19:34 +00:00
|
|
|
<header>../include/rtabmap/gui/ImageView.h</header>
|
2011-06-05 14:45:39 +00:00
|
|
|
</customwidget>
|
|
|
|
|
<customwidget>
|
|
|
|
|
<class>rtabmap::StatsToolBox</class>
|
|
|
|
|
<extends>QWidget</extends>
|
2015-08-25 10:32:27 -04:00
|
|
|
<header>../include/rtabmap/gui/StatsToolBox.h</header>
|
2011-06-05 14:45:39 +00:00
|
|
|
<container>1</container>
|
|
|
|
|
</customwidget>
|
|
|
|
|
<customwidget>
|
|
|
|
|
<class>rtabmap::ConsoleWidget</class>
|
|
|
|
|
<extends>QWidget</extends>
|
2015-08-25 10:32:27 -04:00
|
|
|
<header>../include/rtabmap/gui/ConsoleWidget.h</header>
|
2011-06-05 14:45:39 +00:00
|
|
|
<container>1</container>
|
|
|
|
|
</customwidget>
|
2014-01-22 19:49:28 +00:00
|
|
|
<customwidget>
|
|
|
|
|
<class>rtabmap::MapVisibilityWidget</class>
|
|
|
|
|
<extends>QWidget</extends>
|
2017-10-20 12:09:34 +02:00
|
|
|
<header>../include/rtabmap/gui/MapVisibilityWidget.h</header>
|
2014-01-22 19:49:28 +00:00
|
|
|
<container>1</container>
|
|
|
|
|
</customwidget>
|
2014-02-11 23:04:22 +00:00
|
|
|
<customwidget>
|
|
|
|
|
<class>rtabmap::GraphViewer</class>
|
|
|
|
|
<extends>QGraphicsView</extends>
|
2015-08-25 10:32:27 -04:00
|
|
|
<header>../include/rtabmap/gui/GraphViewer.h</header>
|
2014-02-11 23:04:22 +00:00
|
|
|
</customwidget>
|
2011-06-05 14:45:39 +00:00
|
|
|
</customwidgets>
|
|
|
|
|
<resources>
|
|
|
|
|
<include location="../GuiLib.qrc"/>
|
|
|
|
|
</resources>
|
|
|
|
|
<connections/>
|
|
|
|
|
</ui>
|