Uses of Class
com.kuka.nav.command.Action

Packages that use Action
com.kuka.nav.command Contains interfaces providing infrastructure for using navigation commands. 
com.kuka.nav.honk Provides interfaces and classes for mobile robots honk capability. 
com.kuka.nav.robot Provides interfaces and classes for mobile robots. 
 

Uses of Action in com.kuka.nav.command
 

Classes in com.kuka.nav.command with type parameters of type Action
 class Action<T extends Action<T,E>,E extends ActionContainer<T,?>>
          Base class for navigation actions.
 

Uses of Action in com.kuka.nav.honk
 

Subclasses of Action in com.kuka.nav.honk
 class HonkAction
          Action that can be used to honk with the vehicle.
 

Uses of Action in com.kuka.nav.robot
 

Subclasses of Action in com.kuka.nav.robot
 class ChangeMapCommand
          Requests the change of the currently active map of the commanded mobile robot.
 class LocalizeCommand
          Command to (re-)initialize the pose estimate of the commanded mobile robot's on board laser localization.
 



Copyright © 2019. All rights reserved.