rqt
rqt is a Qt-based framework for building graphical user interfaces in the Robot Operating System (ROS). It provides a modular, plugin-driven environment that hosts a collection of tools for debugging, visualization, and interaction with ROS nodes, topics, services, and parameters. Plugins can be developed and loaded into a single rqt application to extend its functionality.
The architecture centers on a host application (rqt_gui) and a plugin API. It supports both C++ and
Commonly used plugins include rqt_plot for plotting time-series data; rqt_graph for visualizing the ROS computation graph
Usage typically involves launching the rqt GUI from a ROS environment. Users can start the host with
Development and community: rqt is maintained as part of the ROS tooling ecosystem, with plugins contributed