Uses of Class
org.robokind.impl.motion.dynamixel.feedback.DynamixelControlLoop

Packages that use DynamixelControlLoop
org.robokind.impl.motion.dynamixel   
 

Uses of DynamixelControlLoop in org.robokind.impl.motion.dynamixel
 

Methods in org.robokind.impl.motion.dynamixel that return DynamixelControlLoop
 DynamixelControlLoop DynamixelController.getControlLoop()
           
 

Methods in org.robokind.impl.motion.dynamixel with parameters of type DynamixelControlLoop
static boolean DynamixelCommandSender.ping(DynamixelControlLoop controlLoop, DynamixelServo.Id id, long timeout)
           
static int[] DynamixelCommandSender.readRegisters(DynamixelControlLoop controlLoop, DynamixelServo.Id id, Register first, Register last, long timeout)
           
static boolean DynamixelCommandSender.writeRegister(DynamixelControlLoop controlLoop, DynamixelServo.Id id, Register reg, Integer value, long timeout)
           
 



Copyright © 2011-2013. All Rights Reserved.