Classes | |
class | JointTrajectoryActionServer |
Functions | |
def | angle_to_joint (li) |
def | joint_to_angle (li) |
Variables | |
arm = arm.Arm() | |
list | GOAL_TOLERANCE = [0.05, 0.05, 0.05, 0.05, 0.05] |
string | OUTPUT_STRIP_CHARS = string.whitespace + '>' |
port = arm.connect() | |
list | RATIOS = [3640, 8400, 6000, 4000, 4500] |
server = JointTrajectoryActionServer('r12_arm_controller') | |
def joint_trajectory_action_server.angle_to_joint | ( | li | ) |
Reorganise alphabetical angle values into waist-to-wrist ordered joint counts for sending to arm
Definition at line 45 of file joint_trajectory_action_server.py.
def joint_trajectory_action_server.joint_to_angle | ( | li | ) |
Reorganise waist-to-wrist ordered joint counts into alphabetical angle values for ros publishing
Definition at line 35 of file joint_trajectory_action_server.py.
joint_trajectory_action_server.arm = arm.Arm() |
Definition at line 24 of file joint_trajectory_action_server.py.
list joint_trajectory_action_server.GOAL_TOLERANCE = [0.05, 0.05, 0.05, 0.05, 0.05] |
Definition at line 26 of file joint_trajectory_action_server.py.
string joint_trajectory_action_server.OUTPUT_STRIP_CHARS = string.whitespace + '>' |
Definition at line 32 of file joint_trajectory_action_server.py.
joint_trajectory_action_server.port = arm.connect() |
Definition at line 149 of file joint_trajectory_action_server.py.
list joint_trajectory_action_server.RATIOS = [3640, 8400, 6000, 4000, 4500] |
Definition at line 28 of file joint_trajectory_action_server.py.
joint_trajectory_action_server.server = JointTrajectoryActionServer('r12_arm_controller') |
Definition at line 151 of file joint_trajectory_action_server.py.