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?
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 -0500
Seen: 1,506 times
Last updated: Feb 04 '14
No --rosdistro set when setup.bash used
problem creating a new package with catkin_create_pkg
catkin_make cpp error-- couln't find package
How to set up People so that catkin_create_pkg can get the email address for -m and -a
problems when running catkin_create_pkg
catkin_create_pkg: error: argument --rosdistro is required
vision_opencv can't be found by ROS but it's installed
How do I remove a dependency of a package?
How to solve unorderable types: Dependency() < Dependency() when using catkin_create_pkg? [closed]