Uses of Interface
com.kuka.nav.robot.MobileRobotType

Packages that use MobileRobotType
com.kuka.nav.robot Provides interfaces and classes for mobile robots. 
 

Uses of MobileRobotType in com.kuka.nav.robot
 

Methods in com.kuka.nav.robot that return MobileRobotType
 MobileRobotType MobileRobotStateSnapshot.getType()
          Returns an object representing the type of this robot.
 MobileRobotType MobileRobotManager.getType(int typeId)
          Returns the mobile robot type specified by the corresponding type id.
 MobileRobotType MobileRobotManager.getType(String typeName)
          Returns the mobile robot type specified by the corresponding type name.
 

Methods in com.kuka.nav.robot that return types with arguments of type MobileRobotType
 Collection<MobileRobotType> MobileRobotManager.getTypes()
          Returns all available mobile robot types.
 



Copyright © 2019. All rights reserved.