qt_ros: qt_build | qt_create | qt_tutorials

Package Summary

Provides templates and scripts for creating qt-ros packages (similar to roscreate-pkg).

Overview

Useful scripts in the style of roscreate-pkg to create templates for qt applications and modules.

Scripts

roscreate-qt-pkg

Usage:

> rosrun qt_create roscreate-qt-pkg my_package_foo

For convenience, you can install a link in /usr/local/bin by doing the following:

> roscd qt_create
# The following will ask for your password (sudo)
> make install
# To remove
> make uninstall

Refer to the Qt App Templates tutorials for more details on the kind of package template it generates.

Wiki: qt_create (last edited 2012-01-23 22:56:39 by JonathanBohren)