Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Terminal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const CLI_COPY = `${CLI_CLONE_CMD} && cd openral && just quickstart`;
// Tier-0 (ADR-0021): installs uv + CPython 3.12 + openral-cli only — no ROS 2,
// no colcon build, no REPL launch — so no Starting/Finished lines here, and the
// ending below is the real "next steps" text from scripts/install.sh, condensed.
const CURL_CMD = "curl -fsSL https://raw.githubusercontent.com/OpenRAL/openral/master/scripts/install.sh | sh";
const CURL_CMD = "curl -fsSL https://raw.githubusercontent.com/OpenRAL/openral/master/scripts/install.sh | bash";
const CURL_SCRIPT = [
{ cmd: CURL_CMD },
{
Expand Down
10 changes: 10 additions & 0 deletions src/videos/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,16 @@
"preview": "benchmarks/simpler-env_rldx1-widowx-nf4_fail/preview.mp4",
"full": "benchmarks/simpler-env_rldx1-widowx-nf4_fail/full.mp4"
},
{
"id": "simulation/g1-walking_mujoco-playground-s0_success",
"category": "simulation",
"benchmark": "g1-walking",
"rskill": "mujoco-playground-s0",
"status": "success",
"poster": "simulation/g1-walking_mujoco-playground-s0_success/poster.jpg",
"preview": "simulation/g1-walking_mujoco-playground-s0_success/preview.mp4",
"full": "simulation/g1-walking_mujoco-playground-s0_success/full.mp4"
},
{
"id": "simulation/isaac-pick_act-libero_fail",
"category": "simulation",
Expand Down