- Import setup from setuptools instead of distutils.core
- added LICENSE file
- fixed renaming of xmlrpc in python 3
- use catkin_install_python instead of install
- updated package to format 3
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#101)
- marking plugin as experimental for now
- update script to use full plugin name
- add groups for rqt plugins (ros-visualization/rqt_common_plugins#167)
- First public release for Hydro
- Fix; Monitoring parameter doesn't turn to "No" even after the params are gone bug (#25 ros-visualization/rqt_robot_plugins#25)
- Refactoring
- Removed unnecessary dependency (ie. rqt_moveit doesn't depend on any of MoveIt! packages)
- Common steps ported to rqt_py_common pkg
- Add exception handling around rosnode_ping
- Notation corrected (MoveIt! is correct) @davetcoleman
- Fix
- Enhancement
- Change refresh rate enhancement (#15)
- More efficient GUI layout (packed empty regions)
- Layout improve (adjust width of tableview to its contents length)
- Add clarification to its name displayed on rqt_gui (rqt_moveit only monitors, not interact with Moveit!).
- First public release for Groovy