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

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: User discussions
Date:  
To: User discussions
Subject: [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