Spaces:
Running
Running
rebuild sim/ from the probe package
Browse files- sim/index.html +5 -2
sim/index.html
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
<!doctype html><meta charset="utf-8">
|
| 2 |
-
<title>React — interactive sensor simulator</title>
|
| 3 |
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
|
|
| 4 |
<style>
|
| 5 |
:root{color-scheme:dark}
|
| 6 |
body{margin:0;background:#0e1116;color:#e8eaed;
|
|
@@ -37,6 +37,8 @@ td{padding:1px 10px 1px 0;vertical-align:top}
|
|
| 37 |
.pill{display:inline-block;padding:1px 8px;border-radius:99px;font-size:12px;
|
| 38 |
background:#1d2630;border:1px solid #2c3844;margin-right:6px}
|
| 39 |
</style>
|
|
|
|
|
|
|
| 40 |
<header>
|
| 41 |
<h1>Interactive sensor simulator</h1>
|
| 42 |
<p class="sub" data-tactile-note>Drive either GelSight with the keyboard and
|
|
@@ -426,3 +428,4 @@ function tile(stream, frozen){
|
|
| 426 |
"note": "the photos are frozen; only the projected sensor frame moves. No model is wired in yet."
|
| 427 |
});
|
| 428 |
</script>
|
|
|
|
|
|
| 1 |
+
<!doctype html><html lang="en"><head><meta charset="utf-8">
|
|
|
|
| 2 |
<meta name="viewport" content="width=device-width,initial-scale=1">
|
| 3 |
+
<title>React — interactive sensor simulator</title>
|
| 4 |
<style>
|
| 5 |
:root{color-scheme:dark}
|
| 6 |
body{margin:0;background:#0e1116;color:#e8eaed;
|
|
|
|
| 37 |
.pill{display:inline-block;padding:1px 8px;border-radius:99px;font-size:12px;
|
| 38 |
background:#1d2630;border:1px solid #2c3844;margin-right:6px}
|
| 39 |
</style>
|
| 40 |
+
</head>
|
| 41 |
+
<body>
|
| 42 |
<header>
|
| 43 |
<h1>Interactive sensor simulator</h1>
|
| 44 |
<p class="sub" data-tactile-note>Drive either GelSight with the keyboard and
|
|
|
|
| 428 |
"note": "the photos are frozen; only the projected sensor frame moves. No model is wired in yet."
|
| 429 |
});
|
| 430 |
</script>
|
| 431 |
+
</body></html>
|