Robotics StackExchange | Archived questions

'no matching function for call to ‘get_pointer(const turtlebot3_gazebo::TutorialsConfig&)’' at: '333,28' source: ''

file: 'file:///usr/include/boost/bind/memfn.hpp' severity: 'Error' message: 'no matching function for call to ‘getpointer(const turtlebot3_gazebo::TutorialsConfig&)’' at: '333,28' source: ''

dynamicreconfigure::Server<turtlebot3gazebo::TutorialsConfig> server; dynamicreconfigure::Server<turtlebot3gazebo::TutorialsConfig>::CallbackType f; f = boost::bind(&Potentialfour::callback, _1); server.setCallback(f); bool Potentialfour::callback(turtlebot3_gazebo::TutorialsConfig &config) {

goal.x=config.goal_x;
goal.y=config.goal_y;
// ROS_INFO("Reconfigure Request: %d,%d",a,b);
return true;

}

Asked by czldz on 2019-06-24 00:47:31 UTC

Comments

This is not a question, but a straight dump of an error and some code.

Please provide more context and tell us what you are trying to do.

I've closed it for now. Use the edit button/link to fix your question, then we can re-open.

Asked by gvdhoorn on 2019-06-24 02:07:17 UTC

Answers