navfn compile error
Hello , for writing my own global planner, i cloned source of navigation stack
git clone https://github.com/ros-planning/navig...
i copied navfn package to my own workspace and built with catkin_make but this weird error comes;
/home/largo/ws/src/navfn/src/navfn_node.cpp: In member function ‘void navfn::NavfnWithCostmap::poseCallback(const ConstPtr&)’:
/home/largo/ws/src/navfn/src/navfn_node.cpp:85:34: error: no matching function for call to ‘costmap_2d::Costmap2DROS::getRobotPose(geometry_msgs::PoseStamped&)’
cmap_->getRobotPose(global_pose);
I had built this package before with the same steps!!!
Any help will be appreciated.
Best regards