generated from DIT113-V22/group-xx
-
Notifications
You must be signed in to change notification settings - Fork 0
Autonomous Command Execution
Peym77 edited this page May 29, 2022
·
6 revisions
We want the operator to be able to control the car through autonomous commands which will be executed by the car with precision.
- The system shall be able to take a list of commands and execute them in order.
- The system shall list all commands to be executed to the user so the user can see what is being executed.
- The command execution by the car should be done with a high accuracy.
- The accuracy for movement commands should be with less than 1cm inaccuracy
- The accuracy for turning the car should have less than 1 degree inaccuracy
- The execution of the commands should be fast.
- The commands present should be useful in their nature.