diff --git a/stretch_core/nodes/command_groups.py b/stretch_core/nodes/command_groups.py index 9e0d387..27b3766 100644 --- a/stretch_core/nodes/command_groups.py +++ b/stretch_core/nodes/command_groups.py @@ -60,7 +60,7 @@ class HeadPanCommandGroup(SimpleCommandGroup): class HeadTiltCommandGroup(SimpleCommandGroup): def __init__(self, range_rad=None, calibrated_offset_rad=None, calibrated_looking_up_offset_rad=None, backlash_transition_angle_rad=None, node=None): - SimpleCommandGroup.__init__(self, 'joint_head_tilt', range_rad, acceptable_joint_error=0.52, node=node) + SimpleCommandGroup.__init__(self, 'joint_head_tilt', range_rad, acceptable_joint_error=0.15, node=node) if calibrated_offset_rad is None: calibrated_offset_rad = node.controller_parameters['tilt_angle_offset'] self.calibrated_offset_rad = calibrated_offset_rad