-
Notifications
You must be signed in to change notification settings - Fork 652
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
Setting up D435i for OpenVins #400
Comments
Also, side note: Just for fun, I tried using the rs_d455 config, but had an error. The rs_t265 launches with no problem.
|
You need to specify only to use a single camera instead of the default two. Hope this issue will help you: #388 |
RE; Your original question about the topics, you should be able to use the Kalibr output files direction. You should be able to specify the topic in the camchain.yaml to just be You might try following this walk through video: https://youtu.be/rBT5O5TEOV4?si=h8XTEXlX93-rwEEP&t=2107 |
Going through the Kalibr tutorial works! I will probably post an overall setup with ROS2. Thank you |
Hi @Genozen, I'm struggling with OpenVINS with a D435i Realsense on ROS2. After initialisation my camera starts to drift. Could you share your ROS2 setup? |
@Genozen Can you please help us with d435i camera drifting when running with ros1..and same was with ros2 |
@marcoleg @ShreyasKuntnal for any drift-related issue, I would first check your calibration results. (See OpenVins's guide). That's usually the number one cause I've found for drifting. The second possibility could be either the environment or you are running on Jetson (ARM). I experienced some drift using Jetson and have not investigated this closely yet. |
@Genozen I have shared all the files like calibrations files on this particular issue: #458 (comment) I request you to help us to fix the issue occurring due to the use of the d435i camera as soon as possible, As many people have already raised the issue and all are still failing to achieve the performance as projected in all demos and cameras like d455. I request @goldbattle to go through the same and reply on what might be the issue? |
Hello. First, thank you for maintaining this repo and actively helping out everyone.
I'm a newer learner for using ROS 2 and OpenVins...
I would like to run real-time RealSense D435i Stereo with the OpenVins SLAM. And I have read through most of the issue pages.
I'm still a little confused on how to get OpenVins to subscribe to my camera topics correctly...
This is the subscribe node from msckf:
This is the topics from D435i:
Do I just need to do some sort of remapping in the launch file?
Or I must do the Kalibr tutorial first, which generates a bunch of configs, and this will then be automatically configured in the subscriber launch? Just looking for more step by step details...
The text was updated successfully, but these errors were encountered: