Skip to content

Commit 005c8a7

Browse files
committed
added linkedin teaser and added the future website url.
1 parent 439c80e commit 005c8a7

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed
9.86 MB
Binary file not shown.

docs/examples/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,12 @@ This section demonstrates practical use-cases of the PACE pipeline, from data co
55
The examples are designed to help you understand how to apply PACE to real robotic systems and adapt the workflow to your own platforms.
66

77
Currently, one complete example is provided for ANYmal, showcasing the full pipeline in a reproducible and realistic setting. Additional examples for other robots and scenarios are planned and will be added as the framework evolves.
8+
9+
<div style="max-width: 100%; margin: 1.5em 0;">
10+
<video autoplay loop muted playsinline style="width: 100%; border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.15);">
11+
<source src="../assets/linkedin_teaser_web.mp4" type="video/mp4">
12+
</video>
13+
<figcaption style="text-align: center; font-size: 0.8em; color: #666; margin-top: 0.6em;">
14+
4096 ANYmal D robots running in parallel during PACE system identification.
15+
</figcaption>
16+
</div>

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Use this documentation to get started, explore examples, and understand how to a
4141
-->
4242

4343
Additional sections such as Concepts, API Reference, and Development are planned and will be added as the PACE framework evolves.
44-
4544
## How to cite
4645

4746
If you use **PACE** in your research, please cite our [paper](https://arxiv.org/pdf/2509.06342):

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: PACE Sim2Real
22
site_description: "Documentation for the PACE sim-to-real pipeline for legged robots."
3-
site_url: # "https://pace.filipbjelonic.com/"
3+
site_url: "https://pace.filipbjelonic.com"
44

55
repo_name: "leggedrobotics/pace-sim2real"
66
repo_url: "https://github.com/leggedrobotics/pace-sim2real"

0 commit comments

Comments
 (0)