Package com.googlecode.grtframework.sensor.gui

Examples of com.googlecode.grtframework.sensor.gui.PotentiometerDisplay


    MountedPosition potsPosition = new MountedPosition(RootMount.get(),
        300, 400, 0);
    SimPotentiometer pot = new SimPotentiometer(displayer, displayer,
        potsPosition);
    pot.start();
    PotentiometerDisplay potDisplay = new PotentiometerDisplay(displayer,
        pot, potsPosition);
    potDisplay.startDisplaying();
    potDisplay.startListening();

    // controller
    ServoController control = new ServoController(servosControlled, pot);
    control.startListening();
  }
View Full Code Here

TOP

Related Classes of com.googlecode.grtframework.sensor.gui.PotentiometerDisplay

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.