How to create QT package [closed]
I want to create a catkin_qt package. But I got "catkin_create_qt_pkg: command not found" How to solve this?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
I want to create a catkin_qt package. But I got "catkin_create_qt_pkg: command not found" How to solve this?
Make sure, that you have installed the qt_create package. E.g. for hydro, use:
sudo apt-get install ros-hydro-qt-create
Thanks. I have found the solution that doesn't need that.
Asked: 2014-02-03 21:44:04 -0600
Seen: 1,613 times
Last updated: Feb 04 '14
How to source a catkin_package ?
Adding new dependency after running catkin_create_pkg
problem creating a new package with catkin_create_pkg
rospack can't find package created with catkin_create_package
problems when running catkin_create_pkg
Can I add dependencies after using catkin_create_pkg?
How to solve unorderable types: Dependency() < Dependency() when using catkin_create_pkg? [closed]