-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[orb_slam3_rbgd-1] process has died #6
Comments
Hi, have you check the voc_file and setting_file exists under the stated path? If you haven't extract the vocabulary file, this might be an issue that can crash the node. |
An error show in your pastes:
|
@Abner0907 this error actually comes from rviz surprisingly. I am actually getting the exact same error message when trying to run a monocular setup. Commenting out the
|
I just "solved" this issue. It seems to be something to do with some changes that were made to ORB_SLAM3 when going from |
|
@thien94 siddharthcb |
So this seems to be still a problem. Downgrading to v0.3 removes the "exit code -11" error but instead gives me undefined symbol error and "exit code 127". Anyone got any update? |
So the problem existed in the fact that the node was init with a different name compared to the launch file node name. So the program fails to load the settings files and crashes. |
Hi, sorry for the late reply. I have updated the code to work with V1.0 of ORB-SLAM3 as well as some other changes. If you are still interested, please test it out and let me know if the problem is still there. |
Hi,
and also at another terminal I launched:
But on Rviz, there is nothing to show. Please help about it. Im waiting your suggestions to that. |
Hi @Smark2019 , In your case, the issue is that no You can copy the I should include this instruction in the README. Thank you for letting me know. |
Hi @thien94 ; Firstly thanks for your fast reply, I did what you suggested to me and now I am able to see Map Viewer GUI and and Camera Viewer GUI showed by ORB SLAM but unfortunately without any camera image frame. What I do now is stated at bottom respectively: I launch first: I also should inform you that I have changed a line at the
After that I launched: But I am getting the following as output on the terminal of above command line:
|
Hi @Smark2019, I think your remapping param might be the issue.
If you launch
The part that you need to change is the to part, not the from. |
Ohw, it should be mistakenly written there. That's my bad.Sorry for that. Yes, same file should be changed sure. So, I will try to do your suggesstions regarding remapping parameters and let you know about it. Thanks a lot. |
Hi @thien94, `vinsco@vinsco:~$ roslaunch orb_slam3_ros_wrapper orb_slam3_euroc_monoimu.launch started roslaunch server http://vinsco:36737/ SUMMARYPARAMETERS
NODES auto-starting new master setting /run_id to 3cd13bb2-2301-11ed-9772-1d1433e69a22 ORB-SLAM3 Copyright (C) 2017-2020 Carlos Campos, Richard Elvira, Juan J. Gómez, José M.M. Montiel and Juan D. Tardós, University of Zaragoza. Input sensor was set to: Monocular-Inertial
|
Hi @vinsco30, from the terminal output it is not clear to me what might be the problem.
|
Hi @thien94 , yes I am using ORB-SLAM3 (V1.0). About the log file it is impossible to understand something, it's unreadable ( and it's very huge...) |
Hi again @thien94, After applying your suggestions to me; now I can open viewer and rviz but still getting error which is different that previous. I am sharing the output of the terminal at the bottom for your consider:
Especially I want to ask last sentence error which is "[ WARN] [1661437790.767435794]: No transform between frames /world and /camera available after 20.003281 seconds of waiting. This warning only prints once." , how can I overcome this error? Note: In all launch files; I am taking same error as above.
Thanks for your interest. |
Hi @Smark2019 , you can ignore the message So after you launch |
Hi @vigneshwarvenkat , can you check on the console output for any error messages (usually in red)? Additionally, can you run the stereo-inertial launch file? |
Hi @thien94 , I have same issue with @vinsco30 and @vigneshwarvenkat , euroc_mono.launch has no problem, but euroc_monoimu.launch, euroc_stereo.launch, and euroc_stereoimu.launch will all die with exit code -11. |
I had the same problem with exit code 127 I learn it was because of multiple installations and versions of DBoW2. You can remove all previous and related files in /usr/local/ |
as for the exit code 11, some say it is due to the pangolin driver. I tried setting the parameter "enable pangolin" to false and it remove the error message but it occurs when I tried to run a dataset |
Has anyone found a solution to the "exit code -11 / process has died" problem? |
hi,
i have built ORB_SLAM3 which works well directly using
rosrun ORB_SLAM3 RGBD Vocabulary/ORBvoc.txt Examples/RGB-D/d455.yaml
i have also followed all your steps and built this package from source. when i launch
roslaunch orb_slam3_ros_wrapper orb_slam3_rgbd_tum.launch
I get an error and unable to visualize on rviz.orb_slam3_rgbd_tum.launch
I am using Melodic and i have confirmed that i have all the dependencies installed. What am i doing wrong?
The text was updated successfully, but these errors were encountered: