while not path_done()

Command:

while not path_done()

Command Syntax:

while not path_done()

Method:

rv.while not path_done()

Range:

 

Describe:

Runs the commands in the "while" loop until the Rover is finished with all movement.

Result:

The path_done() function returns a value of 0 or 1 depending on whether the Rover is moving (0) or finished with all movement (1).

Errors:

 

Type or
Addressable Component: