Skip to content

Commit

Permalink
[GoalValidatorTest] corrected test for joint goal to use a value that…
Browse files Browse the repository at this point in the history
… is withing the limits of the joint.
  • Loading branch information
AbdelrhmanBassiouny committed Nov 5, 2024
1 parent 8420a67 commit 0d1273b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_goal_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_single_revolute_joint_position_goal(self):
self.validate_revolute_joint_position_goal(goal_validator, JointType.REVOLUTE)

def validate_revolute_joint_position_goal(self, goal_validator, joint_type: Optional[JointType] = None):
goal_joint_position = -np.pi / 4
goal_joint_position = -np.pi / 8
joint_name = 'l_shoulder_lift_joint'
if joint_type is not None:
goal_validator.register_goal(goal_joint_position, joint_type, joint_name)
Expand Down

0 comments on commit 0d1273b

Please sign in to comment.