RenderGeometry.h
31 RenderGeometry(const RigidBodyGeometry &rbg, GeometricStateExtractor se) : rbg_(rbg), se_(std::move(se))
Object containing planner generated vertex and edge data. It is assumed that all vertices are unique,...
Definition: PlannerData.h:238
RenderGeometry(const RigidBodyGeometry &rbg, GeometricStateExtractor se)
Constructor expects a state space that can represent a rigid body.
Definition: RenderGeometry.h:55