Files
CARIA/UserWebSite/vue/control.html
ccunatbrule f5999a03b5 Update MVC modèle
All components are in MVC mode
Bug to registre presente
2023-10-13 17:00:34 +02:00

44 lines
1.9 KiB
HTML

<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>