cob_script_server¶
Contents:
Summary¶
-
cob_script_server¶ Version: 0.6.3
Description: The cob_script_server package provides a simple interface to operate Care-O-bot. It can be used via the python API or the actionlib interface.
Maintainers: - Florian Weisshardt <fmw AT ipa DOT fhg DOT de>
Licenses: - LGPL
Urls: Authors: - Florian Weisshardt <fmw AT ipa DOT fhg DOT de>
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends: message_runtimeactionlibcob_lightcob_mimiccob_soundcontrol_msgsgeometry_msgsipythonmove_base_msgspython-pygraphvizrospystd_msgsstd_srvstfactionlib_msgsrostesttrajectory_msgs
Types¶
Service types¶
-
cob_script_server/ComposeTrajectory¶ Field (Request): - component_name (string) –
- parameter_name (string) –
Field (Response): - trajectory (trajectory_msgs/JointTrajectory) –
string component_name string parameter_name --- trajectory_msgs/JointTrajectory trajectory
Action types¶
-
cob_script_server/State¶ Field (Goal): - state (cob_script_server/ScriptState) –
Field (Result): - return_value (int16) –
goal definition
#goal definition cob_script_server/ScriptState state --- #result definition int16 return_value --- #feedback definition
-
cob_script_server/Script¶ Field (Goal): - function_name (string) –
- component_name (string) –
- parameter_name (string) –
- mode (string) –
- service_name (string) –
- duration (float32) –
- planning (bool) –
Field (Result): - error_code (int32) –
goal definition
#goal definition string function_name string component_name string parameter_name string mode string service_name float32 duration bool planning --- #result definition int32 error_code --- #feedback definition