rgbdslam_v2 icon indicating copy to clipboard operation
rgbdslam_v2 copied to clipboard

REQUIRED process [rgbdslam-1] has died!

Open Amir-Ramezani opened this issue 8 years ago • 17 comments

when I run the roslaunch command for only rgbdslam I get the following error, your help will be appreciated.


amir-ai@amir-comp:~$ roslaunch rgbdslam rgbdslam.launch 
... logging to /home/amir-ai/.ros/log/03a9fc06-4a90-11e7-936b-38d547df45ba/roslaunch-amir-comp-23778.log
Checking log directory for disk usage. This may take awhile.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

started roslaunch server http://amir-comp:39035/

SUMMARY
========

PARAMETERS
 * /rgbdslam/config/backend_solver: pcg
 * /rgbdslam/config/cloud_creation_skip_step: 2
 * /rgbdslam/config/cloud_display_type: POINTS
 * /rgbdslam/config/detector_grid_resolution: 3
 * /rgbdslam/config/feature_detector_type: ORB
 * /rgbdslam/config/feature_extractor_type: ORB
 * /rgbdslam/config/max_keypoints: 600
 * /rgbdslam/config/max_matches: 300
 * /rgbdslam/config/min_sampled_candidates: 4
 * /rgbdslam/config/neighbor_candidates: 4
 * /rgbdslam/config/optimizer_skip_step: 1
 * /rgbdslam/config/pose_relative_to: largest_loop
 * /rgbdslam/config/predecessor_candidates: 4
 * /rgbdslam/config/ransac_iterations: 100
 * /rgbdslam/config/topic_image_depth: /camera/depth_reg...
 * /rgbdslam/config/topic_image_mono: /camera/rgb/image...
 * /rgbdslam/config/topic_points: 
 * /rosdistro: kinetic
 * /rosversion: 1.12.7

NODES
  /
    rgbdslam (rgbdslam/rgbdslam)

ROS_MASTER_URI=http://localhost:11311

core service [/rosout] found
process[rgbdslam-1]: started with pid [23796]
================================================================================REQUIRED process [rgbdslam-1] has died!
process has died [pid 23796, exit code -11, cmd /home/amir-ai/catkin_ws/devel/lib/rgbdslam/rgbdslam __name:=rgbdslam __log:=/home/amir-ai/.ros/log/03a9fc06-4a90-11e7-936b-38d547df45ba/rgbdslam-1.log].
log file: /home/amir-ai/.ros/log/03a9fc06-4a90-11e7-936b-38d547df45ba/rgbdslam-1*.log
Initiating shutdown!
================================================================================
[rgbdslam-1] killing on exit
shutting down processing monitor...
... shutting down processing monitor complete
done

Amir-Ramezani avatar Jun 06 '17 08:06 Amir-Ramezani

i have the same question with you...

michaelczhou avatar Jun 10 '17 03:06 michaelczhou

Michael, my problem solved after I used the indigo branch, and you have to check the camera and depth topics as well, and also in my case it does not work with openni2 but it works with kinect.

Amir-Ramezani avatar Jun 10 '17 03:06 Amir-Ramezani

you mean you use indigo branch in ubuntu16.04?thank you

michaelczhou avatar Jun 10 '17 03:06 michaelczhou

No, in ubuntu 16 there was other issues, so I ran it in ubuntu 14, opencv 2.4.11, ros-indigo-opencv3, ros indigo. Welcome.

Amir-Ramezani avatar Jun 10 '17 03:06 Amir-Ramezani

Are there any other solutions to this? I have to be on 16.04 and kinetic but I am getting the same error when trying to launch rgbdslam.launch.

chriswsuarez avatar Jul 28 '17 18:07 chriswsuarez

has anyone solved this problem? facing the same problem now

feiran-l avatar Nov 14 '17 13:11 feiran-l

Having the same problem here with Ros Kinetic, even tryied the kinetic branch. EDIT: after uninstall G2O which i installed before, then reinstall as README told, the GUI comes out.

songlin avatar Jan 05 '18 09:01 songlin

hi ! i am trying to get it working with Orbbec Astra on Indigo 14.04 i got this screenshot from 2018-03-07 09 49 09!

how can i solve this ? any suggestion ?

MariRob avatar Mar 08 '18 08:03 MariRob

I have the same problem. I need to get it working with Ubuntu 16.04 and Ros Kinetic. Please help.

canberkgurel avatar Jul 11 '18 23:07 canberkgurel

I have the same problem as you @canberkgurel . Did you fix the problem? Thank you.

sararht avatar Aug 07 '18 12:08 sararht

The new release of rgbdslam_v2 doesn't support previous drivers. We just solved this by cloning older version of rgbdslam_v2 in github.

KamithaVihanga avatar Sep 11 '18 08:09 KamithaVihanga

@KamithaVihanga thank you. That was helpful. I had the same problem and I could solve it after using this method.

hirunisilva275 avatar Sep 11 '18 12:09 hirunisilva275

@KamithaVihanga and @hirunisilva275 I am still facing the same problem as shown below:

================================================================================REQUIRED process [rgbdslam-35] has died!
process has died [pid 27215, exit code -11, cmd /home/arun/Code/rgbdslam_catkin_ws/devel/lib/rgbdslam/rgbdslam /camera/rgb/image_color:=/camera/rgb/image_raw /camera/depth_registered/sw_registered/image_rect_raw:=/camera/depth/image_raw __name:=rgbdslam __log:=/home/arun/.ros/log/63602fc8-fa5f-11e8-86d6-5cea1d834771/rgbdslam-35.log].
log file: /home/arun/.ros/log/63602fc8-fa5f-11e8-86d6-5cea1d834771/rgbdslam-35*.log
Initiating shutdown!
================================================================================

I see you have found a workaround for this by installing an older version. Can you please guide me which version solved this problem ?

arunumd avatar Dec 07 '18 21:12 arunumd

@arunumd I have used the file which was cloned earlier. Did you fixed that one?

KamithaVihanga avatar Dec 10 '18 13:12 KamithaVihanga

@KamithaVihanga I tried a previous commit. But it still gave me the same error. So I gave up with rgbdslam and moved on. Would be interested to know if it works for anyone else.... I would like to use it later !

arunumd avatar Dec 11 '18 04:12 arunumd

@songlin what version of pcl do you use? pcl 1.8 or pcl 1.7

yuhiuyang avatar Feb 12 '19 09:02 yuhiuyang

To those who had problems "REQUIRED process [rgbdslam-1] has died!" with following the guide on https://github.com/felixendres/rgbdslam_v2/wiki/Instructions-for-Compiling-Rgbdslam-(V2)-on-a-Fresh-Ubuntu-16.04-Install-(Ros-Kinetic)-in-Virtualbox especially steps 11-16 with pcl setup and recompiling solved my problem.

florianspy avatar Dec 03 '19 07:12 florianspy