Skip to content
Snippets Groups Projects
Commit 0eacd86e authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Changed the node handle of the dynamic reconfigure server from private to public.

parent d06644fa
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,7 @@ IriBaseAlgorithm<Algorithm>::IriBaseAlgorithm(const ros::NodeHandle &nh) :
private_node_handle_("~"),
loop_rate_(DEFAULT_RATE),
diagnostic_(),
dsrv_(private_node_handle_)
dsrv_(public_node_handle_)
{
ROS_DEBUG("IriBaseAlgorithm::Constructor");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment