Show EOL distros:
- electric: Documentation generated on March 04, 2013 at 11:55 AM
- fuerte: Documentation generated on January 07, 2014 at 11:33 AM
- groovy: Documentation generated on October 06, 2014 at 03:58 AM
- hydro: Documentation generated on August 28, 2015 at 12:16 PM (doc job).
- indigo: Documentation generated on June 07, 2019 at 05:57 AM (doc job).
- kinetic: Documentation generated on March 11, 2020 at 03:09 AM (doc job).
- melodic: Only showing information from the released package extracted on July 04, 2023 at 10:14 AM. No API documentation available. Please see this page for information on how to submit your repository to our index.
Package Summary
This stack provides templates, tutorials and other resources that assist qt on ros development.
- Author: Maintained by Daniel Stonier
- License: BSD
- Source: git https://github.com/stonier/qt_ros.git (branch: master)
Package Summary
This stack provides templates, tutorials and other resources that assist qt on ros development.
- Author: Maintained by Daniel Stonier
- License: BSD
- Source: git https://github.com/stonier/qt_ros.git (branch: fuerte)
Package Summary
Simple qt cmake build tools and master-chooser style application template.
- Maintainer: Daniel Stonier <d.stonier AT gmail DOT com>
- Author: Daniel Stonier
- License: BSD
- Bug / feature tracker: https://github.com/stonier/qt_ros/issues
- Source: git https://github.com/stonier/qt_ros.git (branch: groovy-devel)
Package Summary
Simple qt cmake build tools and master-chooser style application template.
- Maintainer status: maintained
- Maintainer: Daniel Stonier <d.stonier AT gmail DOT com>
- Author: Daniel Stonier
- License: BSD
- Bug / feature tracker: https://github.com/stonier/qt_ros/issues
- Source: git https://github.com/stonier/qt_ros.git (branch: hydro)
Package Summary
Simple qt cmake build tools and master-chooser style application template.
- Maintainer status: maintained
- Maintainer: Daniel Stonier <d.stonier AT gmail DOT com>
- Author: Daniel Stonier
- License: BSD
- Bug / feature tracker: https://github.com/stonier/qt_ros/issues
- Source: git https://github.com/stonier/qt_ros.git (branch: indigo)
Package Summary
Simple qt cmake build tools and master-chooser style application template.
- Maintainer status: maintained
- Maintainer: Daniel Stonier <d.stonier AT gmail DOT com>
- Author: Daniel Stonier
- License: BSD
- Bug / feature tracker: https://github.com/stonier/qt_ros/issues
- Source: git https://github.com/stonier/qt_ros.git (branch: indigo)
Package Summary
Simple qt cmake build tools and master-chooser style application template.
- Maintainer status: maintained
- Maintainer: Daniel Stonier <d.stonier AT gmail DOT com>
- Author: Daniel Stonier
- License: BSD
Overview
The purpose of this package is to provide tools and utilities that assist people in developing with qt and ros with a minimum of effort.
Currently it includes templates and create scripts for quickly developing qt-based ros packages.
roscreate-qt-pkg for quickly templating a qt-ros package.
- Includes a master chooser as a docking element.
- Rosbuild and catkin supported.
Installation
> sudo apt-get install ros-electric-qt-ros
or via rosinstall, add the snippet to your rosinstall file or create a new one and overlay:
- git: uri: https://github.com/stonier/qt_ros.git local-name: qt_ros version: electric
Overview
The purpose of this package is to provide tools and utilities that assist people in developing with qt and ros with a minimum of effort.
Currently it includes templates and create scripts for quickly developing qt-based ros packages.
roscreate-qt-pkg for quickly templating a qt-ros package.
- Includes a master chooser as a docking element.
- Rosbuild and catkin supported.
Installation
> sudo apt-get install ros-fuerte-qt-ros
For a convenient roscreate-qt-legacy-pkg script to aid in building packages, download the pip roscreate package:
> sudo apt-get install python-pip > sudo pip install --upgrade roscreate
Alternatively if you want to rosinstall, add the snippet to your rosinstall file or create a new one and overlay:
- git: uri: https://github.com/stonier/qt_ros.git local-name: qt_ros version: fuerte
The master branch has been catkinized so it will not work unless doing a catkin source install. This is probably only desirable if doing mingw based cross-compiles.
Usage
Refer to the Tutorials.
Report a Bug
Use github to report bugs or request features.