Uses of Class
com.kuka.nav.robot.DriveType

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

Uses of DriveType in com.kuka.nav.robot
 

Methods in com.kuka.nav.robot that return DriveType
 DriveType MobileRobotType.getDriveType()
          Returns the type of drive (differential, holonomic) of this robot type.
static DriveType DriveType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DriveType[] DriveType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
static DriveType DriveType.withName(String name)
          Creates the error type from the given name.
 



Copyright © 2019. All rights reserved.