rdiankov / openrave

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

Add PyCollisionReport::Reset #1183

Closed cielavenir closed 1 year ago

cielavenir commented 1 year ago

In airgripper simulator, we are now checking collision in a specific loop. There we want to reuse the same CollisionReport instance, so Resetting is better.

rdiankov commented 1 year ago

thanks~