public class ModBot extends Bot
Constructor and Description |
---|
ModBot(MotorConnection c)
Currently modbots are implemented using an ice connection
|
ModBot(MotorConnection c,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
ModbotCommandCenter |
getCommandCenter()
TODO: Use reflections on this if necessary.
|
SensorCenter |
getSensorCenter() |
public ModBot(MotorConnection c)
c
- a motorconnection connected to the ModBotpublic ModBot(MotorConnection c, java.lang.String name)
public ModbotCommandCenter getCommandCenter()
Bot
getCommandCenter
in class Bot
public SensorCenter getSensorCenter()
getSensorCenter
in class Bot