ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Does RGBDSLAM use QT for UI?

asked 2016-03-13 22:15:19 -0500

jacksonkr_ gravatar image

I'm trying to understand the source better. Does RGBDSLAM use QT for UI?

https://github.com/felixendres/rgbdsl...

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2016-03-13 23:07:28 -0500

ahendrix gravatar image

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.

edit flag offensive delete link more
2

answered 2016-03-21 05:44:15 -0500

Yes. It is defined in qt_gui.h/cpp. The 3D visualization is also based on qt and defined in glviewer.h/cpp.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-03-13 22:15:19 -0500

Seen: 140 times

Last updated: Mar 21 '16