-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[FEATURE] Batched path plan #1316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Seems |
Actually our IK test is very unit, and also relies on path planning. So your changes are having any impact on this test! |
updated the unit test for batching, addressed all comments. |
Thank you @duburcqa for the reviews! As all comments are addressed, I think it's good to merge once CI passes. |
Description
Add batched (sampling based) path planning algorithms (RRT and RRTConnect) and refactored the path planners.
Related Issue
Resolves Genesis/issues/1076
Motivation and Context
We can now perform path planning in batched envs.
How Has This Been / Can This Be Tested?
Added new example:
python examples/rigid/grasp_bottle_batch.py -v -a rrt_connect
python examples/rigid/grasp_bottle_batch.py -v -a rrt
Screenshots (if appropriate):
Video with 100 parallel envs:
grasp_bottle.mp4
Checklist:
Submitting Code Changes
section of CONTRIBUTING document.