- Bump CMake version to avoid CMP0048 (#427)
- Contributors: Shane Loretz
- added missing controller state: 'initialised'
- Contributors: ThibaultRouillard
- Update package dependencies
- Add missing roscpp & rospy dependencies
- Update package.xml descriptions
- Apply consistent style to CMakeLists.txt files
- Apply consistent style to package.xml files
- Contributors: Bence Magyar, Matt Reynolds
- Update maintainers
- Fix catkin_lint errors and warnings
- Contributors: Bence Magyar
- Add Enrique and Bence to maintainer list
- Convert to format2, fix dependency in cmake
- Contributors: Bence Magyar
- Qt5 migration
- Contributors: Bence Magyar
- Allow running as standalone application
- Multi-interface controllers, UI revamp - Make the rqt_controller_manager aware of multi-interface controllers. - Reduce the amount of screen real-estate used by the plugin. - Make main view read-only. - Show uninitialized controllers (fetched from parameter server) in the same list as stopped and running controllers. - Make less assumptions when finding running controller managers. Use existing helpers on controller_mamager_msgs.utils Python module.
- Contributors: Adolfo Rodriguez Tsouroukdissian
- Register plugin under a group. Fixes #162.
- Contributors: Adolfo Rodriguez Tsouroukdissian
- Add plugin resources to installation target.
- Contributors: Adolfo Rodriguez Tsouroukdissian
- Added controller namespace detection and switching, loadable controller parameter detection and buttons for loading or starting the controller directly from the parameter server.
- Resources -> Claimed Resources column title
- Initial commit for rqt controller manager plugin. Plugin seems functional from first tests. Allows users to unload/load/start/stop/view available controllers. No functionality yet exists for loading a controller from scratch.
- Contributors: Kelsey