Skip to content

Commit 938ae77

Browse files
committed
Fix for dynamic reconfigure ns clash. Closes #13
1 parent 2028213 commit 938ae77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pico_flexx_driver.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class PicoFlexx : public royale::IDepthDataListener, public royale::IExposureLis
137137

138138
public:
139139
PicoFlexx(const ros::NodeHandle &nh = ros::NodeHandle(), const ros::NodeHandle &priv_nh = ros::NodeHandle("~"))
140-
: royale::IDepthDataListener(), royale::IExposureListener2(), nh(nh), priv_nh(priv_nh), server(lockServer)
140+
: royale::IDepthDataListener(), royale::IExposureListener2(), nh(nh), priv_nh(priv_nh), server(lockServer, priv_nh)
141141
{
142142
cbExposureTime.resize(2);
143143
running = false;

0 commit comments

Comments
 (0)