From d9eaccc5abea9a651e1f4eb527fc53f6e71bb02b Mon Sep 17 00:00:00 2001 From: jc4419 <60656643+jc4419@users.noreply.github.com> Date: Sat, 29 May 2021 00:27:27 +0400 Subject: [PATCH] Developed a basic template for web ui. Added arrow keys with mouse and keyboard support for movement control, added battery level indicator and odometer(w/ dummy values) more to add for sensor output, also added css/js touches for aestheics/resposiveness/layout. --- Command/index.html | 195 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 195 insertions(+) create mode 100644 Command/index.html diff --git a/Command/index.html b/Command/index.html new file mode 100644 index 0000000..8c3c91f --- /dev/null +++ b/Command/index.html @@ -0,0 +1,195 @@ + + + +Rover Command Center + + + + + + + +

ROVER COMMAND CENTER

+ +
+ +
+
+

Movement Control

+
+ +
+
+ + + +
+ +
+
+ +
+
+

Sensor Data

+ +
    + +
  • + +
    +
    + +
    +
  • + +
  • + +
    +
    + 28mm +
    +
  • +
+
+ +
+ +
+ + + + \ No newline at end of file