[ros-users] Possible code typo in dynamic_reconfigure tutori…

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: User discussions
Datum:  
Aan: User discussions
Onderwerp: [ros-users] Possible code typo in dynamic_reconfigure tutorial
I'm not sure about this so I don't want to make the edit myself but the
sample cfg file in this tutorial:

http://www.ros.org/wiki/dynamic_reconfigure/Tutorials/HowToWriteYourFirstCfgFile

might be missing the line:

#!/usr/bin/env python

at the beginning. At least, rosmake fails with a syntax error without
it but builds fine when I put it in.

--patrick