Fix bloaty gif (#1647)

change to mp4
This commit is contained in:
Chris Gerth
2024-12-20 23:56:13 -06:00
committed by GitHub
parent 77e75b9975
commit bd1c5c0330
3 changed files with 5 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 MiB

View File

@@ -205,7 +205,9 @@ During simulation, we periodically update the simulated vision system.
The rest is done behind the scenes.
```{image} images/poseest_demo.gif
:alt: Simulated swerve drive and vision system working together in teleoperated mode.
:width: 1200
```{raw} html
<video width="85%" controls>
<source src="../../_static/assets/poseest_demo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
```