-
Notifications
You must be signed in to change notification settings - Fork 88
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 slam 3 + orb slam wrapper on an RGBD ros bag shows no cloud points #7
Comments
Hope this helps. |
@thien94 Sorry for the delay. The node is indeed publishing data. i checked the name of the frames too. all looks good but the result is still like this https://imgur.com/OqiYCzK |
@zarathacia If you are using the rosbag, make sure to change In the normal view, the camera frame is pointed up, with all the points being projected upwards. The camera and the points seem to be in the correct orientation if you invert the view in rviz (the inverted picture shows the camera frame pointed down). I used Here is my and my terminal output that was running roslaunch: |
@kinda-raffy Thank you very much for the response it worked like a charm |
@zarathacia hi ! for me its crashing after I start to play the bag file. |
@shyam-botsync I didn't make other changes apart from changing values in the yaml file. i based my installation on this guide https://github.com/Mauhing/ORB_SLAM3/blob/master/README.md and this one too https://github.com/egdw/ORB_SLAM3_Ubuntu20.04 |
There are no errors in the run just the absence of the cloud points in RVIZ as shown in this screenshot https://imgur.com/a/ORlmEzf
I built orb slam with opencv 4.4 with installation option cuda off and no GTK
anyone had this issue before?
The text was updated successfully, but these errors were encountered: