ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Although the OP is kind of old, and qt_creator
is deprecated from fuerte
, just trying to answer for the record (esp. there seem not an alternative as of today).
Not entirely sure but 1st of all, have you added the path of your package to $ROS_PACKAGE_PATH
? Also, is Qt
really installed? What does the following command return?
$ rospack find %YOUR_PACKAGE_NAME%
$ qmake --version
If something in the result looks wrong, fix it first.