ROS Dynamic Reconfigure Python API ImportError: No module named 'client'

asked 2015-03-27 16:46:08 -0500

sinha.karsh gravatar image

I'm trying to implement a python script that dynamically reconfigures a ROS navigation parameter. However, I get an error saying 'No module named client' when I try to import the python API using 'import dynamic_reconfigure.client'. I checked 'rospack find' and the dynamic_reconfigure package is installed. I also directly installed dyanimc_reconfigure using the setup.py that I found in its package. Is there something I am missing?

Thanks for your help!

edit retag flag offensive close merge delete