rdiankov / openrave

Open Robotics Automation Virtual Environment: An environment for testing, developing, and deploying robotics motion planning algorithms.
http://www.openrave.org
Other
687 stars 340 forks source link

fix test_planwithcollision for #1322 #1327

Closed cielavenir closed 8 months ago

cielavenir commented 8 months ago

after #1322 , test_planning.py needs to be fixed. I'm not sure about this logic, so I'd like to have this reviewed (note: I clarify that this fix content is suggested by Yoshiki, not by me).

usually I don't touch test/ but this is tied to controllercommon/testopenrave this time.

after this is approved, I will update testopenrave (Note that controllercommon CI will not pass until this is approved).

/cc @ntohge

tested:

OPENRAVE_DATA=$PWD/src python -m nose -v test/test_planning.py:test_ode.test_planwithcollision