ROS Dynamic Reconfigure Python API ImportError: No module named 'client'
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 dynamicreconfigure.client'. I checked 'rospack find' and the dynamicreconfigure 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!
Asked by sinha.karsh on 2015-03-27 16:46:08 UTC
Comments