Does RGBDSLAM use QT for UI?
I'm trying to understand the source better. Does RGBDSLAM use QT for UI?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I'm trying to understand the source better. Does RGBDSLAM use QT for UI?
Yes, it looks like it does. If you search through the CMakeLists.txt for 'QT", you can see which files are part of the UI.
Yes. It is defined in qt_gui.h/cpp. The 3D visualization is also based on qt and defined in glviewer.h/cpp.
Asked: 2016-03-13 22:15:19 -0600
Seen: 152 times
Last updated: Mar 21 '16
Error when compiling RGBDSLAM for Kinect
How to use RGBD-6D-SLAM for path planning and navigation with Kinect
Problem generating PCD from rgbdslam
RGB-6D-SLAM performance on a robot
Limiting depth kinect sees in rgbdslam?
RGBDSLAM make problem: /usr/bin/ld: cannot find -lgsl
Howto create semantic maps using ROS and Kinect?