Public Member Functions | |
def | __init__ |
def | initialize |
def | process_command |
def | process_motor_states |
def | set_compliance_margin |
def | set_compliance_punch |
def | set_compliance_slope |
def | set_speed |
def | set_torque_enable |
def | set_torque_limit |
Public Attributes | |
ENCODER_RESOLUTION | |
ENCODER_TICKS_PER_RADIAN | |
flipped | |
initial_position_raw | |
joint_max_speed | |
joint_speed | |
joint_state | |
max_angle | |
max_angle_raw | |
MAX_POSITION | |
MAX_VELOCITY | |
min_angle | |
min_angle_raw | |
MIN_VELOCITY | |
motor_id | |
RADIANS_PER_ENCODER_TICK | |
VELOCITY_PER_TICK |
Definition at line 58 of file joint_position_controller.py.
def dynamixel_controllers::joint_position_controller::JointPositionController::__init__ | ( | self, | ||
out_cb, | ||||
param_path, | ||||
port_name | ||||
) |
Reimplemented from dynamixel_controllers::joint_controller::JointController.
Definition at line 59 of file joint_position_controller.py.
def dynamixel_controllers::joint_position_controller::JointPositionController::initialize | ( | self | ) |
Reimplemented from dynamixel_controllers::joint_controller::JointController.
Definition at line 71 of file joint_position_controller.py.
def dynamixel_controllers::joint_position_controller::JointPositionController::process_command | ( | self, | ||
msg | ||||
) |
Reimplemented from dynamixel_controllers::joint_controller::JointController.
Definition at line 169 of file joint_position_controller.py.
def dynamixel_controllers::joint_position_controller::JointPositionController::process_motor_states | ( | self, | ||
state_list | ||||
) |
Reimplemented from dynamixel_controllers::joint_controller::JointController.
Definition at line 153 of file joint_position_controller.py.
def dynamixel_controllers::joint_position_controller::JointPositionController::set_compliance_margin | ( | self, | ||
margin | ||||
) |
Reimplemented from dynamixel_controllers::joint_controller::JointController.
Definition at line 131 of file joint_position_controller.py.
def dynamixel_controllers::joint_position_controller::JointPositionController::set_compliance_punch | ( | self, | ||
punch | ||||
) |
Reimplemented from dynamixel_controllers::joint_controller::JointController.
Definition at line 139 of file joint_position_controller.py.
def dynamixel_controllers::joint_position_controller::JointPositionController::set_compliance_slope | ( | self, | ||
slope | ||||
) |
Reimplemented from dynamixel_controllers::joint_controller::JointController.
Definition at line 124 of file joint_position_controller.py.
def dynamixel_controllers::joint_position_controller::JointPositionController::set_speed | ( | self, | ||
speed | ||||
) |
Reimplemented from dynamixel_controllers::joint_controller::JointController.
Definition at line 117 of file joint_position_controller.py.
def dynamixel_controllers::joint_position_controller::JointPositionController::set_torque_enable | ( | self, | ||
torque_enable | ||||
) |
Reimplemented from dynamixel_controllers::joint_controller::JointController.
Definition at line 113 of file joint_position_controller.py.
def dynamixel_controllers::joint_position_controller::JointPositionController::set_torque_limit | ( | self, | ||
max_torque | ||||
) |
Reimplemented from dynamixel_controllers::joint_controller::JointController.
Definition at line 146 of file joint_position_controller.py.
Definition at line 90 of file joint_position_controller.py.
Definition at line 81 of file joint_position_controller.py.
Definition at line 67 of file joint_position_controller.py.
Definition at line 63 of file joint_position_controller.py.
Definition at line 101 of file joint_position_controller.py.
Reimplemented from dynamixel_controllers::joint_controller::JointController.
Definition at line 106 of file joint_position_controller.py.
Definition at line 69 of file joint_position_controller.py.
Definition at line 85 of file joint_position_controller.py.
Definition at line 65 of file joint_position_controller.py.
Definition at line 91 of file joint_position_controller.py.
Definition at line 93 of file joint_position_controller.py.
Definition at line 84 of file joint_position_controller.py.
Definition at line 64 of file joint_position_controller.py.
Definition at line 94 of file joint_position_controller.py.
Definition at line 62 of file joint_position_controller.py.
Definition at line 80 of file joint_position_controller.py.
Definition at line 92 of file joint_position_controller.py.