Skip to content
Snippets Groups Projects
Commit af1e9c3d authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Add an accessor to non const collision geometry in CollisionObject class.

parent e84c4e8e
No related branches found
No related tags found
No related merge requests found
......@@ -310,6 +310,12 @@ public:
return cgeom_const;
}
/// @brief get geometry from the object instance
const boost::shared_ptr<CollisionGeometry>& collisionGeometry()
{
return cgeom;
}
/// @brief get object's cost density
FCL_REAL getCostDensity() const
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment