From 30628cf16ea6dc54d295463e5880404d2fdc03cc Mon Sep 17 00:00:00 2001 From: "ishak jmilou.ishak" Date: Wed, 9 Oct 2024 16:08:26 +0200 Subject: [PATCH] test --- src/C++/Driver/src/test.cpp | 1 - src/Python/flask/web/templates/index.html | 31 ++++++++++------------- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/src/C++/Driver/src/test.cpp b/src/C++/Driver/src/test.cpp index 1c1e762..0ca781d 100644 --- a/src/C++/Driver/src/test.cpp +++ b/src/C++/Driver/src/test.cpp @@ -22,7 +22,6 @@ int main() { thread mv(command); usleep(30 * 1000 * 1000); mv.join(); // Wacht tot de command-thread klaar is - } // Functie om commando's van de gebruiker te verwerken diff --git a/src/Python/flask/web/templates/index.html b/src/Python/flask/web/templates/index.html index b824f80..c32b2d8 100644 --- a/src/Python/flask/web/templates/index.html +++ b/src/Python/flask/web/templates/index.html @@ -1,19 +1,16 @@ -{%extends 'base.html'%} - -{%block head%} - -{%endblock%} - -{%block content%} +{%extends 'base.html'%} {%block head%} {%endblock%} {%block content%}
-
- Kobuki Robot -
-
- - - - -
+
+ Kobuki Robot +
+
+ + + + +
-{%endblock%} \ No newline at end of file +
+

Sensor Data

+
+{%endblock%}