From 4a764beb9bf32ece4ea3c803fd538cb6fe463622 Mon Sep 17 00:00:00 2001 From: Jack Parrot Date: Sat, 22 Mar 2025 19:12:30 +0100 Subject: [PATCH] Mise en place de la structure de l'interface web --- ui/bootstrap-5.3.3-dist/js/bootstrap.js | 5 +++ ui/index.html | 53 +++++++++++++++---------- 2 files changed, 36 insertions(+), 22 deletions(-) diff --git a/ui/bootstrap-5.3.3-dist/js/bootstrap.js b/ui/bootstrap-5.3.3-dist/js/bootstrap.js index 9ed52e8..e764ef9 100644 --- a/ui/bootstrap-5.3.3-dist/js/bootstrap.js +++ b/ui/bootstrap-5.3.3-dist/js/bootstrap.js @@ -4569,6 +4569,11 @@ motors_joystick.addEventListener('touchend', onup); motors_joystick.addEventListener('touchcancel', onup); + function onclick(){ + send_motors(vy+vx, vy-vx); + + } + return index_umd; diff --git a/ui/index.html b/ui/index.html index 039418b..b341c59 100644 --- a/ui/index.html +++ b/ui/index.html @@ -7,29 +7,38 @@ MinHAUMTaure -

Bienvenue sur MinHAUMTaure

-

Fonctionnalités

- -
-
- -

Sélection de la couleur

- - -
-
- -

Directions

- - -
-
- -

Automatique

-
- - +
+
+
+

Bienvenue sur MinHAUMTaure

+
+
+
+
+
+
+

Directions

+ +
+
+

Fonctionnalités

+

Sélection de la couleur

+ + +

Automatique

+
+ + +
+
+
+
+
+

Repère Spatial

+ +
+