ROS Kinetic+openni2+rgbdslam_V2=REQUIRED process has died!
hi, I'm trying to create a 3D map from an Asus Xtion PRO Live with openni2 driver in ROS Kinetic and Ubuntu 16.04. I followed the wiki section on GitHub for the installation process of rgbdslamv2. When I try to launch rgbdslamv2 the GUI shows up, the images are shown correctly from the topics that I want, but when it starts processing it stops, showing the error
REQUIRED process [rgbdslam-1] has died!
What I've tried:
At first I had qt4 installed, but after seeing some functions in the GraphManager.cpp file from rgbdslam, I thought qt5 was needed, so I uninstalled qt4 and installed qt5. Problem remains.
Then I thought that the problem may come from some optimization functions. So, in my modified rgbdslam launch file, I modified the
optimizer_skip_step
parameter (I typed 10), and the program worked fine until it reached the 10th frame. I modified it again and the same, the program stops when it reaches the number inoptimizer_skip_step
.
So I'm running out of ideas. I must also say that the test_settings.launch
file works fine with my own rosbag file, it seems to process and optimize it correctly.
I don't know what is happening. Any suggestions? Thanks in advance.
Asked by ramromdev on 2018-10-11 11:23:54 UTC
Comments