ORB_SLAM3 icon indicating copy to clipboard operation
ORB_SLAM3 copied to clipboard

build_ros.sh still points to Examples

Open piran-prog opened this issue 2 years ago • 5 comments

The build_ros.sh points to the Examples folder but the files it is trying to build are now in Examples_old

piran-prog avatar Sep 28 '22 15:09 piran-prog

You can just simply move the ROS folder from Examples_old to Examples.

SimonWXW avatar Oct 13 '22 09:10 SimonWXW

That is true, or update the build_ros.sh to point to the new folder, but this would have to be done by everyone who downloaded it - if it was corrected here then all new users get a working version.

piran-prog avatar Oct 13 '22 17:10 piran-prog

Yes. By the way, I tried to run ORB_SLAM3 in ROS these days, but I encountered a problem--segmentation fault when I tried to run the monocular node. I wonder if you have ever encountered this error and maybe have the solution?

SimonWXW avatar Oct 14 '22 03:10 SimonWXW

Yes. By the way, I tried to run ORB_SLAM3 in ROS these days, but I encountered a problem--segmentation fault when I tried to run the monocular node. I wonder if you have ever encountered this error and maybe have the solution?

I have the same problem when i try to run the stereo_inertial node on my D435i camera, works just fine with the EuRoC dataset, and it also works when i use the EuRoC.yaml configuration (albeit very distorted obv.) which leads me to think it's got something to do with the RealSense_D435i.yaml file. I have not been able to find any information on this though

ripdk12 avatar Oct 14 '22 08:10 ripdk12

I'm trying to use it with the Kinect and have found that I can only use it through ROS (at 1 frame every 4s) it gives me a segmentation fault on exit but after saving maps etc. so I haven't looked too much at it. I'll see if I can try monocular today.

piran-prog avatar Oct 14 '22 10:10 piran-prog

Yes. By the way, I tried to run ORB_SLAM3 in ROS these days, but I encountered a problem--segmentation fault when I tried to run the monocular node. I wonder if you have ever encountered this error and maybe have the solution?

I have the same problem when i try to run the stereo_inertial node on my D435i camera, works just fine with the EuRoC dataset, and it also works when i use the EuRoC.yaml configuration (albeit very distorted obv.) which leads me to think it's got something to do with the RealSense_D435i.yaml file. I have not been able to find any information on this though

Hi, I have good news here! I just modified the OpenCV version of the whole project from 4.4 to 3.2 and then it worked!!!

SimonWXW avatar Oct 17 '22 12:10 SimonWXW

Yes. By the way, I tried to run ORB_SLAM3 in ROS these days, but I encountered a problem--segmentation fault when I tried to run the monocular node. I wonder if you have ever encountered this error and maybe have the solution?

I have the same problem when i try to run the stereo_inertial node on my D435i camera, works just fine with the EuRoC dataset, and it also works when i use the EuRoC.yaml configuration (albeit very distorted obv.) which leads me to think it's got something to do with the RealSense_D435i.yaml file. I have not been able to find any information on this though

Hi, I have good news here! I just modified the OpenCV version of the whole project from 4.4 to 3.2 and then it worked!!!

Which ROS version are you using? I am having the same problem

fbliman avatar May 25 '23 13:05 fbliman

Yes. By the way, I tried to run ORB_SLAM3 in ROS these days, but I encountered a problem--segmentation fault when I tried to run the monocular node. I wonder if you have ever encountered this error and maybe have the solution?

I have the same problem when i try to run the stereo_inertial node on my D435i camera, works just fine with the EuRoC dataset, and it also works when i use the EuRoC.yaml configuration (albeit very distorted obv.) which leads me to think it's got something to do with the RealSense_D435i.yaml file. I have not been able to find any information on this though

Hi, I have good news here! I just modified the OpenCV version of the whole project from 4.4 to 3.2 and then it worked!!!

Which ROS version are you using? I am having the same problem

ROS melodic on Ubuntu 18.04

SimonWXW avatar May 26 '23 06:05 SimonWXW