This manual provides detailed instructions for operating the Mars Rover using the Command Terminal. Ensure that you understand each command and its usage to control the Rover efficiently. Below are the available commands and their specific functions.
DRIVE <DIRECTION> <DISTANCE>
DIRECTION
: The direction in which the Rover should move. Valid inputs are "FORWARD" or "BACKWARD".DISTANCE
: The distance in meters the Rover should move in the specified direction.TURN <DIRECTION> <DEGREES>
DIRECTION
: The direction the Rover should turn. Valid inputs are "LEFT" or "RIGHT".DEGREES
: The angle in degrees the Rover should turn.DELAY <LENGTH> <COMMAND> [<ARG0> <ARG1>]
LENGTH
: The delay length in seconds before executing the specified command.COMMAND
: The type of command to delay. Current implementation supports "DRIVE" and "TURN".ARG0
and ARG1
: Arguments for the delayed command, matching the requirements of the specified COMMAND
.AUTODRIVE
LOWDELAYMODE