Constructor
new Empty()
Empty constructor. No setup is required for this algorithm
Methods
follow(robotData) → {Robot.MovementCommands}
The follow method that overrides the virtual follow method. For the empty
algorithm the robot is sent the command to stop moving.
Parameters:
Name | Type | Description |
---|---|---|
robotData |
Robot.RobotTelemetryData | Values for all the sensors that the robot can read. This includes the position, velocity, bearing and light sensors. |
- Source:
Returns:
- The commands for the robot effectors.