Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/production' into fill_vikreturns
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyan committed Nov 2, 2023
2 parents e0caf69 + 4844256 commit 19b1757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_planning.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def test_planwithcollision(self):
assert(ret==None)

robot.SetDOFValues([ 1.34046301, -0.52360053, 0.03541482, -2.32130534, 0, 0, 0], robot.GetManipulator('leftarm').GetArmIndices())
assert(robot.CheckSelfCollision())
assert(not robot.CheckSelfCollision())
ret = basemanip.MoveToHandPosition([Tnew],jitter=0.08,execute=False)
assert(ret is not None)

Expand Down

0 comments on commit 19b1757

Please sign in to comment.