ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I found a temporary fix, just edit this file: /opt/ros/hydro/lib/python2.7/dist-packages/qt_create/templates/qt-ros/package.xml and change all lines that are variables, e.g. %(author)s to normal strings, e.g. author.

I know that you should never modify files under the /opt/ros file hierarchy, but this was just an easy fix. The nicer way, which would likely work too, would be to locally install/compile qt_create/qt_ros by checking it out from github.

Still, this is of course not a satisfactory solution...