Skip to content

Commit a78072a

Browse files
committed
fix animations
1 parent ac23330 commit a78072a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@ Pkg.add("ContactImplicitMPC")
1212
```
1313

1414
## Flamingo
15-
<img src="examples/animations/flamingo.gif" alt="drawing" width="400"/>
15+
<img src="animations/flamingo.gif" alt="drawing" width="400"/>
1616

1717
## PushBot
18-
<img src="examples/animations/pushbot.gif" alt="drawing" width="400"/>
18+
<img src="animations/pushbot.gif" alt="drawing" width="400"/>
1919

2020
## Hopper Parkour
21-
<img src="examples/animations/hopper_parkour.gif" alt="drawing" width="250"/>
21+
<img src="animations/hopper_parkour.gif" alt="drawing" width="250"/>
2222

2323
## Quadruped with Payload
24-
<img src="examples/animations/quadruped_payload.gif" alt="drawing" width="400"/>
24+
<img src="animations/quadruped_payload.gif" alt="drawing" width="400"/>
2525

2626
## Hopper Monte Carlo
27-
<img src="examples/animations/hopper_monte_carlo.gif" alt="drawing" width="400"/>
27+
<img src="animations/hopper_monte_carlo.gif" alt="drawing" width="400"/>
2828

2929
## Quadruped Monte Carlo
30-
<img src="examples/animations/quadruped_monte_carlo.gif" alt="drawing" width="400"/>
30+
<img src="animations/quadruped_monte_carlo.gif" alt="drawing" width="400"/>
3131

3232
## Reference Trajectories
3333
The trajectories we track in the examples are generated using [contact-implicit trajectory optimization](https://journals.sagepub.com/doi/10.1177/0278364919849235) and can be run [here](https://github.com/thowell/motion_planning/tree/main/examples/contact_implicit).

0 commit comments

Comments
 (0)