-
Notifications
You must be signed in to change notification settings - Fork 21
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
Frame delayed at time #18
Comments
I will have a look at it tomorrow |
I have two questions which I hope you can answer.
1.Svin stereorig v1.launch file whether to change stereorig /stereo rig config.yaml to stereorig v1 config.yaml
2.Why do dropping frames and frame delays occur?
| |
***@***.***
|
|
***@***.***
|
…---- Replied Message ----
| From | Bharat ***@***.***> |
| Date | 08/14/2023 20:40 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [AutonomousFieldRoboticsLab/SVIn] Frame delayed at time (Issue #18) |
I will have a look at it tomorrow
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I'm having the same issue when running on the bus and cemetery dataset. "Dropping frame" and "frame delay" error appeared. In terms of the cemetery dataset, the trajectory can run in a whole loop without long time stoppage, but the trajectory plot froze when trying to run the second loop in rviz. In terms of the bus dataset, it just ceased and stopping working. |
Also, my team could not reproduce the result of this algorithm. The trajectory plot just froze and stopped working halfway. I think the reason is that there's tracking loss caused by lack of features, and the algorithm doesn't have a re-initialization process (didn't see that in the paper). How could I solve that? If I need to adjust some parameters to reproduce the result, could you provide me the parameters used? |
Sorry that you guys are having issues. I have some knowledge of these issues. I will add documentation on how to fix these. Give me a day or two. |
I'd like to ask when you will be able to post the solution, as our project is currently stuck in this section. Thanks for taking time to fix it. |
i meet the same problem,Have you solved the problem? |
Hello, thank you for your wonderful sharing. Recently, I extracted the original picture information from the rosbag format files of the cave data set and cemetery data set you shared before, and found that the occurrence frequency of the left and right images was unstable, resulting in a large difference in time stamps, and there was a pause in the middle, resulting in a different number of pictures from the left and right cameras. In addition, the original rosbag information had duplicate messages. For example, there are 13794 messages retrieved by rosabag info in the cave data set, but there are actually 60 duplicate picture messages, and only 13734 pictures extracted. These problems may be the cause of frame loss and delay in the algorithm. Do you have any solutions? /slave2/image_raw/cam_info 13794 msgs : sensor_msgs/CameraInfo |
The text was updated successfully, but these errors were encountered: