Skip to content

Commit 63bb0d9

Browse files
committed
added arxiv reference
1 parent b9e83c4 commit 63bb0d9

File tree

2 files changed

+20
-10
lines changed

2 files changed

+20
-10
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33

44
If you find RCS useful for your work, please consider citing it:
55
```
6-
TODO
6+
@misc{juelg2025robotcontrolstack,
7+
title={{Robot Control Stack}: {A} Lean Ecosystem for Robot Learning at Scale},
8+
author={Tobias J{\"u}lg and Pierre Krack and Seongjin Bien and Yannik Blei and Khaled Gamal and Ken Nakahara and Johannes Hechtl and Roberto Calandra and Wolfram Burgard and Florian Walter},
9+
year={2025},
10+
howpublished = {\url{https://arxiv.org/abs/2509.14932}}
11+
}
712
```
813

914
## Acknowledgments

index.html

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,25 +91,25 @@ <h1 class="title">
9191
<div class="column has-text-centered">
9292
<div class="publication-links">
9393
<!-- ArXiv abstract Link -->
94-
<!-- <span class="link-block">
95-
<a href="https://arxiv.org/abs/xxx" target="_blank"
94+
<span class="link-block">
95+
<a href="https://arxiv.org/abs/2509.14932" target="_blank"
9696
class="external-link button is-normal is-rounded is-dark">
9797
<span class="icon">
9898
<i class="ai ai-arxiv"></i>
9999
</span>
100100
<span>arXiv</span>
101101
</a>
102-
</span> -->
102+
</span>
103103
<!-- Arxiv PDF link -->
104-
<!-- <span class="link-block">
105-
<a href="https://arxiv.org/pdf/xxx" target="_blank"
104+
<span class="link-block">
105+
<a href="https://arxiv.org/pdf/2509.14932" target="_blank"
106106
class="external-link button is-normal is-rounded is-dark">
107107
<span class="icon">
108108
<i class="fas fa-file-pdf"></i>
109109
</span>
110110
<span>PDF</span>
111111
</a>
112-
</span> -->
112+
</span>
113113

114114

115115
<!-- Supplementary PDF link -->
@@ -130,7 +130,7 @@ <h1 class="title">
130130
<span class="icon">
131131
<i class="fab fa-github"></i>
132132
</span>
133-
<span>Code</span>
133+
<span>TBA</span>
134134
</a>
135135
</span>
136136
<!-- Model Link. -->
@@ -204,7 +204,12 @@ <h2 class="title is-3">Abstract</h2>
204204
<section class="section" id="BibTeX">
205205
<div class="container is-max-desktop content">
206206
<h2 class="title">BibTeX</h2>
207-
<pre><code>TODO
207+
<pre><code>@misc{juelg2025robotcontrolstack,
208+
title={{Robot Control Stack}: {A} Lean Ecosystem for Robot Learning at Scale},
209+
author={Tobias J{\"u}lg and Pierre Krack and Seongjin Bien and Yannik Blei and Khaled Gamal and Ken Nakahara and Johannes Hechtl and Roberto Calandra and Wolfram Burgard and Florian Walter},
210+
year={2025},
211+
howpublished = {\url{https://arxiv.org/abs/2509.14932}}
212+
}
208213
</code></pre>
209214
</div>
210215
</section>
@@ -216,7 +221,7 @@ <h2 class="title">BibTeX</h2>
216221
<div class="columns is-centered">
217222
<div class="column is-8">
218223
<div class="content has-text-centered">
219-
Website borrowed from <span class="dnerf"><a
224+
Website template borrowed from <span class="dnerf"><a
220225
href="https://github.com/nerfies/nerfies.github.io">Nerfies</a></span>.
221226
</div>
222227
</div>

0 commit comments

Comments
 (0)