skill_conical_helix
A skill that performs a conical helix around z axis of the specified pivot_frame
Defined at line 11 of file skills/spherical/skill_conical_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_pointstart_radius : floatDistance from the desired start point to the origin of pivot_frame [m].Default: 0.001end_radius : csv:floatDistance from the desired end point to the origin of pivot_frame [m]. Max. one value allowed.Default: 0.1start_phi : floatInitial value of angle phi (in x-y-plane of pivot_frame) [rad].Default: Falsehalf_opening_angle : floatHalf of the opening angle of the cone [rad].Default: 0.4tool_direction : list:float_parameterThe rpy tool orientation (a,b,c) in [rad]. Default pointing towards the origin of pivot_frame.Default: odict_keys([‘a’, ‘b’, ‘c’])helix_linear_velocity : floatThe speed of the motion in radial directionDefault: 0.005helix_angular_velocity : floatThe speed of the rotation movement.Default: 0.5
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_spherical_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 - phi, theta, r, a, b, cDefault: odict_keys([‘start_phi’, ‘half_opening_angle’, ‘start_radius’, ‘tool_direction-a’, ‘tool_direction-b’, ‘tool_direction-c’])constant_offsets : list:float_parameterDefines the helix - constant offsets (theta, a, b, c)Default: odict_keys([‘half_opening_angle’, ‘tool_direction-a’, ‘tool_direction-b’, ‘tool_direction-c’])
Examples
skill_conical_helix is used in the following examples: