Definition at line 242 of file hrl_controller_manager.py.
| def hrl_pr2_lib.hrl_controller_manager.HRLControllerManager.__init__ | ( | self, | |
| whicharm, | |||
tf_listener = None, |
|||
using_slip_controller = 0, |
|||
using_slip_detection = 0 |
|||
| ) |
Definition at line 244 of file hrl_controller_manager.py.
| def hrl_pr2_lib.hrl_controller_manager.HRLControllerManager.command_interpolated_ik | ( | self, | |
| end_pose, | |||
start_pose = None, |
|||
collision_aware = 1, |
|||
step_size = .02, |
|||
max_joint_vel = .05, |
|||
joints_bias = None, |
|||
bias_radius = 0.0 |
|||
| ) |
Definition at line 407 of file hrl_controller_manager.py.
| def hrl_pr2_lib.hrl_controller_manager.HRLControllerManager.move_arm_pose_biased | ( | self, | |
| pose_stamped, | |||
joints_bias = [0.]*7, |
|||
max_joint_vel = 0.2, |
|||
blocking = 1, |
|||
init_angs = [0.]*7 |
|||
| ) |
Definition at line 479 of file hrl_controller_manager.py.
| def hrl_pr2_lib.hrl_controller_manager.HRLControllerManager.move_cartesian_ik | ( | self, | |
| goal_pose, | |||
collision_aware = 0, |
|||
blocking = 1, |
|||
step_size = .005, |
|||
pos_thres = .02, |
|||
rot_thres = .1, |
|||
timeout = rospy.Duration(30.), |
|||
settling_time = rospy.Duration(0.25), |
|||
vel = .15, |
|||
joints_bias = None, |
|||
bias_radius = 0.0 |
|||
| ) |
move in Cartesian space using IK Cartesian interpolation if collision_aware, quits if the path is not collision-free if blocking, waits for completion, otherwise returns after sending the goal step_size is the step size for interpolation pos_thres and rot_thres are thresholds within which the goal is declared reached times out and quits after timeout, and waits settling_time after the controllers declare that they're done
Definition at line 454 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.
Definition at line 244 of file hrl_controller_manager.py.