[Documentation] [TitleIndex] [WordIndex

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.

Opening the `ROS` pkg on `Qt Creator`

(Added on 6/15/2012) Here are some useful links about how to associate ROS with Qt Creator. Although these links are not limited to qt_ros pkg nor Qt Creator (instead, applicable to all development using Qt in general), these info would be helpful. Particularly, using qt_ros could potentially solve issues in many questions up there on answers.ros.org.

Creating/Opening a new pkg on Qt Creator: link

Debugging a ROS pkg from Qt Creator: link

Steps to open a new `ROS` project on `Qt Creator`

To sum it up a little, if you're creating a new ROS project that on Qt Creator, here is one possible steps:

Some possible pitfalls:


2023-10-28 12:56