We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48859fa commit a1e375dCopy full SHA for a1e375d
src/prpy/util.py
@@ -937,8 +937,8 @@ def CheckJointLimits(robot, q):
937
active_dof_indices = robot.GetActiveDOFIndices()
938
939
if len(q) != len(active_dof_indices):
940
- raise ValueError('The number of joints in the configuration q '
941
- 'is not equal to the number of active DOF.')
+ raise ValueError('The number of joints in the configuration q '
+ 'is not equal to the number of active DOF.')
942
943
lower_position_violations = (q < q_limit_min)
944
if lower_position_violations.any():
0 commit comments