- Removed Qt5 support (#73)
- Removed Qt5 support
- Contributors: Alejandro Hernandez Cordero, Michael Carroll
- Fixed assert when clicking in a topic (#71)
- Contributors: Alejandro Hernandez Cordero, Michael Carroll
- Fixed messages are not displayed (#69)
- Contributors: Alejandro Hernández Cordero
- Support Qt6 (#67)
- Add Qt6 compatibility (#66)
- Tweak expected error in test for Pydantic v2 compat (#65)
- Contributors: Alejandro Hernández Cordero, Scott K Logan, Shane Loretz
- Use choose_qos() from ros2 topic echo (#55)
- Enable flake8 (#58)
- Contributors: Alejandro Hernández Cordero, Romain Reignier
- Open source rewrite of rqt_topic (#47) Co-authored-by: Evan Flynn <evan.flynn@apex.ai> Co-authored-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
- Contributors: Evan Flynn
- fix setuptools deprecations (#57)
- Contributors: mosfet80
- Small fix for modern flake8. (#50)
- Contributors: Chris Lalancette
- Add explicit python3-pytest dependency. (#48)
- Contributors: Chris Lalancette
- [rolling] Update maintainers - 2022-11-07 (#43)
- Contributors: Audrow Nash
- Implement bandwidth monitoring (#40)
- Contributors: Audrow Nash, Chris Lalancette, Jacob Perron
- Fix the display of array type elements. (#41)
- Fix removal of topics while they are being monitored. (#39)
- Contributors: Chris Lalancette
- Update maintainers to Audrow Nash (#37)
- Contributors: Audrow Nash
- Fix modern setuptools warning about dashes instead of underscores (#34)
- Remove obsolete warnings (#31)
- Contributors: Chris Lalancette, Michael Jeronimo
- Add pytest.ini to silence warnings when running locally.
- Fix warnings pointed out by flake8.
- Contributors: Chris Lalancette
- Created an entry-point for rqt_topic in setup.py (#16)
- Fix flake8 errors and add linter tests (#28)
- Update Open Robotics Maintainer (#26)
- Use raw / non-string value for ordering (#23)
- Support order fields as defined in message (#22)
- Fix the type cell value for sequence items (#21)
- Updated version package and license in setup.py (#17)
- Contributors: Alejandro Hernández Cordero, Dirk Thomas, Scott K Logan
- set qos_profile (#14)
- removing the spinner from the ros2 port (#11)
- Merge pull request #9 from ros-visualization/ros2_port
- Porting to ROS2
- autopep8 (#6)
- fix order by bandwidth column (#4)
- fix section resize toggle with Qt5 (#2)
- remove usage of undocumented cStringIO.StringIO len attribute (#434)
- use Python 3 compatible syntax (#421)
- catch unhandled exceptions when rosmaster disappears while widget is running (#419)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
- check for divide by zero and data failures
- Contributors: Aaron Blasdel
- Save/Restore of headers added
- Contributors: Aaron Blasdel
- update plugin scripts to use full name to avoid future naming collisions
- export architecture_independent flag in package.xml (#254)
- improve rqt_topic initialization time (#62)
- modified toggling topics to use checkbox instead of context menu (#75)
- fix cleaning old data in rqt_topic (fix #74)
- Improve API (now either name or msg type are select-able in order to select which topics to monitor).
- API change to accept a list of the topics that this plugin watches.
- first release of this package into groovy