kaos.robots.core
Class RobotMonitor
java.lang.Object
kaos.robots.core.RobotMonitor
public class RobotMonitor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_logger
protected Logger _logger
_kaa
protected AgentDescription _kaa
RobotMonitor
public RobotMonitor(KAoSRobot robot)
buildEventsPanel
public javax.swing.JPanel buildEventsPanel()
UpdatePosition
public void UpdatePosition(Pose pose)
NewSonarReading
public void NewSonarReading(SonarReading reading)
detectedObject
public void detectedObject(java.io.Serializable newObject)
NewEvent
public void NewEvent(java.lang.String event)
NewEvent
public void NewEvent(ActionInstanceDescription aid)
sendMessageToKaa
protected void sendMessageToKaa(ActionInstanceDescription aid)
findKaa
protected AgentDescription findKaa()
buildTransportMessage
protected TransportMessage buildTransportMessage(AgentDescription agt,
ActionInstanceDescription aid)
printDebugString
protected void printDebugString(java.lang.String msg,
int loggerDisplayLevel)