RobotLocomotion / drake

Model-based design and verification for robotics.
https://drake.mit.edu
Other
3.16k stars 1.24k forks source link

Option to Leverage Axis-Aligned Bounding Boxes when Computing Pairwise Intersections for GCS #21593

Open cohnt opened 1 week ago

cohnt commented 1 week ago

By computing the axis-aligned bounding box of each set, we can confirm two sets to be disjoint without having to solve an optimization problem. Given a large graph of convex sets, the computational cost of constructing these bounding boxes may be outweighed by the time savings of solving fewer intersection checks.


This change is Reviewable

cohnt commented 4 days ago

+@sadraddini for feature review?