skill_cylindrical_helix
A skill that performs a cylindrical helix around z axis of the specified pivot_frame
Defined at line 11 of file skills/cylindrical/skill_cylindrical_helix.xml in package pitasc_library.
Meta data
Categoriessingle_robot, velocity_controlledPrototypesskill_sequence, skill_single_robot, skill, object, dictionary, base, descriptive
Parameters
Basic parameters:
robot : dictRobot that is controlled by the skill (only needs to be set at the application level).tool_frame : stringThe used tool frame.Default: toolpivot_frame : stringThe pivot point (i.e. tip of the cone).Default: pivot_pointradius : floatDistance from the desired start point to the origin of pivot_frame [m].Default: 0.05height : csv:floatDistance from the desired end point to the origin of pivot_frame [m]. Only one value allowed.Default: 0.2start_phi : floatInitial value of angle phi (in x-y-plane of pivot_frame) [rad].Default: Falsehelix_linear_velocity : floatThe speed of the motion in radial directionDefault: 0.005helix_angular_velocity : floatThe speed of the rotation movement.Default: 0.5tool_direction : list:float_parameterThe rpy tool orientation (a,b,c) in [rad]Default: odict_keys([‘a’, ‘b’, ‘c’])
Expert parameters:
skill_name : stringName of this skill. Must be locally unique.collections : list:collectionContains the kinematic chains of the skill (feature, robot, object chains).loops : list:kinematic_loopContains the kinematic loop(s) that define the task to be solved.tasks : list:taskContains the task description(s).bounds : list:boundContains the bounds description(s).monitors : list:monitorContains the monitors of the skill that determine when the skill should terminate.transitions : list:transitionContains additional transitions to other states (skills), given an event name.scripts : list:scriptContains scripts that should be executed while the skill is active.initial_skill : stringFirst skill to run.skills : list:skillSub-skills that are executed in sequence.Default: odict_keys([‘skill_cylindrical_positioning’, ‘skill_concurrency’])
Hidden parameters:
des_velocities : list:float_parameterDefines the helix velocitiesDefault: odict_keys([‘helix_angular_velocity’, ‘helix_linear_velocity’])start_offsets : list:float_parameterDefines the helix - r, phi, z, a, b, cDefault: odict_keys([‘radius’, ‘start_phi’, ‘float_parameter’, ‘tool_direction-a’, ‘tool_direction-b’, ‘tool_direction-c’])constant_offsets : list:float_parameterDefines the helix - constant offsets (r, a, b, c)Default: odict_keys([‘radius’, ‘tool_direction-a’, ‘tool_direction-b’, ‘tool_direction-c’])
Examples
skill_cylindrical_helix is used in the following examples: