Skip to content
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

Open
GHz12138 opened this issue Aug 14, 2023 · 9 comments
Open

Frame delayed at time #18

GHz12138 opened this issue Aug 14, 2023 · 9 comments

Comments

@GHz12138
Copy link

2023-08-14 17-30-33 的屏幕截图

@joshi-bharat
Copy link
Member

I will have a look at it tomorrow

@GHz12138
Copy link
Author

GHz12138 commented Aug 14, 2023 via email

@Unigrass
Copy link

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.

@Unigrass
Copy link

I have several questions which I hope u can answer.
When I tried to run the algorithm on the cave and bus dataset, the following error appeared in rviz.
sender
It seems that information about the sonar sensor could not be successfully received. I tried for a few days but still could not debug it. When I tick or untick the "Sonar" icon, does it enable and disable the sonar sensor in SVin2, or does it just display the sonar features on the trajectory plot without the function of turning it on and off? Also, I would like to test the sonar performance only. Do I just need to tick the "Sonar" icon in rviz and untick everything else, or do I have to go to the code and extract the sonar part?

@Unigrass
Copy link

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?

@joshi-bharat
Copy link
Member

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.

@Unigrass
Copy link

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.

@xuduoudo0505
Copy link

i meet the same problem,Have you solved the problem?

@GHz12138
Copy link
Author

GHz12138 commented Jul 14, 2024

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
/slave2/image_raw/compressed 13794 msgs : sensor_msgs/CompressedImage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants