-
Notifications
You must be signed in to change notification settings - Fork 282
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
Odometry is changing (not stable) at a faster rate with intelrealsense d435 #129
Comments
Here is an update regarding this issue. I can't see the map points inside the rviz as the generated map_points are all 0s.
The pose topic is changing continuously.
|
Also, I wanted to show something. The package is built successfully but there remains a warning message. Don't know if it's related to this issue.
|
I have the same problem with you.Have you ever solve it? When I run the |
This is a warning I've encountered before .It will affect using Opencv.Conflicts caused by multiple Opencv will make orb_slam2_ros run unstable. |
Hi, I have compiled your repository on nvidia jetson nano and it has been successfully built inside my catkin workspace. I have double checked the rosnode list and topics subscribed and published by nodes and they are all good. When I launched the file
roslaunch orb_slam2_ros orb_slam2_d435_rgbd.launch
and try to see the/orb_slam2_rgbd/pose
topic, the pose looks quite unstable and changing at a faster rate (you can see inside the video attached) while the robot is static. I have attached the tf tree in this issue frames.pdf and a video link here.We are kind of stuck. Any help is appreciated.
N.B: I saw inside the launch file it was searching for a "ORBvoc.txt" file which is a vocabulary file. I found that there are 2 vocabulary files (.bin and .tar.gz). I have extracted the ORBvoc.txt.tar.gz file and got ORBvoc.txt file but still the result looks the same.
The text was updated successfully, but these errors were encountered: