-
Notifications
You must be signed in to change notification settings - Fork 393
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
svo node not publishing any results using stereo+imu camera #45
Comments
@david-delmoral Did you find a solution? |
No. I ended up using other algorithms for my proyect bc I couldn't get svo working |
same... waiting for further tips |
i also stumbled upon the same issue, running fine in mono but no results in stereo, the stereoCallback in svo_interface expects exact timestamps for both camera streams, if you switch the sync policy from ExactTime to ApproximateTime it works fine. My camera (oak-d pro w) outputs slightly different timestamps for both streams so no result was published, as soon as I switched to ApproximateTime and recompiled it started working fine.
|
I am attempting svo with a realsense t265, but when I launch the node with a launch file similar to the fla_stere_imu.launch, Rviz opens up but nothing is displayed, there is no error message, although the svo node in not publishing data in any of the topics.
The step I've followed are:
In rqt I get the following chart:
where you can see that the svo node is subscribed to the camera and IMU topics, but none of the topics between svo and vis contain any data.
I don't know if I have missed any steps needed to use svo with a custom stereo + imu camera.
Thank you for the help
The text was updated successfully, but these errors were encountered: