Uses of Class
com.kuka.nav.object.handling.FindAndReach

Packages that use FindAndReach
com.kuka.nav.object.handling Contains all interface classes for the handling of objects. 
 

Uses of FindAndReach in com.kuka.nav.object.handling
 

Classes in com.kuka.nav.object.handling with type parameters of type FindAndReach
 class FindAndReach<T extends FindAndReach<T,E>,E extends CommandContainer<T,?>>
          Base class for all OAFAROA (optional actions, find, approach, reach, optional actions) actions.
 interface FindAndReachContainer<T extends FindAndReach<T,?>,R extends NavExecutionResult>
          Interface describing the methods of an unit responsible for the management of the runtime information of a find and reach command.
 

Subclasses of FindAndReach in com.kuka.nav.object.handling
 class FindAndApproachObject
          This action tries to find the given DetectionModel and to determine its pose.
 class FindAndReachObject
          This action tries to find the given DetectionModel and to determine its pose.
 



Copyright © 2019. All rights reserved.