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

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: User discussions
Dato:  
Til: User discussions
Emne: [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