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