Home Previous Up Next Index

armarx::grasping

Overview

module grasping

Class Index

GraspCandidateObserverInterface
GraspCandidateProviderInterface
GraspCandidatesTopicInterface

Interface Index

GraspCandidateObserverInterface
GraspCandidateProviderInterface
GraspCandidatesTopicInterface

Sequence Index

BimanualGraspCandidateSeq
GraspCandidateSeq
StringSeq

Dictionary Index

GraspCandidateDict
InfoMap
IntMap

Enumeration Index

ApertureType
ApproachType

Sequences

sequence<BimanualGraspCandidate> BimanualGraspCandidateSeq

Used By

GraspCandidateObserverInterface::getAllBimanualCandidates
GraspCandidateObserverInterface::getSelectedBimanualCandidates
GraspCandidateObserverInterface::setSelectedBimanualCandidates
GraspCandidatesTopicInterface::reportBimanualGraspCandidates
sequence<GraspCandidate> GraspCandidateSeq

Used By

GraspCandidateObserverInterface::getAllCandidates
GraspCandidateObserverInterface::getCandidatesByFilter
GraspCandidateObserverInterface::getCandidatesByProvider
GraspCandidateObserverInterface::getCandidatesByProviders
GraspCandidateObserverInterface::getSelectedCandidates
GraspCandidateObserverInterface::setSelectedCandidates
GraspCandidatesTopicInterface::reportGraspCandidates
sequence<string> StringSeq

Used By

GraspCandidateObserverInterface::getAvailableProviderNames

Dictionaries

dictionary<string, GraspCandidate> GraspCandidateDict
dictionary<string, ProviderInfo> InfoMap

Used By

GraspCandidateObserverInterface::getAvailableProvidersWithInfo
dictionary<string, int> IntMap

Used By

GraspCandidateObserverInterface::getAllUpdateCounters

Home Previous Up Next Index