diff --git a/nexus_motion_planner/src/motion_plan_cache.hpp b/nexus_motion_planner/src/motion_plan_cache.hpp index fc6143c..dcf7ed1 100644 --- a/nexus_motion_planner/src/motion_plan_cache.hpp +++ b/nexus_motion_planner/src/motion_plan_cache.hpp @@ -78,7 +78,7 @@ namespace motion_planner { * * Motion plans may be looked up with some tolerance at call time. */ -class MotionPlanCache +class MotionPlanCache : public std::enable_shared_from_this { public: // We explicitly need a Node::SharedPtr because warehouse_ros ONLY supports