Skip to content

Commit

Permalink
Add comment that IrisInConfigurationSpaceFromCliqueCover does not obe… (
Browse files Browse the repository at this point in the history
RobotLocomotion#21033)

Add comment that IrisInConfigurationSpaceFromCliqueCover does not obey collision checker padding
  • Loading branch information
AlexandreAmice authored Feb 26, 2024
1 parent b396f76 commit efa5301
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions planning/iris/iris_from_clique_cover.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ struct IrisFromCliqueCoverOptions {
* general use suboptimal cliques when constructing the greedy clique cover, but
* is faster than solving the max clique problem to global optimality.
*
* Currently, the padding in the collision checker is not forwarded to the
* algorithm, and therefore the final regions do not necessarily respect this
* padding. Effectively, this means that the regions are generated as if the
* padding is set to 0. This behavior may be adjusted in the future at the
* resolution of #18830.
*
* Note that this method requires an implementation of a MaxCliqueSolverBase
* which must be implemented in C++. The only solver of this kind implemented by
* Drake is MaxCliqueSolverViaMip which requires the availability of a
Expand Down

0 comments on commit efa5301

Please sign in to comment.