From f41d5a7949aba35173a03511fb8c8886b8cd8cd4 Mon Sep 17 00:00:00 2001 From: Rune Harlyk Date: Sun, 25 Feb 2024 02:04:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=BE=20Adds=20foot=20tracing=20and=20gu?= =?UTF-8?q?i=20panel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/public/spot_micro.urdf.xacro | 236 ++++++++++---------- app/src/app.css | 5 + app/src/components/Views/Model.svelte | 71 ++++-- app/src/lib/sceneBuilder.ts | 4 +- app/src/lib/utilities/location-utilities.ts | 1 - app/src/lib/utilities/model-utilities.ts | 23 +- app/src/routes/Controller.svelte | 4 +- 7 files changed, 201 insertions(+), 143 deletions(-) diff --git a/app/public/spot_micro.urdf.xacro b/app/public/spot_micro.urdf.xacro index 7d997bf..e6b2dae 100644 --- a/app/public/spot_micro.urdf.xacro +++ b/app/public/spot_micro.urdf.xacro @@ -1,119 +1,119 @@ - - - - - - - - - + + + + + + + + + - + - - - + + + - - + + - - + + - - + + - - - - - - + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + --> @@ -150,17 +150,17 @@ - + - + - + - + - + @@ -190,10 +190,10 @@ - + - - + + @@ -229,14 +229,14 @@ - + - + - + @@ -255,10 +255,10 @@ - + - - + + @@ -279,10 +279,10 @@ - + - - + + @@ -300,7 +300,7 @@ - + diff --git a/app/src/app.css b/app/src/app.css index 31f8945..c21217b 100644 --- a/app/src/app.css +++ b/app/src/app.css @@ -13,3 +13,8 @@ body { margin: 0; } + +#three-gui-panel { + top: 50px; + right:0px +} \ No newline at end of file diff --git a/app/src/components/Views/Model.svelte b/app/src/components/Views/Model.svelte index b68f5ae..cb43d6f 100644 --- a/app/src/components/Views/Model.svelte +++ b/app/src/components/Views/Model.svelte @@ -1,36 +1,55 @@