Update MVC modèle
All components are in MVC mode Bug to registre presente
This commit is contained in:
44
UserWebSite/vue/control.html
Normal file
44
UserWebSite/vue/control.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<section id="content" class="page-content">
|
||||
<div>
|
||||
<br><h2 class="text-center">Trouvez nous</h2><hr>
|
||||
<h4>Commande vehicule</h4>
|
||||
<button>Left</button><button>Right</button><br><br>
|
||||
<button>Speed +</button><button>STOP</button><button>Speed -</button><br><br>
|
||||
<button>Reset</button><button>Reboot</button><br><br>
|
||||
<h4>Information du vehicule</h4>
|
||||
<input>Computer Board</input><br>
|
||||
<input>Motor1</input><button>Test</button>
|
||||
<input>Motor2</input><button>Test</button>
|
||||
<input>Speed Sensor</input><button>Test</button><br>
|
||||
<input>Infrared Obstacle Sensor</input><button>Test</button>
|
||||
<input>Tracker Sensor</input><button>Test</button>
|
||||
<input>Ultrasonic Sensor</input><button>Test</button>
|
||||
<input>Camera Sensor</input><button>Test</button><br>
|
||||
<input>IR Sensor</input><button>Test</button><br>
|
||||
<input>Servo Sensor</input><button>Test</button><br>
|
||||
<input>Battery/Power Sensor</input><button>Test</button><br><br>
|
||||
<h5>Network</h5>
|
||||
<input>Connexion</input><br>
|
||||
<input>Wi-fi</input><br>
|
||||
<input>Bluetooth</input><br>
|
||||
<input>Zigbee</input><br>
|
||||
<input>Locate</input><br><br>
|
||||
<h4>Programme du vehicule</h4>
|
||||
<h5>Infrared Obstacle Sensor</h5>
|
||||
<button>PY-Infrared_Line_Tracking</button><br>
|
||||
<button>PY-Infrared_Obstacle_Avoidance</button><br><br>
|
||||
<h5>IR Sensor</h5>
|
||||
<button>PY-Infrared_Remote_Control</button><br>
|
||||
<h5>Tracker Sensor</h5>
|
||||
<button>PY-Infrared_Tracking_Objects</button><br><br>
|
||||
<h5>Ultrasonic Sensor</h5>
|
||||
<button>PY-Ultrasonic_Obstacle_Avoidance</button><br>
|
||||
<button>PY-Ultrasonic_Ranging</button><br><br>
|
||||
<h4>Intelligence du vehicule</h4>
|
||||
<h5>Camera Sensor</h5>
|
||||
<button>Recognize face with picture</button><br>
|
||||
<button>Recognize obstacle with camera</button><br>
|
||||
<button>Recognize line with camera</button><br>
|
||||
<button>Recognize signaletic with camera</button><br><br>
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user