Uses of Interface
org.robokind.api.motion.Robot

Packages that use Robot
org.robokind.api.motion   
org.robokind.api.motion.servos   
org.robokind.api.motion.servos.utils   
org.robokind.api.motion.utils   
 

Uses of Robot in org.robokind.api.motion
 

Classes in org.robokind.api.motion that implement Robot
 class AbstractRobot<J extends Joint>
          Provides common functionality for Robot implementations
 

Uses of Robot in org.robokind.api.motion.servos
 

Classes in org.robokind.api.motion.servos that implement Robot
 class ServoRobot
          Robot implementation using Servos.
 

Uses of Robot in org.robokind.api.motion.servos.utils
 

Methods in org.robokind.api.motion.servos.utils that return Robot
 Robot ServoRobotConnector.build(ServoRobotConfig config)
           
 

Methods in org.robokind.api.motion.servos.utils that return types with arguments of type Robot
 Class<Robot> ServoRobotConnector.getServiceClass()
           
 

Uses of Robot in org.robokind.api.motion.utils
 

Methods in org.robokind.api.motion.utils with parameters of type Robot
static org.osgi.framework.ServiceRegistration RobotUtils.registerRobot(org.osgi.framework.BundleContext context, Robot robot, Properties props)
          Adds a Robot to the OSGi ServiceRegistry with the robotId as a service property.
 



Copyright © 2011. All Rights Reserved.