public class ModbotNavigator
extends java.lang.Object
Constructor and Description |
---|
ModbotNavigator(ModBot myBot)
Initialize the controller without any active commands
|
Modifier and Type | Method and Description |
---|---|
boolean |
destinationReached() |
void |
setDestination(VisionCoordinate dest)
Sets the destination for the bot.
|
public ModbotNavigator(ModBot myBot)
myBot
- the modbot this navigator is meant to controlpublic boolean destinationReached()
public void setDestination(VisionCoordinate dest)
dest
- A visioncoordinate representing the (x,y) desired. Angle currently ignored.