Skip to content
Snippets Groups Projects
Commit 78854bdb authored by Steven Macenski's avatar Steven Macenski
Browse files

plugins receive lifecycle node pointers

parent a43fa256
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ public:
* @param tf A pointer to a TF buffer
* @param costmap_ros A pointer to the costmap
*/
virtual void configure(const rclcpp::Node * parent,
virtual void configure(const rclcpp::LifecycleNode * parent,
const std::string & name, tf2_ros::Buffer * tf,
nav2_costmap_2d::Costmap2DROS * costmap_ros) = 0;
......
......@@ -60,7 +60,7 @@ public:
* @param tf A pointer to a TF buffer
* @param costmap_ros A pointer to the costmap
*/
virtual void configure(const rclcpp::Node * parent,
virtual void configure(const rclcpp::LifecycleNode * parent,
const std::string & name, tf2_ros::Buffer * tf) = 0;
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment