We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3e1f8b + e99e54e commit eee8739Copy full SHA for eee8739
.gitignore
@@ -161,3 +161,4 @@ cython_debug/
161
#.idea/
162
163
.vscode
164
+.DS_Store
src/pf400_interface/pf400.py
@@ -565,7 +565,7 @@ def check_incorrect_plate_orientation(
565
)
566
# Checking yaw angle
567
if goal_rotation != 0 and cartesian_goal[3] > -10 and cartesian_goal[3] < 10:
568
- goal_location = self.set_plate_rotation(goal_location, -goal_rotation)
+ goal_location = self.set_plate_rotation(goal_location, goal_rotation)
569
570
return goal_location
571
0 commit comments