Browse Source

fixed wrist_yaw_error name

bugfix/dropped-commands
hello-jackson 1 year ago
parent
commit
0259b6a3ae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      stretch_core/nodes/command_groups.py

+ 1
- 1
stretch_core/nodes/command_groups.py View File

@ -132,7 +132,7 @@ class WristYawCommandGroup(SimpleCommandGroup):
def init_execution(self, robot, robot_status, **kwargs):
if self.active:
_, wrist_yaw_error_r = self.update_execution(robot_status)
_, wrist_yaw_error = self.update_execution(robot_status)
if not self.goal_reached():
robot.end_of_arm.move_by('wrist_yaw',

Loading…
Cancel
Save