ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I've met the similar problem before.
I tried following 2 methods,
dynamic_reconfigure_client_->setDescriptionCallback(boost::bind(&NameSpace::setDescriptionCallback, this, _1));
both solved the problem.
2 | No.2 Revision |
I've met the similar problem before.before, this perhaps relates to "setting callback functions".
I tried following 2 methods,
dynamic_reconfigure_client_->setDescriptionCallback(boost::bind(&NameSpace::setDescriptionCallback, this, _1));
both solved the problem.