-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (31 loc) · 1.98 KB
/
Copy pathindex.html
File metadata and controls
35 lines (31 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OpenRAL — the open harness for physical AI</title>
<meta name="description" content="OpenRAL is the open-source, typed orchestration layer that turns vision-language-action models, perception and reasoning into safe, runnable robot behavior — on real hardware and in simulation." />
<meta property="og:title" content="OpenRAL — the open harness for physical AI" />
<meta property="og:description" content="A typed orchestration layer over ROS 2 for VLA-driven robots: perception, reasoning, swappable skills, and deny-by-default safety." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://openral.com" />
<meta property="og:image" content="https://openral.com/assets/og.png?v=2" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="OpenRAL — the open harness for physical AI" />
<meta name="twitter:description" content="A typed orchestration layer over ROS 2 for VLA-driven robots: perception, reasoning, swappable skills, and deny-by-default safety." />
<meta name="twitter:image" content="https://openral.com/assets/og.png?v=2" />
<meta name="theme-color" content="#0E0F13" />
<link rel="icon" type="image/svg+xml" href="/assets/icon.svg" />
<link rel="icon" type="image/png" sizes="512x512" href="/assets/icon-512.png" />
<link rel="apple-touch-icon" href="/assets/apple-touch-icon.png" />
<link rel="preload" href="/fonts/space-grotesk.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="/fonts/plex-sans.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="/fonts/plex-mono-400.woff2" as="font" type="font/woff2" crossorigin />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>