compare the qp ik and rm ik with joint limits
This commit is contained in:
@ -92,10 +92,10 @@ class KinematicsSolver():
|
||||
|
||||
# Joint limits (radians) - expanded for better reachability
|
||||
self.lower_limits = np.array([
|
||||
-3.14159, -2.2689, -3.14159, -2.3562, -3.14159, -2.234, -3.14159
|
||||
-3.14159, -2.2689, -3.14159, -2.3562, -3.14159, -2.234, -6.14159
|
||||
])
|
||||
self.upper_limits = np.array([
|
||||
3.14159, 2.2689, 3.14159, 2.3562, 3.14159, 2.234, 3.14159
|
||||
3.14159, 2.2689, 3.14159, 2.3562, 3.14159, 2.234, 6.14159
|
||||
])
|
||||
|
||||
# Set joint limits in the model
|
||||
|
||||
Reference in New Issue
Block a user