Package Summary
Tags | No category tags. |
Version | 1.5.0 |
License | BSD |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-visualization/rqt_topic.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-09-13 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Audrow Nash
Authors
- Dirk Thomas
- Dorian Scholz
- Scott K Logan
Changelog for package rqt_topic
1.5.0 (2022-09-13)
1.3.0 (2022-05-10)
- Fix the display of array type elements. (#41)
- Fix removal of topics while they are being monitored. (#39)
- Contributors: Chris Lalancette
1.2.3 (2022-04-06)
- Update maintainers to Audrow Nash (#37)
- Contributors: Audrow Nash
1.2.2 (2021-08-31)
- Fix modern setuptools warning about dashes instead of underscores (#34)
- Remove obsolete warnings (#31)
- Contributors: Chris Lalancette, Michael Jeronimo
1.2.1 (2021-04-06)
- Add pytest.ini to silence warnings when running locally.
- Fix warnings pointed out by flake8.
- Contributors: Chris Lalancette
1.2.0 (2021-03-19)
- 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
1.1.0 (2019-11-13)
- set qos_profile (#14)
1.0.0 (2019-03-05)
- removing the spinner from the ros2 port (#11)
- Merge pull request #9 from ros-visualization/ros2_port
- Porting to ROS2
- autopep8 (#6)
0.4.10 (2017-11-16)
- fix order by bandwidth column (#4)
0.4.9 (2017-11-06)
- fix section resize toggle with Qt5 (#2)
0.4.8 (2017-04-24)
0.4.7 (2017-03-02)
0.4.6 (2017-02-27)
- remove usage of undocumented cStringIO.StringIO len attribute (#434)
0.4.5 (2017-02-03)
0.4.4 (2017-01-24)
- use Python 3 compatible syntax (#421)
- catch unhandled exceptions when rosmaster disappears while widget is running (#419)
0.4.3 (2016-11-02)
0.4.2 (2016-09-19)
0.4.1 (2016-05-16)
0.4.0 (2016-04-27)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
0.3.13 (2016-03-08)
- check for divide by zero and data failures
- Contributors: Aaron Blasdel
0.3.12 (2015-07-24)
- Save/Restore of headers added
- Contributors: Aaron Blasdel
0.3.11 (2015-04-30)
0.3.10 (2014-10-01)
- update plugin scripts to use full name to avoid future naming collisions
0.3.9 (2014-08-18)
0.3.8 (2014-07-15)
0.3.7 (2014-07-11)
- export architecture_independent flag in package.xml (#254)
0.3.6 (2014-06-02)
0.3.5 (2014-05-07)
0.3.4 (2014-01-28)
0.3.3 (2014-01-08)
0.3.2 (2013-10-14)
0.3.1 (2013-10-09)
- improve rqt_topic initialization time (#62)
- modified toggling topics to use checkbox instead of context menu (#75)
0.3.0 (2013-08-28)
- fix cleaning old data in rqt_topic (fix #74)
0.2.17 (2013-07-04)
0.2.16 (2013-04-09 13:33)
0.2.15 (2013-04-09 00:02)
- 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.
0.2.14 (2013-03-14)
0.2.13 (2013-03-11 22:14)
0.2.12 (2013-03-11 13:56)
0.2.11 (2013-03-08)
0.2.10 (2013-01-22)
0.2.9 (2013-01-17)
0.2.8 (2013-01-11)
0.2.7 (2012-12-24)
0.2.6 (2012-12-23)
0.2.5 (2012-12-21 19:11)
0.2.4 (2012-12-21 01:13)
0.2.3 (2012-12-21 00:24)
0.2.2 (2012-12-20 18:29)
0.2.1 (2012-12-20 17:47)
0.2.0 (2012-12-20 17:39)
- first release of this package into groovy
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
rqt_common_plugins | |
rqt_moveit | |
ros_gz_sim_demos |
Launch files
Messages
Services
Plugins
Recent questions tagged rqt_topic at Robotics Stack Exchange
No questions yet, you can ask one here.
Failed to get question list, you can ticket an issue here
Package Summary
Tags | No category tags. |
Version | 1.7.3 |
License | BSD |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-visualization/rqt_topic.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-12-09 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Brandon Ong
Authors
- Audrow Nash
- Dirk Thomas
- Dorian Scholz
- Scott K Logan
Changelog for package rqt_topic
1.7.3 (2024-12-09)
- Override subscriber qos (backport #51) (#54)
- Remove CODEOWNERS (backport #52) (#53)
- Contributors: Alejandro Hernández Cordero, mergify[bot]
1.7.2 (2024-03-28)
- Small fix for modern flake8. (#50)
- Contributors: Chris Lalancette
1.7.1 (2024-02-07)
- Add explicit python3-pytest dependency. (#48)
- Contributors: Chris Lalancette
1.7.0 (2023-04-28)
1.6.1 (2023-02-14)
- [rolling] Update maintainers - 2022-11-07 (#43)
- Contributors: Audrow Nash
1.6.0 (2022-09-13)
- Implement bandwidth monitoring (#40)
- Contributors: Audrow Nash, Chris Lalancette, Jacob Perron
1.3.0 (2022-05-10)
- Fix the display of array type elements. (#41)
- Fix removal of topics while they are being monitored. (#39)
- Contributors: Chris Lalancette
1.2.3 (2022-04-06)
- Update maintainers to Audrow Nash (#37)
- Contributors: Audrow Nash
1.2.2 (2021-08-31)
- Fix modern setuptools warning about dashes instead of underscores (#34)
- Remove obsolete warnings (#31)
- Contributors: Chris Lalancette, Michael Jeronimo
1.2.1 (2021-04-06)
- Add pytest.ini to silence warnings when running locally.
- Fix warnings pointed out by flake8.
- Contributors: Chris Lalancette
1.2.0 (2021-03-19)
- 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
1.1.0 (2019-11-13)
- set qos_profile (#14)
1.0.0 (2019-03-05)
- removing the spinner from the ros2 port (#11)
- Merge pull request #9 from ros-visualization/ros2_port
- Porting to ROS2
- autopep8 (#6)
0.4.10 (2017-11-16)
- fix order by bandwidth column (#4)
0.4.9 (2017-11-06)
- fix section resize toggle with Qt5 (#2)
0.4.8 (2017-04-24)
0.4.7 (2017-03-02)
0.4.6 (2017-02-27)
- remove usage of undocumented cStringIO.StringIO len attribute (#434)
0.4.5 (2017-02-03)
0.4.4 (2017-01-24)
- use Python 3 compatible syntax (#421)
- catch unhandled exceptions when rosmaster disappears while widget is running (#419)
0.4.3 (2016-11-02)
0.4.2 (2016-09-19)
0.4.1 (2016-05-16)
0.4.0 (2016-04-27)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
0.3.13 (2016-03-08)
- check for divide by zero and data failures
- Contributors: Aaron Blasdel
0.3.12 (2015-07-24)
- Save/Restore of headers added
- Contributors: Aaron Blasdel
0.3.11 (2015-04-30)
0.3.10 (2014-10-01)
- update plugin scripts to use full name to avoid future naming collisions
0.3.9 (2014-08-18)
0.3.8 (2014-07-15)
0.3.7 (2014-07-11)
- export architecture_independent flag in package.xml (#254)
0.3.6 (2014-06-02)
0.3.5 (2014-05-07)
0.3.4 (2014-01-28)
0.3.3 (2014-01-08)
0.3.2 (2013-10-14)
0.3.1 (2013-10-09)
- improve rqt_topic initialization time (#62)
- modified toggling topics to use checkbox instead of context menu (#75)
0.3.0 (2013-08-28)
- fix cleaning old data in rqt_topic (fix #74)
0.2.17 (2013-07-04)
0.2.16 (2013-04-09 13:33)
0.2.15 (2013-04-09 00:02)
- 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.
0.2.14 (2013-03-14)
0.2.13 (2013-03-11 22:14)
0.2.12 (2013-03-11 13:56)
0.2.11 (2013-03-08)
0.2.10 (2013-01-22)
0.2.9 (2013-01-17)
0.2.8 (2013-01-11)
0.2.7 (2012-12-24)
0.2.6 (2012-12-23)
0.2.5 (2012-12-21 19:11)
0.2.4 (2012-12-21 01:13)
0.2.3 (2012-12-21 00:24)
0.2.2 (2012-12-20 18:29)
0.2.1 (2012-12-20 17:47)
0.2.0 (2012-12-20 17:39)
- first release of this package into groovy
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
python_qt_binding | |
rclpy | |
ros2topic | |
rqt_gui | |
rqt_gui_py | |
rqt_py_common | |
ament_flake8 | |
ament_xmllint |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Name | Deps |
---|---|
rqt_common_plugins | |
rqt_moveit | |
ros_gz_sim_demos |
Launch files
Messages
Services
Plugins
Recent questions tagged rqt_topic at Robotics Stack Exchange
No questions yet, you can ask one here.
Failed to get question list, you can ticket an issue here
Package Summary
Tags | No category tags. |
Version | 1.8.1 |
License | BSD |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-visualization/rqt_topic.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2024-12-06 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Brandon Ong
Authors
- Audrow Nash
- Dirk Thomas
- Dorian Scholz
- Scott K Logan
Changelog for package rqt_topic
1.8.1 (2024-12-06)
1.8.0 (2024-04-26)
1.7.2 (2024-03-28)
- Small fix for modern flake8. (#50)
- Contributors: Chris Lalancette
1.7.1 (2024-02-07)
- Add explicit python3-pytest dependency. (#48)
- Contributors: Chris Lalancette
1.7.0 (2023-04-28)
1.6.1 (2023-02-14)
- [rolling] Update maintainers - 2022-11-07 (#43)
- Contributors: Audrow Nash
1.6.0 (2022-09-13)
- Implement bandwidth monitoring (#40)
- Contributors: Audrow Nash, Chris Lalancette, Jacob Perron
1.3.0 (2022-05-10)
- Fix the display of array type elements. (#41)
- Fix removal of topics while they are being monitored. (#39)
- Contributors: Chris Lalancette
1.2.3 (2022-04-06)
- Update maintainers to Audrow Nash (#37)
- Contributors: Audrow Nash
1.2.2 (2021-08-31)
- Fix modern setuptools warning about dashes instead of underscores (#34)
- Remove obsolete warnings (#31)
- Contributors: Chris Lalancette, Michael Jeronimo
1.2.1 (2021-04-06)
- Add pytest.ini to silence warnings when running locally.
- Fix warnings pointed out by flake8.
- Contributors: Chris Lalancette
1.2.0 (2021-03-19)
- 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
1.1.0 (2019-11-13)
- set qos_profile (#14)
1.0.0 (2019-03-05)
- removing the spinner from the ros2 port (#11)
- Merge pull request #9 from ros-visualization/ros2_port
- Porting to ROS2
- autopep8 (#6)
0.4.10 (2017-11-16)
- fix order by bandwidth column (#4)
0.4.9 (2017-11-06)
- fix section resize toggle with Qt5 (#2)
0.4.8 (2017-04-24)
0.4.7 (2017-03-02)
0.4.6 (2017-02-27)
- remove usage of undocumented cStringIO.StringIO len attribute (#434)
0.4.5 (2017-02-03)
0.4.4 (2017-01-24)
- use Python 3 compatible syntax (#421)
- catch unhandled exceptions when rosmaster disappears while widget is running (#419)
0.4.3 (2016-11-02)
0.4.2 (2016-09-19)
0.4.1 (2016-05-16)
0.4.0 (2016-04-27)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
0.3.13 (2016-03-08)
- check for divide by zero and data failures
- Contributors: Aaron Blasdel
0.3.12 (2015-07-24)
- Save/Restore of headers added
- Contributors: Aaron Blasdel
0.3.11 (2015-04-30)
0.3.10 (2014-10-01)
- update plugin scripts to use full name to avoid future naming collisions
0.3.9 (2014-08-18)
0.3.8 (2014-07-15)
0.3.7 (2014-07-11)
- export architecture_independent flag in package.xml (#254)
0.3.6 (2014-06-02)
0.3.5 (2014-05-07)
0.3.4 (2014-01-28)
0.3.3 (2014-01-08)
0.3.2 (2013-10-14)
0.3.1 (2013-10-09)
- improve rqt_topic initialization time (#62)
- modified toggling topics to use checkbox instead of context menu (#75)
0.3.0 (2013-08-28)
- fix cleaning old data in rqt_topic (fix #74)
0.2.17 (2013-07-04)
0.2.16 (2013-04-09 13:33)
0.2.15 (2013-04-09 00:02)
- 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.
0.2.14 (2013-03-14)
0.2.13 (2013-03-11 22:14)
0.2.12 (2013-03-11 13:56)
0.2.11 (2013-03-08)
0.2.10 (2013-01-22)
0.2.9 (2013-01-17)
0.2.8 (2013-01-11)
0.2.7 (2012-12-24)
0.2.6 (2012-12-23)
0.2.5 (2012-12-21 19:11)
0.2.4 (2012-12-21 01:13)
0.2.3 (2012-12-21 00:24)
0.2.2 (2012-12-20 18:29)
0.2.1 (2012-12-20 17:47)
0.2.0 (2012-12-20 17:39)
- first release of this package into groovy
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
python_qt_binding | |
rclpy | |
ros2topic | |
rqt_gui | |
rqt_gui_py | |
rqt_py_common | |
ament_flake8 | |
ament_xmllint |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Name | Deps |
---|---|
rqt_common_plugins | |
rqt_moveit | |
ros_gz_sim_demos |
Launch files
Messages
Services
Plugins
Recent questions tagged rqt_topic at Robotics Stack Exchange
No questions yet, you can ask one here.
Failed to get question list, you can ticket an issue here
Package Summary
Tags | No category tags. |
Version | 0.4.13 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-visualization/rqt_topic.git |
VCS Type | git |
VCS Version | noetic-devel |
Last Updated | 2023-03-16 |
Dev Status | MAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Dorian Scholz
- Scott K Logan
Authors
- Dirk Thomas
- Dorian Scholz
Changelog for package rqt_topic
0.4.13 (2021-11-18)
- fix python3 install (#36)
- Update Open Robotics Maintainer (#27)
- fix shebang line for python3 (#18)
- Contributors: Mabel Zhang, Mikael Arguedas, Scott K Logan
0.4.12 (2020-03-11)
- bump CMake minimum version to avoid CMP0048 warning
0.4.11 (2020-01-09)
- fix TypeError in Python 3 (#7)
- add Python 3 conditional dependencies (#13)
- fix dictionary changed size during iteration (#10)
- autopep8 (#6)
0.4.10 (2017-11-16)
- fix order by bandwidth column (#4)
0.4.9 (2017-11-06)
- fix section resize toggle with Qt5 (#2)
0.4.8 (2017-04-24)
0.4.7 (2017-03-02)
0.4.6 (2017-02-27)
- remove usage of undocumented cStringIO.StringIO len attribute (#434)
0.4.5 (2017-02-03)
0.4.4 (2017-01-24)
- use Python 3 compatible syntax (#421)
- catch unhandled exceptions when rosmaster disappears while widget is running (#419)
0.4.3 (2016-11-02)
0.4.2 (2016-09-19)
0.4.1 (2016-05-16)
0.4.0 (2016-04-27)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
0.3.13 (2016-03-08)
- check for divide by zero and data failures
- Contributors: Aaron Blasdel
0.3.12 (2015-07-24)
- Save/Restore of headers added
- Contributors: Aaron Blasdel
0.3.11 (2015-04-30)
0.3.10 (2014-10-01)
- update plugin scripts to use full name to avoid future naming collisions
0.3.9 (2014-08-18)
0.3.8 (2014-07-15)
0.3.7 (2014-07-11)
- export architecture_independent flag in package.xml (#254)
0.3.6 (2014-06-02)
0.3.5 (2014-05-07)
0.3.4 (2014-01-28)
0.3.3 (2014-01-08)
0.3.2 (2013-10-14)
0.3.1 (2013-10-09)
- improve rqt_topic initialization time (#62)
- modified toggling topics to use checkbox instead of context menu (#75)
0.3.0 (2013-08-28)
- fix cleaning old data in rqt_topic (fix #74)
0.2.17 (2013-07-04)
0.2.16 (2013-04-09 13:33)
0.2.15 (2013-04-09 00:02)
- 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.
0.2.14 (2013-03-14)
0.2.13 (2013-03-11 22:14)
0.2.12 (2013-03-11 13:56)
0.2.11 (2013-03-08)
0.2.10 (2013-01-22)
0.2.9 (2013-01-17)
0.2.8 (2013-01-11)
0.2.7 (2012-12-24)
0.2.6 (2012-12-23)
0.2.5 (2012-12-21 19:11)
0.2.4 (2012-12-21 01:13)
0.2.3 (2012-12-21 00:24)
0.2.2 (2012-12-20 18:29)
0.2.1 (2012-12-20 17:47)
0.2.0 (2012-12-20 17:39)
- first release of this package into groovy
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
python_qt_binding | |
rostopic | |
rqt_gui | |
rqt_gui_py | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
rqt_common_plugins | |
rqt_moveit | |
ros_ign_gazebo_demos |
Launch files
Messages
Services
Plugins
Recent questions tagged rqt_topic at Robotics Stack Exchange
No questions yet, you can ask one here.
Failed to get question list, you can ticket an issue here
Package Summary
Tags | No category tags. |
Version | 1.0.0 |
License | BSD |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-visualization/rqt_topic.git |
VCS Type | git |
VCS Version | crystal-devel |
Last Updated | 2019-03-05 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Dirk Thomas
- Dorian Scholz
Authors
- Dorian Scholz
Changelog for package rqt_topic
1.0.0 (2019-03-05)
- removing the spinner from the ros2 port (#11)
- Merge pull request #9 from ros-visualization/ros2_port
- Porting to ROS2
- autopep8 (#6)
- Contributors: Mike Lautman, Stephen, brawner
0.4.10 (2017-11-16)
- fix order by bandwidth column (#4)
0.4.9 (2017-11-06)
- fix section resize toggle with Qt5 (#2)
0.4.8 (2017-04-24)
0.4.7 (2017-03-02)
0.4.6 (2017-02-27)
- remove usage of undocumented cStringIO.StringIO len attribute (#434)
0.4.5 (2017-02-03)
0.4.4 (2017-01-24)
- use Python 3 compatible syntax (#421)
- catch unhandled exceptions when rosmaster disappears while widget is running (#419)
0.4.3 (2016-11-02)
0.4.2 (2016-09-19)
0.4.1 (2016-05-16)
0.4.0 (2016-04-27)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
0.3.13 (2016-03-08)
- check for divide by zero and data failures
- Contributors: Aaron Blasdel
0.3.12 (2015-07-24)
- Save/Restore of headers added
- Contributors: Aaron Blasdel
0.3.11 (2015-04-30)
0.3.10 (2014-10-01)
- update plugin scripts to use full name to avoid future naming collisions
0.3.9 (2014-08-18)
0.3.8 (2014-07-15)
0.3.7 (2014-07-11)
- export architecture_independent flag in package.xml (#254)
0.3.6 (2014-06-02)
0.3.5 (2014-05-07)
0.3.4 (2014-01-28)
0.3.3 (2014-01-08)
0.3.2 (2013-10-14)
0.3.1 (2013-10-09)
- improve rqt_topic initialization time (#62)
- modified toggling topics to use checkbox instead of context menu (#75)
0.3.0 (2013-08-28)
- fix cleaning old data in rqt_topic (fix #74)
0.2.17 (2013-07-04)
0.2.16 (2013-04-09 13:33)
0.2.15 (2013-04-09 00:02)
- 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.
0.2.14 (2013-03-14)
0.2.13 (2013-03-11 22:14)
0.2.12 (2013-03-11 13:56)
0.2.11 (2013-03-08)
0.2.10 (2013-01-22)
0.2.9 (2013-01-17)
0.2.8 (2013-01-11)
0.2.7 (2012-12-24)
0.2.6 (2012-12-23)
0.2.5 (2012-12-21 19:11)
0.2.4 (2012-12-21 01:13)
0.2.3 (2012-12-21 00:24)
0.2.2 (2012-12-20 18:29)
0.2.1 (2012-12-20 17:47)
0.2.0 (2012-12-20 17:39)
- first release of this package into groovy
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
python_qt_binding | |
rqt_gui | |
rqt_gui_py | |
rqt_py_common |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rqt_topic at Robotics Stack Exchange
No questions yet, you can ask one here.
Failed to get question list, you can ticket an issue here
Package Summary
Tags | No category tags. |
Version | 1.2.1 |
License | BSD |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-visualization/rqt_topic.git |
VCS Type | git |
VCS Version | dashing-devel |
Last Updated | 2021-04-06 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Dorian Scholz
- Scott K Logan
Authors
- Dirk Thomas
- Dorian Scholz
Changelog for package rqt_topic
1.2.1 (2021-04-06)
- Add pytest.ini to silence warnings when running locally.
- Fix warnings pointed out by flake8.
- Contributors: Chris Lalancette
1.2.0 (2021-03-19)
- 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
1.1.0 (2019-11-13)
- set qos_profile (#14)
1.0.0 (2019-03-05)
- removing the spinner from the ros2 port (#11)
- Merge pull request #9 from ros-visualization/ros2_port
- Porting to ROS2
- autopep8 (#6)
0.4.10 (2017-11-16)
- fix order by bandwidth column (#4)
0.4.9 (2017-11-06)
- fix section resize toggle with Qt5 (#2)
0.4.8 (2017-04-24)
0.4.7 (2017-03-02)
0.4.6 (2017-02-27)
- remove usage of undocumented cStringIO.StringIO len attribute (#434)
0.4.5 (2017-02-03)
0.4.4 (2017-01-24)
- use Python 3 compatible syntax (#421)
- catch unhandled exceptions when rosmaster disappears while widget is running (#419)
0.4.3 (2016-11-02)
0.4.2 (2016-09-19)
0.4.1 (2016-05-16)
0.4.0 (2016-04-27)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
0.3.13 (2016-03-08)
- check for divide by zero and data failures
- Contributors: Aaron Blasdel
0.3.12 (2015-07-24)
- Save/Restore of headers added
- Contributors: Aaron Blasdel
0.3.11 (2015-04-30)
0.3.10 (2014-10-01)
- update plugin scripts to use full name to avoid future naming collisions
0.3.9 (2014-08-18)
0.3.8 (2014-07-15)
0.3.7 (2014-07-11)
- export architecture_independent flag in package.xml (#254)
0.3.6 (2014-06-02)
0.3.5 (2014-05-07)
0.3.4 (2014-01-28)
0.3.3 (2014-01-08)
0.3.2 (2013-10-14)
0.3.1 (2013-10-09)
- improve rqt_topic initialization time (#62)
- modified toggling topics to use checkbox instead of context menu (#75)
0.3.0 (2013-08-28)
- fix cleaning old data in rqt_topic (fix #74)
0.2.17 (2013-07-04)
0.2.16 (2013-04-09 13:33)
0.2.15 (2013-04-09 00:02)
- 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.
0.2.14 (2013-03-14)
0.2.13 (2013-03-11 22:14)
0.2.12 (2013-03-11 13:56)
0.2.11 (2013-03-08)
0.2.10 (2013-01-22)
0.2.9 (2013-01-17)
0.2.8 (2013-01-11)
0.2.7 (2012-12-24)
0.2.6 (2012-12-23)
0.2.5 (2012-12-21 19:11)
0.2.4 (2012-12-21 01:13)
0.2.3 (2012-12-21 00:24)
0.2.2 (2012-12-20 18:29)
0.2.1 (2012-12-20 17:47)
0.2.0 (2012-12-20 17:39)
- first release of this package into groovy
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
rqt_common_plugins | |
rqt_moveit |
Launch files
Messages
Services
Plugins
Recent questions tagged rqt_topic at Robotics Stack Exchange
No questions yet, you can ask one here.
Failed to get question list, you can ticket an issue here
Package Summary
Tags | No category tags. |
Version | 1.2.1 |
License | BSD |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-visualization/rqt_topic.git |
VCS Type | git |
VCS Version | dashing-devel |
Last Updated | 2021-04-06 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Dorian Scholz
- Scott K Logan
Authors
- Dirk Thomas
- Dorian Scholz
Changelog for package rqt_topic
1.2.1 (2021-04-06)
- Add pytest.ini to silence warnings when running locally.
- Fix warnings pointed out by flake8.
- Contributors: Chris Lalancette
1.2.0 (2021-03-19)
- 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
1.1.0 (2019-11-13)
- set qos_profile (#14)
1.0.0 (2019-03-05)
- removing the spinner from the ros2 port (#11)
- Merge pull request #9 from ros-visualization/ros2_port
- Porting to ROS2
- autopep8 (#6)
0.4.10 (2017-11-16)
- fix order by bandwidth column (#4)
0.4.9 (2017-11-06)
- fix section resize toggle with Qt5 (#2)
0.4.8 (2017-04-24)
0.4.7 (2017-03-02)
0.4.6 (2017-02-27)
- remove usage of undocumented cStringIO.StringIO len attribute (#434)
0.4.5 (2017-02-03)
0.4.4 (2017-01-24)
- use Python 3 compatible syntax (#421)
- catch unhandled exceptions when rosmaster disappears while widget is running (#419)
0.4.3 (2016-11-02)
0.4.2 (2016-09-19)
0.4.1 (2016-05-16)
0.4.0 (2016-04-27)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
0.3.13 (2016-03-08)
- check for divide by zero and data failures
- Contributors: Aaron Blasdel
0.3.12 (2015-07-24)
- Save/Restore of headers added
- Contributors: Aaron Blasdel
0.3.11 (2015-04-30)
0.3.10 (2014-10-01)
- update plugin scripts to use full name to avoid future naming collisions
0.3.9 (2014-08-18)
0.3.8 (2014-07-15)
0.3.7 (2014-07-11)
- export architecture_independent flag in package.xml (#254)
0.3.6 (2014-06-02)
0.3.5 (2014-05-07)
0.3.4 (2014-01-28)
0.3.3 (2014-01-08)
0.3.2 (2013-10-14)
0.3.1 (2013-10-09)
- improve rqt_topic initialization time (#62)
- modified toggling topics to use checkbox instead of context menu (#75)
0.3.0 (2013-08-28)
- fix cleaning old data in rqt_topic (fix #74)
0.2.17 (2013-07-04)
0.2.16 (2013-04-09 13:33)
0.2.15 (2013-04-09 00:02)
- 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.
0.2.14 (2013-03-14)
0.2.13 (2013-03-11 22:14)
0.2.12 (2013-03-11 13:56)
0.2.11 (2013-03-08)
0.2.10 (2013-01-22)
0.2.9 (2013-01-17)
0.2.8 (2013-01-11)
0.2.7 (2012-12-24)
0.2.6 (2012-12-23)
0.2.5 (2012-12-21 19:11)
0.2.4 (2012-12-21 01:13)
0.2.3 (2012-12-21 00:24)
0.2.2 (2012-12-20 18:29)
0.2.1 (2012-12-20 17:47)
0.2.0 (2012-12-20 17:39)
- first release of this package into groovy
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
rqt_common_plugins |
Launch files
Messages
Services
Plugins
Recent questions tagged rqt_topic at Robotics Stack Exchange
No questions yet, you can ask one here.
Failed to get question list, you can ticket an issue here
Package Summary
Tags | No category tags. |
Version | 1.4.0 |
License | BSD |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-visualization/rqt_topic.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2022-09-13 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Audrow Nash
Authors
- Dirk Thomas
- Dorian Scholz
- Scott K Logan
Changelog for package rqt_topic
1.4.0 (2022-09-13)
1.3.0 (2022-05-10)
- Fix the display of array type elements. (#41)
- Fix removal of topics while they are being monitored. (#39)
- Contributors: Chris Lalancette
1.2.3 (2022-04-06)
- Update maintainers to Audrow Nash (#37)
- Contributors: Audrow Nash
1.2.2 (2021-08-31)
- Fix modern setuptools warning about dashes instead of underscores (#34)
- Remove obsolete warnings (#31)
- Contributors: Chris Lalancette, Michael Jeronimo
1.2.1 (2021-04-06)
- Add pytest.ini to silence warnings when running locally.
- Fix warnings pointed out by flake8.
- Contributors: Chris Lalancette
1.2.0 (2021-03-19)
- 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
1.1.0 (2019-11-13)
- set qos_profile (#14)
1.0.0 (2019-03-05)
- removing the spinner from the ros2 port (#11)
- Merge pull request #9 from ros-visualization/ros2_port
- Porting to ROS2
- autopep8 (#6)
0.4.10 (2017-11-16)
- fix order by bandwidth column (#4)
0.4.9 (2017-11-06)
- fix section resize toggle with Qt5 (#2)
0.4.8 (2017-04-24)
0.4.7 (2017-03-02)
0.4.6 (2017-02-27)
- remove usage of undocumented cStringIO.StringIO len attribute (#434)
0.4.5 (2017-02-03)
0.4.4 (2017-01-24)
- use Python 3 compatible syntax (#421)
- catch unhandled exceptions when rosmaster disappears while widget is running (#419)
0.4.3 (2016-11-02)
0.4.2 (2016-09-19)
0.4.1 (2016-05-16)
0.4.0 (2016-04-27)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
0.3.13 (2016-03-08)
- check for divide by zero and data failures
- Contributors: Aaron Blasdel
0.3.12 (2015-07-24)
- Save/Restore of headers added
- Contributors: Aaron Blasdel
0.3.11 (2015-04-30)
0.3.10 (2014-10-01)
- update plugin scripts to use full name to avoid future naming collisions
0.3.9 (2014-08-18)
0.3.8 (2014-07-15)
0.3.7 (2014-07-11)
- export architecture_independent flag in package.xml (#254)
0.3.6 (2014-06-02)
0.3.5 (2014-05-07)
0.3.4 (2014-01-28)
0.3.3 (2014-01-08)
0.3.2 (2013-10-14)
0.3.1 (2013-10-09)
- improve rqt_topic initialization time (#62)
- modified toggling topics to use checkbox instead of context menu (#75)
0.3.0 (2013-08-28)
- fix cleaning old data in rqt_topic (fix #74)
0.2.17 (2013-07-04)
0.2.16 (2013-04-09 13:33)
0.2.15 (2013-04-09 00:02)
- 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.
0.2.14 (2013-03-14)
0.2.13 (2013-03-11 22:14)
0.2.12 (2013-03-11 13:56)
0.2.11 (2013-03-08)
0.2.10 (2013-01-22)
0.2.9 (2013-01-17)
0.2.8 (2013-01-11)
0.2.7 (2012-12-24)
0.2.6 (2012-12-23)
0.2.5 (2012-12-21 19:11)
0.2.4 (2012-12-21 01:13)
0.2.3 (2012-12-21 00:24)
0.2.2 (2012-12-20 18:29)
0.2.1 (2012-12-20 17:47)
0.2.0 (2012-12-20 17:39)
- first release of this package into groovy
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
rqt_common_plugins | |
rqt_moveit | |
ros_ign_gazebo_demos |
Launch files
Messages
Services
Plugins
Recent questions tagged rqt_topic at Robotics Stack Exchange
No questions yet, you can ask one here.
Failed to get question list, you can ticket an issue here
Package Summary
Tags | No category tags. |
Version | 1.3.0 |
License | BSD |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-visualization/rqt_topic.git |
VCS Type | git |
VCS Version | foxy-devel |
Last Updated | 2022-05-11 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Audrow Nash
Authors
- Dirk Thomas
- Dorian Scholz
- Scott K Logan
Changelog for package rqt_topic
1.3.0 (2022-05-10)
- Fix the display of array type elements. (#41)
- Fix removal of topics while they are being monitored. (#39)
- Contributors: Chris Lalancette
1.2.3 (2022-04-06)
- Update maintainers to Audrow Nash (#37)
- Contributors: Audrow Nash
1.2.2 (2021-08-31)
- Fix modern setuptools warning about dashes instead of underscores (#34)
- Remove obsolete warnings (#31)
- Contributors: Chris Lalancette, Michael Jeronimo
1.2.1 (2021-04-06)
- Add pytest.ini to silence warnings when running locally.
- Fix warnings pointed out by flake8.
- Contributors: Chris Lalancette
1.2.0 (2021-03-19)
- 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
1.1.0 (2019-11-13)
- set qos_profile (#14)
1.0.0 (2019-03-05)
- removing the spinner from the ros2 port (#11)
- Merge pull request #9 from ros-visualization/ros2_port
- Porting to ROS2
- autopep8 (#6)
0.4.10 (2017-11-16)
- fix order by bandwidth column (#4)
0.4.9 (2017-11-06)
- fix section resize toggle with Qt5 (#2)
0.4.8 (2017-04-24)
0.4.7 (2017-03-02)
0.4.6 (2017-02-27)
- remove usage of undocumented cStringIO.StringIO len attribute (#434)
0.4.5 (2017-02-03)
0.4.4 (2017-01-24)
- use Python 3 compatible syntax (#421)
- catch unhandled exceptions when rosmaster disappears while widget is running (#419)
0.4.3 (2016-11-02)
0.4.2 (2016-09-19)
0.4.1 (2016-05-16)
0.4.0 (2016-04-27)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
0.3.13 (2016-03-08)
- check for divide by zero and data failures
- Contributors: Aaron Blasdel
0.3.12 (2015-07-24)
- Save/Restore of headers added
- Contributors: Aaron Blasdel
0.3.11 (2015-04-30)
0.3.10 (2014-10-01)
- update plugin scripts to use full name to avoid future naming collisions
0.3.9 (2014-08-18)
0.3.8 (2014-07-15)
0.3.7 (2014-07-11)
- export architecture_independent flag in package.xml (#254)
0.3.6 (2014-06-02)
0.3.5 (2014-05-07)
0.3.4 (2014-01-28)
0.3.3 (2014-01-08)
0.3.2 (2013-10-14)
0.3.1 (2013-10-09)
- improve rqt_topic initialization time (#62)
- modified toggling topics to use checkbox instead of context menu (#75)
0.3.0 (2013-08-28)
- fix cleaning old data in rqt_topic (fix #74)
0.2.17 (2013-07-04)
0.2.16 (2013-04-09 13:33)
0.2.15 (2013-04-09 00:02)
- 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.
0.2.14 (2013-03-14)
0.2.13 (2013-03-11 22:14)
0.2.12 (2013-03-11 13:56)
0.2.11 (2013-03-08)
0.2.10 (2013-01-22)
0.2.9 (2013-01-17)
0.2.8 (2013-01-11)
0.2.7 (2012-12-24)
0.2.6 (2012-12-23)
0.2.5 (2012-12-21 19:11)
0.2.4 (2012-12-21 01:13)
0.2.3 (2012-12-21 00:24)
0.2.2 (2012-12-20 18:29)
0.2.1 (2012-12-20 17:47)
0.2.0 (2012-12-20 17:39)
- first release of this package into groovy
Wiki Tutorials
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
rqt_common_plugins | |
rqt_moveit | |
ros_ign_gazebo_demos |
Launch files
Messages
Services
Plugins
Recent questions tagged rqt_topic at Robotics Stack Exchange
No questions yet, you can ask one here.
Failed to get question list, you can ticket an issue here
Package Summary
Tags | No category tags. |
Version | 1.6.1 |
License | BSD |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-visualization/rqt_topic.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2023-02-14 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Brandon Ong
Authors
- Audrow Nash
- Dirk Thomas
- Dorian Scholz
- Scott K Logan
Changelog for package rqt_topic
1.6.1 (2023-02-14)
- [rolling] Update maintainers - 2022-11-07 (#43)
- Contributors: Audrow Nash
1.6.0 (2022-09-13)
- Implement bandwidth monitoring (#40)
- Contributors: Audrow Nash, Chris Lalancette, Jacob Perron
1.3.0 (2022-05-10)
- Fix the display of array type elements. (#41)
- Fix removal of topics while they are being monitored. (#39)
- Contributors: Chris Lalancette
1.2.3 (2022-04-06)
- Update maintainers to Audrow Nash (#37)
- Contributors: Audrow Nash
1.2.2 (2021-08-31)
- Fix modern setuptools warning about dashes instead of underscores (#34)
- Remove obsolete warnings (#31)
- Contributors: Chris Lalancette, Michael Jeronimo
1.2.1 (2021-04-06)
- Add pytest.ini to silence warnings when running locally.
- Fix warnings pointed out by flake8.
- Contributors: Chris Lalancette
1.2.0 (2021-03-19)
- 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
1.1.0 (2019-11-13)
- set qos_profile (#14)
1.0.0 (2019-03-05)
- removing the spinner from the ros2 port (#11)
- Merge pull request #9 from ros-visualization/ros2_port
- Porting to ROS2
- autopep8 (#6)
0.4.10 (2017-11-16)
- fix order by bandwidth column (#4)
0.4.9 (2017-11-06)
- fix section resize toggle with Qt5 (#2)
0.4.8 (2017-04-24)
0.4.7 (2017-03-02)
0.4.6 (2017-02-27)
- remove usage of undocumented cStringIO.StringIO len attribute (#434)
0.4.5 (2017-02-03)
0.4.4 (2017-01-24)
- use Python 3 compatible syntax (#421)
- catch unhandled exceptions when rosmaster disappears while widget is running (#419)
0.4.3 (2016-11-02)
0.4.2 (2016-09-19)
0.4.1 (2016-05-16)
0.4.0 (2016-04-27)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
0.3.13 (2016-03-08)
- check for divide by zero and data failures
- Contributors: Aaron Blasdel
0.3.12 (2015-07-24)
- Save/Restore of headers added
- Contributors: Aaron Blasdel
0.3.11 (2015-04-30)
0.3.10 (2014-10-01)
- update plugin scripts to use full name to avoid future naming collisions
0.3.9 (2014-08-18)
0.3.8 (2014-07-15)
0.3.7 (2014-07-11)
- export architecture_independent flag in package.xml (#254)
0.3.6 (2014-06-02)
0.3.5 (2014-05-07)
0.3.4 (2014-01-28)
0.3.3 (2014-01-08)
0.3.2 (2013-10-14)
0.3.1 (2013-10-09)
- improve rqt_topic initialization time (#62)
- modified toggling topics to use checkbox instead of context menu (#75)
0.3.0 (2013-08-28)
- fix cleaning old data in rqt_topic (fix #74)
0.2.17 (2013-07-04)
0.2.16 (2013-04-09 13:33)
0.2.15 (2013-04-09 00:02)
- 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.
0.2.14 (2013-03-14)
0.2.13 (2013-03-11 22:14)
0.2.12 (2013-03-11 13:56)
0.2.11 (2013-03-08)
0.2.10 (2013-01-22)
0.2.9 (2013-01-17)
0.2.8 (2013-01-11)
0.2.7 (2012-12-24)
0.2.6 (2012-12-23)
0.2.5 (2012-12-21 19:11)
0.2.4 (2012-12-21 01:13)
0.2.3 (2012-12-21 00:24)
0.2.2 (2012-12-20 18:29)
0.2.1 (2012-12-20 17:47)
0.2.0 (2012-12-20 17:39)
- first release of this package into groovy
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
python_qt_binding | |
rclpy | |
ros2topic | |
rqt_gui | |
rqt_gui_py | |
rqt_py_common | |
ament_flake8 | |
ament_xmllint |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
rqt_common_plugins | |
rqt_moveit | |
ros_gz_sim_demos |
Launch files
Messages
Services
Plugins
Recent questions tagged rqt_topic at Robotics Stack Exchange
No questions yet, you can ask one here.
Failed to get question list, you can ticket an issue here
Package Summary
Tags | No category tags. |
Version | 0.4.13 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-visualization/rqt_topic.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2023-03-16 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Dorian Scholz
- Scott K Logan
Authors
- Dirk Thomas
- Dorian Scholz
Changelog for package rqt_topic
0.4.13 (2021-11-18)
- fix python3 install (#36)
- Update Open Robotics Maintainer (#27)
- fix shebang line for python3 (#18)
- Contributors: Mabel Zhang, Mikael Arguedas, Scott K Logan
0.4.12 (2020-03-11)
- bump CMake minimum version to avoid CMP0048 warning
0.4.11 (2020-01-09)
- fix TypeError in Python 3 (#7)
- add Python 3 conditional dependencies (#13)
- fix dictionary changed size during iteration (#10)
- autopep8 (#6)
0.4.10 (2017-11-16)
- fix order by bandwidth column (#4)
0.4.9 (2017-11-06)
- fix section resize toggle with Qt5 (#2)
0.4.8 (2017-04-24)
0.4.7 (2017-03-02)
0.4.6 (2017-02-27)
- remove usage of undocumented cStringIO.StringIO len attribute (#434)
0.4.5 (2017-02-03)
0.4.4 (2017-01-24)
- use Python 3 compatible syntax (#421)
- catch unhandled exceptions when rosmaster disappears while widget is running (#419)
0.4.3 (2016-11-02)
0.4.2 (2016-09-19)
0.4.1 (2016-05-16)
0.4.0 (2016-04-27)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
0.3.13 (2016-03-08)
- check for divide by zero and data failures
- Contributors: Aaron Blasdel
0.3.12 (2015-07-24)
- Save/Restore of headers added
- Contributors: Aaron Blasdel
0.3.11 (2015-04-30)
0.3.10 (2014-10-01)
- update plugin scripts to use full name to avoid future naming collisions
0.3.9 (2014-08-18)
0.3.8 (2014-07-15)
0.3.7 (2014-07-11)
- export architecture_independent flag in package.xml (#254)
0.3.6 (2014-06-02)
0.3.5 (2014-05-07)
0.3.4 (2014-01-28)
0.3.3 (2014-01-08)
0.3.2 (2013-10-14)
0.3.1 (2013-10-09)
- improve rqt_topic initialization time (#62)
- modified toggling topics to use checkbox instead of context menu (#75)
0.3.0 (2013-08-28)
- fix cleaning old data in rqt_topic (fix #74)
0.2.17 (2013-07-04)
0.2.16 (2013-04-09 13:33)
0.2.15 (2013-04-09 00:02)
- 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.
0.2.14 (2013-03-14)
0.2.13 (2013-03-11 22:14)
0.2.12 (2013-03-11 13:56)
0.2.11 (2013-03-08)
0.2.10 (2013-01-22)
0.2.9 (2013-01-17)
0.2.8 (2013-01-11)
0.2.7 (2012-12-24)
0.2.6 (2012-12-23)
0.2.5 (2012-12-21 19:11)
0.2.4 (2012-12-21 01:13)
0.2.3 (2012-12-21 00:24)
0.2.2 (2012-12-20 18:29)
0.2.1 (2012-12-20 17:47)
0.2.0 (2012-12-20 17:39)
- first release of this package into groovy
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
python_qt_binding | |
rostopic | |
rqt_gui | |
rqt_gui_py | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
rqt_common_plugins | |
rqt_moveit |
Launch files
Messages
Services
Plugins
Recent questions tagged rqt_topic at Robotics Stack Exchange
No questions yet, you can ask one here.
Failed to get question list, you can ticket an issue here
Package Summary
Tags | No category tags. |
Version | 0.4.13 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-visualization/rqt_topic.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2023-03-16 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Dorian Scholz
- Scott K Logan
Authors
- Dirk Thomas
- Dorian Scholz
Changelog for package rqt_topic
0.4.13 (2021-11-18)
- fix python3 install (#36)
- Update Open Robotics Maintainer (#27)
- fix shebang line for python3 (#18)
- Contributors: Mabel Zhang, Mikael Arguedas, Scott K Logan
0.4.12 (2020-03-11)
- bump CMake minimum version to avoid CMP0048 warning
0.4.11 (2020-01-09)
- fix TypeError in Python 3 (#7)
- add Python 3 conditional dependencies (#13)
- fix dictionary changed size during iteration (#10)
- autopep8 (#6)
0.4.10 (2017-11-16)
- fix order by bandwidth column (#4)
0.4.9 (2017-11-06)
- fix section resize toggle with Qt5 (#2)
0.4.8 (2017-04-24)
0.4.7 (2017-03-02)
0.4.6 (2017-02-27)
- remove usage of undocumented cStringIO.StringIO len attribute (#434)
0.4.5 (2017-02-03)
0.4.4 (2017-01-24)
- use Python 3 compatible syntax (#421)
- catch unhandled exceptions when rosmaster disappears while widget is running (#419)
0.4.3 (2016-11-02)
0.4.2 (2016-09-19)
0.4.1 (2016-05-16)
0.4.0 (2016-04-27)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
0.3.13 (2016-03-08)
- check for divide by zero and data failures
- Contributors: Aaron Blasdel
0.3.12 (2015-07-24)
- Save/Restore of headers added
- Contributors: Aaron Blasdel
0.3.11 (2015-04-30)
0.3.10 (2014-10-01)
- update plugin scripts to use full name to avoid future naming collisions
0.3.9 (2014-08-18)
0.3.8 (2014-07-15)
0.3.7 (2014-07-11)
- export architecture_independent flag in package.xml (#254)
0.3.6 (2014-06-02)
0.3.5 (2014-05-07)
0.3.4 (2014-01-28)
0.3.3 (2014-01-08)
0.3.2 (2013-10-14)
0.3.1 (2013-10-09)
- improve rqt_topic initialization time (#62)
- modified toggling topics to use checkbox instead of context menu (#75)
0.3.0 (2013-08-28)
- fix cleaning old data in rqt_topic (fix #74)
0.2.17 (2013-07-04)
0.2.16 (2013-04-09 13:33)
0.2.15 (2013-04-09 00:02)
- 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.
0.2.14 (2013-03-14)
0.2.13 (2013-03-11 22:14)
0.2.12 (2013-03-11 13:56)
0.2.11 (2013-03-08)
0.2.10 (2013-01-22)
0.2.9 (2013-01-17)
0.2.8 (2013-01-11)
0.2.7 (2012-12-24)
0.2.6 (2012-12-23)
0.2.5 (2012-12-21 19:11)
0.2.4 (2012-12-21 01:13)
0.2.3 (2012-12-21 00:24)
0.2.2 (2012-12-20 18:29)
0.2.1 (2012-12-20 17:47)
0.2.0 (2012-12-20 17:39)
- first release of this package into groovy
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
python_qt_binding | |
rostopic | |
rqt_gui | |
rqt_gui_py | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
rqt_common_plugins | |
rqt_moveit |
Launch files
Messages
Services
Plugins
Recent questions tagged rqt_topic at Robotics Stack Exchange
No questions yet, you can ask one here.
Failed to get question list, you can ticket an issue here
Package Summary
Tags | No category tags. |
Version | 0.4.13 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-visualization/rqt_topic.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2023-03-16 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Dorian Scholz
- Scott K Logan
Authors
- Dirk Thomas
- Dorian Scholz
Changelog for package rqt_topic
0.4.13 (2021-11-18)
- fix python3 install (#36)
- Update Open Robotics Maintainer (#27)
- fix shebang line for python3 (#18)
- Contributors: Mabel Zhang, Mikael Arguedas, Scott K Logan
0.4.12 (2020-03-11)
- bump CMake minimum version to avoid CMP0048 warning
0.4.11 (2020-01-09)
- fix TypeError in Python 3 (#7)
- add Python 3 conditional dependencies (#13)
- fix dictionary changed size during iteration (#10)
- autopep8 (#6)
0.4.10 (2017-11-16)
- fix order by bandwidth column (#4)
0.4.9 (2017-11-06)
- fix section resize toggle with Qt5 (#2)
0.4.8 (2017-04-24)
0.4.7 (2017-03-02)
0.4.6 (2017-02-27)
- remove usage of undocumented cStringIO.StringIO len attribute (#434)
0.4.5 (2017-02-03)
0.4.4 (2017-01-24)
- use Python 3 compatible syntax (#421)
- catch unhandled exceptions when rosmaster disappears while widget is running (#419)
0.4.3 (2016-11-02)
0.4.2 (2016-09-19)
0.4.1 (2016-05-16)
0.4.0 (2016-04-27)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
0.3.13 (2016-03-08)
- check for divide by zero and data failures
- Contributors: Aaron Blasdel
0.3.12 (2015-07-24)
- Save/Restore of headers added
- Contributors: Aaron Blasdel
0.3.11 (2015-04-30)
0.3.10 (2014-10-01)
- update plugin scripts to use full name to avoid future naming collisions
0.3.9 (2014-08-18)
0.3.8 (2014-07-15)
0.3.7 (2014-07-11)
- export architecture_independent flag in package.xml (#254)
0.3.6 (2014-06-02)
0.3.5 (2014-05-07)
0.3.4 (2014-01-28)
0.3.3 (2014-01-08)
0.3.2 (2013-10-14)
0.3.1 (2013-10-09)
- improve rqt_topic initialization time (#62)
- modified toggling topics to use checkbox instead of context menu (#75)
0.3.0 (2013-08-28)
- fix cleaning old data in rqt_topic (fix #74)
0.2.17 (2013-07-04)
0.2.16 (2013-04-09 13:33)
0.2.15 (2013-04-09 00:02)
- 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.
0.2.14 (2013-03-14)
0.2.13 (2013-03-11 22:14)
0.2.12 (2013-03-11 13:56)
0.2.11 (2013-03-08)
0.2.10 (2013-01-22)
0.2.9 (2013-01-17)
0.2.8 (2013-01-11)
0.2.7 (2012-12-24)
0.2.6 (2012-12-23)
0.2.5 (2012-12-21 19:11)
0.2.4 (2012-12-21 01:13)
0.2.3 (2012-12-21 00:24)
0.2.2 (2012-12-20 18:29)
0.2.1 (2012-12-20 17:47)
0.2.0 (2012-12-20 17:39)
- first release of this package into groovy
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
python_qt_binding | |
rostopic | |
rqt_gui | |
rqt_gui_py | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
rqt_common_plugins | |
rqt_moveit |
Launch files
Messages
Services
Plugins
Recent questions tagged rqt_topic at Robotics Stack Exchange
No questions yet, you can ask one here.
Failed to get question list, you can ticket an issue here
Package Summary
Tags | No category tags. |
Version | 0.4.13 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-visualization/rqt_topic.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2023-03-16 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Dorian Scholz
- Scott K Logan
Authors
- Dirk Thomas
- Dorian Scholz
Changelog for package rqt_topic
0.4.13 (2021-11-18)
- fix python3 install (#36)
- Update Open Robotics Maintainer (#27)
- fix shebang line for python3 (#18)
- Contributors: Mabel Zhang, Mikael Arguedas, Scott K Logan
0.4.12 (2020-03-11)
- bump CMake minimum version to avoid CMP0048 warning
0.4.11 (2020-01-09)
- fix TypeError in Python 3 (#7)
- add Python 3 conditional dependencies (#13)
- fix dictionary changed size during iteration (#10)
- autopep8 (#6)
0.4.10 (2017-11-16)
- fix order by bandwidth column (#4)
0.4.9 (2017-11-06)
- fix section resize toggle with Qt5 (#2)
0.4.8 (2017-04-24)
0.4.7 (2017-03-02)
0.4.6 (2017-02-27)
- remove usage of undocumented cStringIO.StringIO len attribute (#434)
0.4.5 (2017-02-03)
0.4.4 (2017-01-24)
- use Python 3 compatible syntax (#421)
- catch unhandled exceptions when rosmaster disappears while widget is running (#419)
0.4.3 (2016-11-02)
0.4.2 (2016-09-19)
0.4.1 (2016-05-16)
0.4.0 (2016-04-27)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
0.3.13 (2016-03-08)
- check for divide by zero and data failures
- Contributors: Aaron Blasdel
0.3.12 (2015-07-24)
- Save/Restore of headers added
- Contributors: Aaron Blasdel
0.3.11 (2015-04-30)
0.3.10 (2014-10-01)
- update plugin scripts to use full name to avoid future naming collisions
0.3.9 (2014-08-18)
0.3.8 (2014-07-15)
0.3.7 (2014-07-11)
- export architecture_independent flag in package.xml (#254)
0.3.6 (2014-06-02)
0.3.5 (2014-05-07)
0.3.4 (2014-01-28)
0.3.3 (2014-01-08)
0.3.2 (2013-10-14)
0.3.1 (2013-10-09)
- improve rqt_topic initialization time (#62)
- modified toggling topics to use checkbox instead of context menu (#75)
0.3.0 (2013-08-28)
- fix cleaning old data in rqt_topic (fix #74)
0.2.17 (2013-07-04)
0.2.16 (2013-04-09 13:33)
0.2.15 (2013-04-09 00:02)
- 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.
0.2.14 (2013-03-14)
0.2.13 (2013-03-11 22:14)
0.2.12 (2013-03-11 13:56)
0.2.11 (2013-03-08)
0.2.10 (2013-01-22)
0.2.9 (2013-01-17)
0.2.8 (2013-01-11)
0.2.7 (2012-12-24)
0.2.6 (2012-12-23)
0.2.5 (2012-12-21 19:11)
0.2.4 (2012-12-21 01:13)
0.2.3 (2012-12-21 00:24)
0.2.2 (2012-12-20 18:29)
0.2.1 (2012-12-20 17:47)
0.2.0 (2012-12-20 17:39)
- first release of this package into groovy
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
python_qt_binding | |
rostopic | |
rqt_gui | |
rqt_gui_py | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
rqt_common_plugins | |
rqt_moveit |
Launch files
Messages
Services
Plugins
Recent questions tagged rqt_topic at Robotics Stack Exchange
No questions yet, you can ask one here.
Failed to get question list, you can ticket an issue here
Package Summary
Tags | No category tags. |
Version | 0.4.13 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros-visualization/rqt_topic.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2023-03-16 |
Dev Status | MAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Dorian Scholz
- Scott K Logan
Authors
- Dirk Thomas
- Dorian Scholz
Changelog for package rqt_topic
0.4.13 (2021-11-18)
- fix python3 install (#36)
- Update Open Robotics Maintainer (#27)
- fix shebang line for python3 (#18)
- Contributors: Mabel Zhang, Mikael Arguedas, Scott K Logan
0.4.12 (2020-03-11)
- bump CMake minimum version to avoid CMP0048 warning
0.4.11 (2020-01-09)
- fix TypeError in Python 3 (#7)
- add Python 3 conditional dependencies (#13)
- fix dictionary changed size during iteration (#10)
- autopep8 (#6)
0.4.10 (2017-11-16)
- fix order by bandwidth column (#4)
0.4.9 (2017-11-06)
- fix section resize toggle with Qt5 (#2)
0.4.8 (2017-04-24)
0.4.7 (2017-03-02)
0.4.6 (2017-02-27)
- remove usage of undocumented cStringIO.StringIO len attribute (#434)
0.4.5 (2017-02-03)
0.4.4 (2017-01-24)
- use Python 3 compatible syntax (#421)
- catch unhandled exceptions when rosmaster disappears while widget is running (#419)
0.4.3 (2016-11-02)
0.4.2 (2016-09-19)
0.4.1 (2016-05-16)
0.4.0 (2016-04-27)
- Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
0.3.13 (2016-03-08)
- check for divide by zero and data failures
- Contributors: Aaron Blasdel
0.3.12 (2015-07-24)
- Save/Restore of headers added
- Contributors: Aaron Blasdel
0.3.11 (2015-04-30)
0.3.10 (2014-10-01)
- update plugin scripts to use full name to avoid future naming collisions
0.3.9 (2014-08-18)
0.3.8 (2014-07-15)
0.3.7 (2014-07-11)
- export architecture_independent flag in package.xml (#254)
0.3.6 (2014-06-02)
0.3.5 (2014-05-07)
0.3.4 (2014-01-28)
0.3.3 (2014-01-08)
0.3.2 (2013-10-14)
0.3.1 (2013-10-09)
- improve rqt_topic initialization time (#62)
- modified toggling topics to use checkbox instead of context menu (#75)
0.3.0 (2013-08-28)
- fix cleaning old data in rqt_topic (fix #74)
0.2.17 (2013-07-04)
0.2.16 (2013-04-09 13:33)
0.2.15 (2013-04-09 00:02)
- 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.
0.2.14 (2013-03-14)
0.2.13 (2013-03-11 22:14)
0.2.12 (2013-03-11 13:56)
0.2.11 (2013-03-08)
0.2.10 (2013-01-22)
0.2.9 (2013-01-17)
0.2.8 (2013-01-11)
0.2.7 (2012-12-24)
0.2.6 (2012-12-23)
0.2.5 (2012-12-21 19:11)
0.2.4 (2012-12-21 01:13)
0.2.3 (2012-12-21 00:24)
0.2.2 (2012-12-20 18:29)
0.2.1 (2012-12-20 17:47)
0.2.0 (2012-12-20 17:39)
- first release of this package into groovy
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
python_qt_binding | |
rostopic | |
rqt_gui | |
rqt_gui_py | |
std_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
rqt_common_plugins | |
rqt_moveit |
Launch files
Messages
Services
Plugins
Recent questions tagged rqt_topic at Robotics Stack Exchange
No questions yet, you can ask one here.
Failed to get question list, you can ticket an issue here