public Khepera3RobotModel_Remote()
        {
            name = "Khepera3RobotModel_Remote";
            autopilot = false;
			Console.WriteLine("before khepera initialized");
			communicator = new KheperaSerialPortCommunicator("/dev/rfcomm0");
			Console.WriteLine("after khepera initialized");
		}
 public Khepera3RobotModel_Remote()
 {
     name      = "Khepera3RobotModel_Remote";
     autopilot = false;
     Console.WriteLine("before khepera initialized");
     communicator = new KheperaSerialPortCommunicator("/dev/rfcomm0");
     Console.WriteLine("after khepera initialized");
 }
Beispiel #3
0
 public static void Main(string[] args)
 {
     KheperaSerialPortCommunicator myTest = new KheperaSerialPortCommunicator("/dev/rfcomm0");
 }
	public static void Main(string[] args)
	{
		KheperaSerialPortCommunicator myTest = new KheperaSerialPortCommunicator("/dev/rfcomm0");
	}