Browse Source

Merge branch 'feature/new_joint_traj_server' of github.com:hello-robot/stretch_ros into feature/new_joint_traj_server

pull/2/head
Charlie Kemp 4 years ago
parent
commit
0171e0b30d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      stretch_core/nodes/joint_trajectory_server.py

+ 1
- 0
stretch_core/nodes/joint_trajectory_server.py View File

@ -36,6 +36,7 @@ class JointTrajectoryAction:
self.node.head_tilt_backlash_transition_angle_rad)
self.wrist_yaw_cg = WristYawCommandGroup()
self.gripper_cg = GripperCommandGroup()
self.gripper_cg.acceptable_joint_error = 1.0
def execute_cb(self, goal):
with self.node.robot_stop_lock:

Loading…
Cancel
Save