cob_cartesian_controller¶
Contents:
Summary¶
-
cob_cartesian_controller
¶ Version: 0.6.10
Description: This package provides nodes that broadcast tf-frames along various (model-based) Cartesian paths. The tf-frames can be used as targets for the cob_frame_tracker/cob_twist_controller
Maintainers: - Felix Messmer <fxm AT ipa DOT fhg DOT de>
Licenses: - LGPL
Authors: - Christoph Mark <fxm-cm AT ipa DOT fhg DOT de>
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Action types¶
-
cob_cartesian_controller/CartesianController
¶ Constant (Goal): - LIN (uint8):
1
– - CIRC (uint8):
2
–
Field (Goal): - move_type (uint8) –
- move_lin (cob_cartesian_controller/MoveLin) –
- move_circ (cob_cartesian_controller/MoveCirc) –
Field (Result): - success (bool) –
- message (string) –
Field (Feedback): - state (uint8) –
- message (string) –
goal definition
# goal definition uint8 LIN=1 uint8 CIRC=2 uint8 move_type cob_cartesian_controller/MoveLin move_lin cob_cartesian_controller/MoveCirc move_circ --- # result definition bool success string message --- # Define a feedback message uint8 state string message
- LIN (uint8):