rqt Installation Guide (Groovy or higher)

Debian package

Initial installation

Standard packages (rqt's core library + common plugins) can be installed by:

$ sudo apt-get install ros-%YOUR_ROS_DISTRO%-rqt ros-%YOUR_ROS_DISTRO%-rqt-common-plugins
  • For Groovy this becomes:
    $ sudo apt-get install ros-groovy-rqt ros-groovy-rqt-common-plugins

Additionally, you can also install rqt_robot_plugins that provide features to be used when interacting with robots:

$ sudo apt-get install ros-%YOUR_ROS_DISTRO%-rqt-robot-plugins
  • Again on Groovy this becomes:
    $ sudo apt-get install ros-groovy-rqt-robot-plugins

If you only want to install a specific rqt plugin (rqt_moveit for instance):

$ sudo apt-get install ros-%YOUR_ROS_DISTRO%-rqt-moveit
  • Likewise:
    $ sudo apt-get install ros-groovy-rqt-moveit

Upgrade installed packages

As noted here, do:

$ sudo apt-get update
$ sudo apt-get dist-upgrade

Build from source

  1. Clone the git repositories qt_gui_core, rqt, rqt_common_plugins. rqt_robot_plugins also if needed.

  2. Compile all as explained here: catkin/Tutorials/using_a_workspace

Wiki: rqt/UserGuide/Install/Groovy (last edited 2013-05-24 01:51:20 by IsaacSaito)