humanoid-path-planner / hpp-rbprm

"Implementation of RB-PRM planner using hpp."
5 stars 7 forks source link

Use the 'convex' primitive from hpp-fcl for the ROM #70

Open pFernbach opened 4 years ago

pFernbach commented 4 years ago

The new type fcl::GEOM_CONVEX should be used for the ROM as it allow to test for inclusion of an object inside the ROM.

Two steps are required for this: