Skip to content

Commit

Permalink
ty
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanwahab committed Oct 22, 2024
1 parent 4067718 commit eb1140c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ previous_static/
data.json
web-ui/user_code/tmp/web_bg.wasm
web-ui/user_code/tmp/webgpu-examples
200k_prs/client-sdk-js


ObservableRobotRemote
Expand Down
7 changes: 7 additions & 0 deletions request.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"room_name": "room-name",

"video": {
"name": "ingress-video"
}
}
5 changes: 5 additions & 0 deletions web-ui/views/TeleGuidance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,14 @@ function DiffusionVoxelPointCloud() {
const runtime = new Runtime();
runtime.module(VoxelNotebook, (name) => {
if (name === "NOTCH") return new Inspector(nOTCHRef.current);
<<<<<<< HEAD:web-ui/views/TeleGuidance.tsx
if (name === "voxelPainter") return new Inspector(lOGORef.current);
if (name === "voxelPainter") return new Inspector(idk.current);

=======
if (name === "LOGO") return new Inspector(lOGORef.current);
if (name === "render_the_cavas") return new Inspector(render_the_cavasRef.current);
>>>>>>> c2752e0 (cool):web-ui/js/views/odyssey/TeleGuidance.tsx
});
return () => runtime.dispose();
}, []);
Expand Down

0 comments on commit eb1140c

Please sign in to comment.