Open GoogleCodeExporter opened 9 years ago
For the error above, rtabmapviz is the GUI. Normally, it should not crash... it
uses OpenGL, maybe a problem with the video card driver. You can try also this
launch file which uses rviz for visualization instead of rtabmapviz:
roslaunch rtabmap rgbd_mapping_rviz.launch
However, the 3D map contruction is not optimal.
Are you using a Kinect for Xbox 360? If yes you could try the standalone
version (without ROS) which should be already installed in your catkin
workspace (catkin_ws/devel/bin/rtabmap) and try this tutorial:
https://code.google.com/p/rtabmap/wiki/KinectMapping
Original comment by matla...@gmail.com
on 31 Mar 2014 at 2:35
Hi, thanks for your help. I re-install your package and would like to try
again. but when I cmake the rtabmaplib on
http://rtabmap.googlecode.com/svn/trunk/rtabmap, it shows that
-- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so (found version "1.2.7")
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found.
-- Found Qt4: /usr/bin/qmake (found version "4.8.3")
-- Found Pthreads
-- --------------------------------------------
-- Info :
-- CMAKE_INSTALL_PREFIX = /home/rical/ros_kinect/devel
-- CMAKE_BUILD_TYPE = Release
-- BUILD_SHARED_LIBS = ON
-- --------------------------------------------
-- Configuring done
-- Generating done
Some other files missing.
Also, when I run RTAB-Map, following
https://code.google.com/p/rtabmap/wiki/KinectMapping, only a logo (a '?' with a
circle) appears and disappears in half a second.
Original comment by xiangliu...@gmail.com
on 1 Apr 2014 at 9:57
Just to be sure, you do:
$ svn co http://rtabmap.googlecode.com/svn/trunk/rtabmap rtabmaplib
$ cd rtabmaplib/build
$ cmake ..
$ make
$ cd ../bin
$ ./rtabmap
and just the '?' icon appears? Is there a segmentation fault or something on
the terminal? Maybe the ini file is corrupted, do:
$ rm ~/.rtabmap/rtabmap.ini
$ ./rtabmap
Original comment by matla...@gmail.com
on 2 Apr 2014 at 7:35
Original issue reported on code.google.com by
xiangliu...@gmail.com
on 29 Mar 2014 at 9:55