You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm new to this so I will probably need a deep explanation. I'm trying to run my own bags with orb_slam3_ros, more specifically the tum_rgbd.launch since my camera is d435i. however, i'm facing a lot of problems that I don't know how to fix.
First of all, I changed the launch txt to accomodate the topics that I had. So the launch code looks like that:
So I'm able to open the Rivz with no problem, but once I run my bag I face two warnings. and one error. Frame World simply doesn't exist, the tf is unable to make the transformation and, the weirdest one, is the tracking img one.
On the tracking img, here's the problem. The topic exists but no image shows up.
I don't know what to do, and I would really appreaciate some insight on what might help.
The text was updated successfully, but these errors were encountered:
For debugging, start with knowing the names of topics in your bag file: rosbag info bag_file_path.bag
This will give you the names of the topics your bag file is publishing to.
In the launch file, make sure your orb_slam3 ros nodes are listening to these topics.
Hello! I'm new to this so I will probably need a deep explanation. I'm trying to run my own bags with orb_slam3_ros, more specifically the tum_rgbd.launch since my camera is d435i. however, i'm facing a lot of problems that I don't know how to fix.
First of all, I changed the launch txt to accomodate the topics that I had. So the launch code looks like that:
So I'm able to open the Rivz with no problem, but once I run my bag I face two warnings. and one error. Frame World simply doesn't exist, the tf is unable to make the transformation and, the weirdest one, is the tracking img one.
On the tracking img, here's the problem. The topic exists but no image shows up.
I don't know what to do, and I would really appreaciate some insight on what might help.
The text was updated successfully, but these errors were encountered: