You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+18-74Lines changed: 18 additions & 74 deletions
Original file line number
Diff line number
Diff line change
@@ -3,24 +3,15 @@
3
3
4
4
<head>
5
5
<metacharset="utf-8">
6
-
<!-- Meta tags for social media banners, these should be filled in appropriately as they are your "business card" -->
7
-
<!-- Replace the content tag with appropriate information -->
8
-
<metaname="description" content="A Lean Ecosystem for Robot Learning at Scale">
6
+
<metaname="description" content="A lean, ROS-free sim-to-real framework for training and deploying Vision-Language-Action (VLA) models and RL agents. Native MuJoCo Gymnasium wrappers with synchronous execution for Franka, UR5e, xArm, and SO101.">
9
7
<metaproperty="og:title" content="Robot Control Stack: A Lean Ecosystem for Robot Learning at Scale" />
10
8
<metaproperty="og:description" content="A Lean Ecosystem for Robot Learning at Scale" />
<!-- RCS: A lightweight layered architecture integrates core tools from robotics and exposes them through a Gymnasium-based API that enables seamless switching between simulation and real-world experiments.
175
-
The individual layers can be easily customized in both Python and C++, making RCS equally suitable for end-to-end policy learning and low-level controller design. -->
<p>We demonstrate how RCS supports VLA research by investigating VLA generalization across multiple embodiments and assessing the benefit of simulated data for robotic foundation models.
468
412
</p>
469
413
<br>
470
-
<!-- Left column: Image -->
471
414
<divclass="columns is-vcentered">
472
415
<divclass="column is-half">
473
416
<figureclass="image">
474
417
<imgsrc="static/images/results/robot_comparison.svg" alt="Descriptive alt text" width="90%">
To support modern, high-frequency VLA architectures (like π<sub>0</sub>), RCS must process data efficiently. We evaluated the recording frequencies across multiple camera and tactile sensor configurations. RCS scales reliably up to 90-120 Hz before encountering hardware IO bottlenecks, proving its suitability for high-frequency RL and VLA deployments despite the synchronous nature of Gymnasium environments.
469
+
</p>
470
+
<br>
471
+
<imgsrc="static/images/system_performance.svg" alt="Configured control vs. measured data frequency during teleoperation" width="100%">
472
+
<divclass="content has-text-justified">
473
+
Fig. 4: Configured control vs. measured data frequency during teleoperation, averaged over more than 1000 steps. The shaded area denotes the standard deviation. <em>FR3 2 Cams</em>: Two RealSense cameras. <em>FR3 4+2 Cams</em>: Four RealSense cameras and two DIGIT sensors. <em>Dual FR3 4+2 Cams</em>: Like <em>FR3 4+2 Cam</em> but with two FR3 robots.
474
+
</div>
475
+
520
476
</div>
521
477
</div>
522
478
</div>
523
479
</div>
524
480
</section>
525
-
<!-- TODO: explain results -->
526
-
<!-- End Results -->
527
-
528
-
529
-
530
-
<!--BibTex citation -->
531
481
<sectionclass="section" id="BibTeX">
532
482
<divclass="container is-max-desktop content">
533
483
<h2class="title">BibTeX</h2>
@@ -541,9 +491,6 @@ <h2 class="title">BibTeX</h2>
541
491
</code></pre>
542
492
</div>
543
493
</section>
544
-
<!--End BibTex citation -->
545
-
546
-
547
494
<footerclass="footer">
548
495
<divclass="container">
549
496
<divclass="columns is-centered">
@@ -557,7 +504,6 @@ <h2 class="title">BibTeX</h2>
557
504
</div>
558
505
</footer>
559
506
560
-
<!-- Default Statcounter code for Robot Control Stack https://robotcontrolstack.github.io/ -->
561
507
<scripttype="text/javascript">
562
508
varsc_project=13169805;
563
509
varsc_invisible=1;
@@ -570,8 +516,6 @@ <h2 class="title">BibTeX</h2>
570
516
src="https://c.statcounter.com/13169805/0/64083f10/1/" alt="free hit counter"
0 commit comments