Пример #1
0
 public AngleAdapter(Portable robot)
 {
     this.robot = robot;
     manager = robot.motors();
     posCalc = robot.positions();
 }