script_frame_editor_load_yaml
Loads YAML with frame editor.
Defined at line 174 of file frame_editor/frame_editor.xml in package pitasc_library.
Meta data
CategoriesframesPrototypesscript_service_caller, script, object, dictionary, base, descriptive
Parameters
Required parameters:
service_name : stringName of the service to be calledDefault: /frame_editor/load_yaml
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:
filename : stringName of the file to be loaded
Examples
No examples found that make use of script_frame_editor_load_yaml