script_frame_editor_set_parent
Set a new parent frame of a given frame via ROS service.
Defined at line 88 of file frame_editor/frame_editor.xml in package pitasc_library.
Meta data
CategoriesframesPrototypesscript_frame_editor, script_service_caller, script, object, dictionary, base, descriptive
Parameters
Required parameters:
service_name : stringName of the service to be calledDefault: /frame_editor/set_parent
Basic parameters:
namespace : stringNamespace of the service to be calledon_start : boolIf true, the script is executed when the parent skill startsDefault: Trueblocking : boolDecides if the ros service call blocks the pitasc cycle until the service returned. If set to false, on_start must be set to true.Default: Truewait_for_service : boolWait until service becomes availableDefault: True
Hidden parameters:
frame : stringName of the frame to be createdparent : stringName of the parent framekeep_absolute : boolIf true, change the kin. tree, but not the positionrelative to ‘world’ or attach full transformation to parent frame
Examples
No examples found that make use of script_frame_editor_set_parent