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

Fix rosbags & latency issues #30

Open
wants to merge 2 commits into
base: arthur/fix_realsense
Choose a base branch
from

Conversation

azhangvo
Copy link
Contributor

@azhangvo azhangvo commented Nov 8, 2024

Motivation

In the pipeline of realsense camera -> rosbag -> mp4 video, we see a lot of frame skipping, swapping, and general lag that makes the data virtually impossible to work with. We should resolve these issues to get a constant frame rate and be able to play it back reliably.

Changes

  • Disabled align_depth on realsense camera, which fixed frame skipping
  • Rewrote rosbag2mp4 script to make it more reliable, by reading directly from sqlite database instead of playing back
  • Created a new launch script for the realsense camera to support exposure control
  • Added several scripts for rosbags

Testing

Recorded working rosbags

Robustly converted to video
https://github.com/user-attachments/assets/34702fb5-35d2-4dfc-9269-4624fe4d1a6d

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

Successfully merging this pull request may close these issues.

1 participant