Skip to content
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_mono-1] process has died exit code -6 #22

Open
MagnusErler opened this issue Dec 3, 2022 · 2 comments
Open

[orb_slam3_mono-1] process has died exit code -6 #22

MagnusErler opened this issue Dec 3, 2022 · 2 comments

Comments

@MagnusErler
Copy link

MagnusErler commented Dec 3, 2022

I'm getting the following error when using roslaunch orb_slam3_ros_wrapper euroc_mono.launch

[ WARN] [1670076780.160426745]: TF_OLD_DATA ignoring data from the past (Possible reasons are listed at http://wiki.ros.org/tf/Errors%20explained) for frame camera at time 0.000000 according to authority unknown_publisher
Warning: TF_OLD_DATA ignoring data from the past (Possible reasons are listed at http://wiki.ros.org/tf/Errors%20explained) for frame camera at time 0.000000 according to authority unknown_publisher
         at line 278 in /tmp/binarydeb/ros-noetic-tf2-0.7.6/src/buffer_core.cpp
terminate called after throwing an instance of 'cv::Exception'
  what():  OpenCV(4.6.0-dev) ../modules/highgui/src/window.cpp:376: error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'imshow'

[orb_slam3_mono-1] process has died [pid 59511, exit code -6, cmd /home/ubuntu/catkin_ws/devel/lib/orb_slam3_ros_wrapper/orb_slam3_ros_wrapper_mono __name:=orb_slam3_mono __log:=/home/ubuntu/.ros/log/e093e46c-7305-11ed-8581-558ecd5b9b83/orb_slam3_mono-1.log].
log file: /home/ubuntu/.ros/log/e093e46c-7305-11ed-8581-558ecd5b9b83/orb_slam3_mono-1*.log

RVIZ shows up and I can see my video feed. I'm also able to see the SLAM working for just one frame before the ORB-SLAM crashes and RVIZ is left behind.

The log seems not be available...

@thien94
Copy link
Owner

thien94 commented Dec 6, 2022

Hi @MagnusErler , it seems the error is on OpenCV's side instead of the wrapper. Maybe you can check this out https://stackoverflow.com/a/33819978

@Gigerin
Copy link

Gigerin commented Apr 3, 2023

Hi @MagnusErler , it seems the error is on OpenCV's side instead of the wrapper. Maybe you can check this out https://stackoverflow.com/a/33819978

I also have the same issue. i checked out you link and looked for cv.VideoCapture(0) line in all files with grep, found nothing meaningful. Do you have any other ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants