Skip to content

Commit

Permalink
Enable shared from this for cache class
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed Nov 21, 2023
1 parent b705556 commit ae9cbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus_motion_planner/src/motion_plan_cache.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<MotionPlanCache>
{
public:
// We explicitly need a Node::SharedPtr because warehouse_ros ONLY supports
Expand Down

0 comments on commit ae9cbc6

Please sign in to comment.