-
Notifications
You must be signed in to change notification settings - Fork 103
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
Problem when running SVO2.0 with external stereo camera #18
Comments
Is your stereo camera synchronized? We assume the stereo images are synchronized, as you can see here: If this is the case, I am not sure you will get good results from unsynchronized images. You can still try by changing the synchronization policy (http://wiki.ros.org/message_filters see Policy-Based Synchronizer). |
I think the stereo camera is synchronized. |
Difficult to tell just from looking at the terminal output ;) |
Well, it seems that the image topics published by the camera didn't send images to the topics of svo that receive images. I'm still trying to figure it out. |
Have you solved this problem successful? I have met the same question. |
I'm testing SVO2.0 with an external stereo camera with IMU disabled on Ubuntu 16.04 and ROS Kinetic. Now I have some problem when running SVO via fla_stereo_imu.launch. The program seemed not running properly as there was no trajectory of the camera displayed in Rviz and the information in the shell paused at the lines as shown below(no new information when I opened my camera):
while the program worked when I use the fla_stereo_imu.bag provided(even when I set use_imu to False, it still ran successfully). The information which corresponded to the one paused is as shown below:
To make use of the fla_stereo_imu.launch, I have made some modifications to match the external stereo camera:
Is there anything I forget to do in order to make it work? Thanks a lot.
The text was updated successfully, but these errors were encountered: