skill_cartesian_tracking_pid
Keeps on aligning the tool frame with a target frame
Defined at line 144 of file skills/skill_apply_force_pid.xml in package pitasc_library.
Meta data
Categoriessingle_robot, position_controlledPrototypesskill_cartesian, loop_target, skill_single_robot, skill, object, dictionary, base, descriptive
Parameters
Required parameters:
tool_frame : stringName of the tool frametarget_frame : stringName of the target frame
Basic parameters:
robot : dictRobot that is controlled by the skill (only needs to be set at the application level).axes : csv:stringList of axes to be aligned.Default: x, y, z, a, b, ctarget_offsets : csv:floatOffsets of the axes to be aligned. Must be the samenumber of values as for ‘axes’. If no value is provided, 0 is used forall axes.max_linear_velocity : floatMax linear velocity.Default: 1.0max_angular_velocity : floatMax angular velocity.Default: 1.5
Expert parameters:
skill_name : stringName of this skill. Must be locally unique.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.trajectory_duration : floatDuration of the trajectory in [s]. ‘0’ means asfast as possible. Is expanded accordingly if in conflict with maximallinear veloctiy.Default: False
Hidden parameters:
collections : list:collectionContains the kinematic chains of the skill (feature, robot, object chains).Default: odict_keys([‘collection’, ‘target_to_tool’])loops : list:kinematic_loopContains the kinematic loop(s) that define the task to be solved.Default: odict_keys([‘kinematic_loop’])tasks : list:taskContains the task description(s).Default: odict_keys([‘tracking’])K : floatThe gain K of the controllerDefault: 0.001Tn : floatThe integral time of the controllerDefault: FalseTv : floatThe derivative time of the controllerDefault: FalseTp : floatParasitic timeconstant of real PID controller (Tpsmaller than Tv)Default: 0.001u_i_limit : floatThe output limit of the i part of the controllerDefault: FalseI_flag : boolParameter to switch integral part on/offDefault: FalseD_flag : boolParameter to switch derivative part on/offDefault: False
Examples
skill_cartesian_tracking_pid is used in the following examples: