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

Regression test for video writing #42

Closed
jwnimmer-tri opened this issue May 22, 2023 · 0 comments · Fixed by #58
Closed

Regression test for video writing #42

jwnimmer-tri opened this issue May 22, 2023 · 0 comments · Fixed by #58
Assignees
Labels
bug Something isn't working

Comments

@jwnimmer-tri
Copy link
Contributor

jwnimmer-tri commented May 22, 2023

The ball_bin example video writing does not have any regression testing in our CI.

I assumed that since the --still mode worked, everything else would too, since VideoWriter is tested in Drake.

The problem is that import cv2 in Drake CI comes from Ubuntu, which has more codecs than the pip version of cv2, so in fact we were failing.

We should have a regression test to catch this in the future.

We will probably need RobotLocomotion/drake#19447 to land before the regression test would pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants