iai_robosherlock_actions¶
Contents:
Summary¶
-
iai_robosherlock_actions
¶ Version: 0.0.5
Description: Action interfaces to trigger perception via the Robosherlock perception system.
Maintainers: - Georg Bartels <georg DOT bartels AT cs DOT uni-bremen DOT de>
Licenses: - BSD
Authors: - Georg Bartels <georg DOT bartels AT cs DOT uni-bremen DOT de>
- Ferenc Balint-Benczedi (catkinization)
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Action types¶
-
iai_robosherlock_actions/SimplePerceiveObject
¶ Field (Goal): - requests[] (designator_integration_msgs/Designator) –
Field (Result): - percepts[] (designator_integration_msgs/Designator) –
Field (Feedback): - percepts[] (designator_integration_msgs/Designator) –
goal
list of descriptions of the objects the client wants the the perception system to look for
# goal # # list of descriptions of the objects the client wants the # the perception system to look for designator_integration_msgs/Designator[] requests --- # result # # upon termination or cancelation, the vision system sends back # a (potentially incomplete, in case of cancel) list of descriptions # of objects it has last seen designator_integration_msgs/Designator[] percepts --- # feedback # # whenever the vision pipeline ran through, the vision system # reports a list of descriptions of the objects it has found designator_integration_msgs/Designator[] percepts