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

Used the public node handle for the dynamic reconfigure server instead of the private one.

parent 769c35c7
Branches development
No related tags found
No related merge requests found
......@@ -339,7 +339,7 @@ IriBaseNodeDriver<Driver>::IriBaseNodeDriver(const ros::NodeHandle &nh) :
public_node_handle_(nh),
loop_rate_(DEFAULT_RATE),
diagnostic_(),
dsrv_(private_node_handle_),
dsrv_(public_node_handle_),
private_node_handle_("~"),
driver_status_standard_diagnostic_("Driver Status", boost::bind(&IriBaseNodeDriver::statusDiagnostic, this, _1))
{
......
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