示例#1
0
 public void LoadRobotConnection(IRobotMessenger robotInterface)
 {
     _misty = robotInterface;
     _currentObstacleState = new CurrentObstacleState();
     _misty.RegisterForSDKLogEvents(PrintMessage);
 }