script_frame_editor_remove
Removes a frame from the frame_editor via ROS service.
Defined at line 71 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/remove_frame
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 removed
Examples
No examples found that make use of script_frame_editor_remove