rqt_plot package from rqt_plot repo

rqt_plot

Package Summary

Tags No category tags.
Version 1.1.3
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/rqt_plot.git
VCS Type git
VCS Version humble
Last Updated 2025-02-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

rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.

Additional Links

Maintainers

  • Mabel Zhang
  • Scott K Logan
  • Dorian Scholz
  • Austin Hendrix

Authors

  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package rqt_plot

1.1.3 (2025-02-11)

  • Add single quotes around topic in validation msg for consistency (backport #99) (#103)
  • Contributors: mergify[bot]

1.1.2 (2022-05-10)

  • Fix fixed-size Array visualization (#81)
  • Contributors: Michael Jeronimo

1.1.1 (2022-01-14)

  • Compare topics by whole tokens (#49)
  • Contributors: Mabel Zhang, Shane Loretz

1.1.0 (2021-08-31)

  • Automatically match QoS (#76)
  • Fix modern setuptools warning about dashes instead of underscores (#74)
  • Fix matplotlib exception on Windows (#73)
  • Contributors: Chris Lalancette, Gonzo

1.0.10 (2021-04-27)

  • Changed the build type to ament_python and fixed package to run with ros2 run (#58)
  • Contributors: Alejandro Hernández Cordero

1.0.9 (2021-03-05)

  • Fix plots of array items (#71)
  • Update maintainers
  • Contributors: Ivan Santiago Paunovic, Mabel Zhang

1.0.8 (2020-06-02)

  • Fix #35 - "bottom cannot be >= top" matplotlib error (#52)
  • Contributors: Nikos Koukis

1.0.7 (2019-10-03)

  • fix KeyError when curves are removed concurrently (#37)

1.0.6 (2019-06-10)

  • fix exception when passing topic name (#33)

1.0.2 (2018-12-13)

  • fixing resolve_topic_name method (#19)
  • Contributors: Mike Lautman

1.0.1 (2018-12-12)

  • removing missing dep (#18)
  • Contributors: Mike Lautman

1.0.0 (2018-12-11)

  • Porting to ros2 #17 from ros-visualization/ros2_port
  • autopep8 (#15)
  • pyqtgraph < 0.10 fail to run (#13)
  • Contributors: Kei Okada, Mike Lautman, Stephen, brawner

0.4.8 (2017-04-24)

  • add scroll area when showing images with 1-to-1 mapping (#433)

0.4.7 (2017-03-02)

0.4.6 (2017-02-27)

  • add support for plotting bool field values (#427)

0.4.5 (2017-02-03)

0.4.4 (2017-01-24)

  • automatically use the value field from std_msgs.Bool messages (#420)
  • use Python 3 compatible syntax (#421)
  • reenable PyQtGraph when version >= 0.10 (#407)

0.4.3 (2016-11-02)

0.4.2 (2016-09-19)

  • add keyword arg to make sort optional (#360)
  • disable PyQtGraph backend when Qt 5 is being used (#399)
  • add missing dependency on numpy (#396)

0.4.1 (2016-05-16)

  • fix mouse wheel delta in Qt 5 (#376)

0.4.0 (2016-04-27)

  • Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
  • support matplotplot 1.5 (#358)

0.3.13 (2016-03-08)

  • Added missing include
  • use proper icon names for add/remove
  • Contributors: Jochen Sprickerhof, Vincent Rabaud

0.3.12 (2015-07-24)

0.3.11 (2015-04-30)

  • save and restore axes settings (#234)
  • remove warning when backend is not found (#301)
  • fix version clash for matplot backend when PyQt5 is installed (#299)

0.3.10 (2014-10-01)

  • update plugin scripts to use full name to avoid future naming collisions

0.3.9 (2014-08-18)

  • fix handling of variable-sized arrays (#261)

0.3.8 (2014-07-15)

  • fix missing installation of Python subpackage

0.3.7 (2014-07-11)

  • fix missing import (#248)
  • significant improvements and unification of different plot backends (#239, #231)
  • make more things plottable including arrays and simple message types (#246)
  • make DataPlot a proxy for its plot widget, redraw after loading new data, add clear_values (#236)
  • export architecture_independent flag in package.xml (#254)

0.3.6 (2014-06-02)

  • subscribe to any known topic, even if currently not available (#233)

0.3.5 (2014-05-07)

  • change minimum padding to enable viewing arbitrarily small values (#223)
  • redraw plot only on new data to reduce cpu load, especially with matplot (#219)

0.3.4 (2014-01-28)

0.3.3 (2014-01-08)

  • add groups for rqt plugins, renamed some plugins (#167)
  • add checkbox to toggle automatic scrolling of plot with data
  • add simple legend for pyqtgraph backend

0.3.2 (2013-10-14)

0.3.1 (2013-10-09)

0.3.0 (2013-08-28)

0.2.17 (2013-07-04)

0.2.16 (2013-04-09 13:33)

0.2.15 (2013-04-09 00:02)

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)

  • command line arguments enabled

0.2.7 (2012-12-24)

  • update mat plot, remove usage of collections and numpy, calculate y range once when adding data instead of on draw (ros-visualization/rqt#48)
  • automatically adjust margins for matplot on resize

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

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged rqt_plot at Robotics Stack Exchange

rqt_plot package from rqt_plot repo

rqt_plot

Package Summary

Tags No category tags.
Version 1.4.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/rqt_plot.git
VCS Type git
VCS Version jazzy
Last Updated 2025-02-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

rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.

Additional Links

Maintainers

  • Brandon Ong

Authors

  • Austin Hendrix
  • Dirk Thomas
  • Dorian Scholz
  • Mabel Zhang
  • Scott K Logan
README
No README found. No README in repository either.
CHANGELOG

Changelog for package rqt_plot

1.4.2 (2025-02-13)

  • Add unit tests for topic name validation & field expansion (backport #108) (#110)
  • Fix double slash when plotting all sub-fields with trailing slash (backport #107) (#109)
  • Fix f-string and add single quote around field name (backport #100) (#104)
  • Fix listing of nested basic type fields (backport #101) (#106)
  • Contributors: mergify[bot]

1.4.1 (2025-02-11)

  • Add single quotes around topic in validation msg for consistency (backport #99) (#102) * Add single quotes around topic in validation msg for consistency (#99) This is more consistent with the other messages below. (cherry picked from commit 2662c21b82a9758af7dd288dfeb0c6caf3b87cf4) # Conflicts: # src/rqt_plot/plot_widget.py * Fix merge ---------Co-authored-by: Christophe Bedard <<bedard.christophe@gmail.com>> Co-authored-by: Alejandro Hernandez Cordero <<ahcorde@gmail.com>>

  • Remove CODEOWNERS (backport #96) (#97) Remove CODEOWNERS (#96) (cherry picked from commit 842cd61ba59a5240b730791de567ad489d2e2900) Co-authored-by: Alejandro Hernández Cordero <<ahcorde@gmail.com>>
  • Contributors: mergify[bot]

1.4.0 (2024-03-28)

  • Add in copyright tests to rqt_bag. (#95)
  • Add a test dependency on pytest. (#94)
  • Contributors: Chris Lalancette

1.3.2 (2024-02-07)

  • Add in a pytest dependency for running tests. (#92)
  • Contributors: Chris Lalancette

1.3.1 (2023-05-11)

  • Fix regression from #87 (#90)
  • Contributors: Yadunund

1.3.0 (2023-04-28)

1.2.2 (2023-04-11)

  • Changes the use of __slots_ for the field and field type getter (#87)
  • Contributors: Eloy Briceno

1.2.1 (2023-02-14)

  • [rolling] Update maintainers - 2022-11-07 (#83)
  • Contributors: Audrow Nash, Jacob Perron

1.2.0 (2022-05-10)

  • Fix fixed-size Array visualization (#81)
  • Contributors: Michael Jeronimo

1.1.1 (2022-01-14)

  • Compare topics by whole tokens (#49)
  • Contributors: Mabel Zhang, Shane Loretz

1.1.0 (2021-08-31)

  • Automatically match QoS (#76)
  • Fix modern setuptools warning about dashes instead of underscores (#74)
  • Fix matplotlib exception on Windows (#73)
  • Contributors: Chris Lalancette, Gonzo

1.0.10 (2021-04-27)

  • Changed the build type to ament_python and fixed package to run with ros2 run (#58)
  • Contributors: Alejandro Hernández Cordero

1.0.9 (2021-03-05)

  • Fix plots of array items (#71)
  • Update maintainers
  • Contributors: Ivan Santiago Paunovic, Mabel Zhang

1.0.8 (2020-06-02)

  • Fix #35 - "bottom cannot be >= top" matplotlib error (#52)
  • Contributors: Nikos Koukis

1.0.7 (2019-10-03)

  • fix KeyError when curves are removed concurrently (#37)

1.0.6 (2019-06-10)

  • fix exception when passing topic name (#33)

1.0.2 (2018-12-13)

  • fixing resolve_topic_name method (#19)
  • Contributors: Mike Lautman

1.0.1 (2018-12-12)

  • removing missing dep (#18)
  • Contributors: Mike Lautman

1.0.0 (2018-12-11)

  • Porting to ros2 #17 from ros-visualization/ros2_port
  • autopep8 (#15)
  • pyqtgraph < 0.10 fail to run (#13)
  • Contributors: Kei Okada, Mike Lautman, Stephen, brawner

0.4.8 (2017-04-24)

  • add scroll area when showing images with 1-to-1 mapping (#433)

0.4.7 (2017-03-02)

0.4.6 (2017-02-27)

  • add support for plotting bool field values (#427)

0.4.5 (2017-02-03)

0.4.4 (2017-01-24)

  • automatically use the value field from std_msgs.Bool messages (#420)
  • use Python 3 compatible syntax (#421)
  • reenable PyQtGraph when version >= 0.10 (#407)

0.4.3 (2016-11-02)

0.4.2 (2016-09-19)

  • add keyword arg to make sort optional (#360)
  • disable PyQtGraph backend when Qt 5 is being used (#399)
  • add missing dependency on numpy (#396)

0.4.1 (2016-05-16)

  • fix mouse wheel delta in Qt 5 (#376)

0.4.0 (2016-04-27)

  • Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
  • support matplotplot 1.5 (#358)

0.3.13 (2016-03-08)

  • Added missing include
  • use proper icon names for add/remove
  • Contributors: Jochen Sprickerhof, Vincent Rabaud

0.3.12 (2015-07-24)

0.3.11 (2015-04-30)

  • save and restore axes settings (#234)
  • remove warning when backend is not found (#301)
  • fix version clash for matplot backend when PyQt5 is installed (#299)

0.3.10 (2014-10-01)

  • update plugin scripts to use full name to avoid future naming collisions

0.3.9 (2014-08-18)

  • fix handling of variable-sized arrays (#261)

0.3.8 (2014-07-15)

  • fix missing installation of Python subpackage

0.3.7 (2014-07-11)

  • fix missing import (#248)
  • significant improvements and unification of different plot backends (#239, #231)
  • make more things plottable including arrays and simple message types (#246)
  • make DataPlot a proxy for its plot widget, redraw after loading new data, add clear_values (#236)
  • export architecture_independent flag in package.xml (#254)

0.3.6 (2014-06-02)

  • subscribe to any known topic, even if currently not available (#233)

0.3.5 (2014-05-07)

  • change minimum padding to enable viewing arbitrarily small values (#223)
  • redraw plot only on new data to reduce cpu load, especially with matplot (#219)

0.3.4 (2014-01-28)

0.3.3 (2014-01-08)

  • add groups for rqt plugins, renamed some plugins (#167)
  • add checkbox to toggle automatic scrolling of plot with data
  • add simple legend for pyqtgraph backend

0.3.2 (2013-10-14)

0.3.1 (2013-10-09)

0.3.0 (2013-08-28)

0.2.17 (2013-07-04)

0.2.16 (2013-04-09 13:33)

0.2.15 (2013-04-09 00:02)

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)

  • command line arguments enabled

0.2.7 (2012-12-24)

  • update mat plot, remove usage of collections and numpy, calculate y range once when adding data instead of on draw (ros-visualization/rqt#48)
  • automatically adjust margins for matplot on resize

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

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged rqt_plot at Robotics Stack Exchange

rqt_plot package from rqt_plot repo

rqt_plot

Package Summary

Tags No category tags.
Version 1.6.2
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/rqt_plot.git
VCS Type git
VCS Version rolling
Last Updated 2025-02-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

rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.

Additional Links

Maintainers

  • Brandon Ong

Authors

  • Austin Hendrix
  • Dirk Thomas
  • Dorian Scholz
  • Mabel Zhang
  • Scott K Logan
README
No README found. No README in repository either.
CHANGELOG

Changelog for package rqt_plot

1.6.2 (2025-01-13)

  • Add unit tests for topic name validation & field expansion (#108)
  • Fix double slash when plotting all sub-fields with trailing slash (#107)
  • Fix listing of nested basic type fields (#101)
  • Fix f-string and add single quote around field name (#100)
  • Contributors: Christophe Bedard

1.6.1 (2025-01-11)

  • Add single quotes around topic in validation msg for consistency (#99) This is more consistent with the other messages below.
  • Contributors: Christophe Bedard

1.6.0 (2024-12-20)

  • Add in the rest of the standard ament_python tests. (#98)
  • Remove CODEOWNERS (#96)
  • Contributors: Alejandro Hernández Cordero, Chris Lalancette

1.5.0 (2024-04-26)

1.4.0 (2024-03-28)

  • Add in copyright tests to rqt_bag. (#95)
  • Add a test dependency on pytest. (#94)
  • Contributors: Chris Lalancette

1.3.2 (2024-02-07)

  • Add in a pytest dependency for running tests. (#92)
  • Contributors: Chris Lalancette

1.3.1 (2023-05-11)

  • Fix regression from #87 (#90)
  • Contributors: Yadunund

1.3.0 (2023-04-28)

1.2.2 (2023-04-11)

  • Changes the use of __slots_ for the field and field type getter (#87)
  • Contributors: Eloy Briceno

1.2.1 (2023-02-14)

  • [rolling] Update maintainers - 2022-11-07 (#83)
  • Contributors: Audrow Nash, Jacob Perron

1.2.0 (2022-05-10)

  • Fix fixed-size Array visualization (#81)
  • Contributors: Michael Jeronimo

1.1.1 (2022-01-14)

  • Compare topics by whole tokens (#49)
  • Contributors: Mabel Zhang, Shane Loretz

1.1.0 (2021-08-31)

  • Automatically match QoS (#76)
  • Fix modern setuptools warning about dashes instead of underscores (#74)
  • Fix matplotlib exception on Windows (#73)
  • Contributors: Chris Lalancette, Gonzo

1.0.10 (2021-04-27)

  • Changed the build type to ament_python and fixed package to run with ros2 run (#58)
  • Contributors: Alejandro Hernández Cordero

1.0.9 (2021-03-05)

  • Fix plots of array items (#71)
  • Update maintainers
  • Contributors: Ivan Santiago Paunovic, Mabel Zhang

1.0.8 (2020-06-02)

  • Fix #35 - "bottom cannot be >= top" matplotlib error (#52)
  • Contributors: Nikos Koukis

1.0.7 (2019-10-03)

  • fix KeyError when curves are removed concurrently (#37)

1.0.6 (2019-06-10)

  • fix exception when passing topic name (#33)

1.0.2 (2018-12-13)

  • fixing resolve_topic_name method (#19)
  • Contributors: Mike Lautman

1.0.1 (2018-12-12)

  • removing missing dep (#18)
  • Contributors: Mike Lautman

1.0.0 (2018-12-11)

  • Porting to ros2 #17 from ros-visualization/ros2_port
  • autopep8 (#15)
  • pyqtgraph < 0.10 fail to run (#13)
  • Contributors: Kei Okada, Mike Lautman, Stephen, brawner

0.4.8 (2017-04-24)

  • add scroll area when showing images with 1-to-1 mapping (#433)

0.4.7 (2017-03-02)

0.4.6 (2017-02-27)

  • add support for plotting bool field values (#427)

0.4.5 (2017-02-03)

0.4.4 (2017-01-24)

  • automatically use the value field from std_msgs.Bool messages (#420)
  • use Python 3 compatible syntax (#421)
  • reenable PyQtGraph when version >= 0.10 (#407)

0.4.3 (2016-11-02)

0.4.2 (2016-09-19)

  • add keyword arg to make sort optional (#360)
  • disable PyQtGraph backend when Qt 5 is being used (#399)
  • add missing dependency on numpy (#396)

0.4.1 (2016-05-16)

  • fix mouse wheel delta in Qt 5 (#376)

0.4.0 (2016-04-27)

  • Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
  • support matplotplot 1.5 (#358)

0.3.13 (2016-03-08)

  • Added missing include
  • use proper icon names for add/remove
  • Contributors: Jochen Sprickerhof, Vincent Rabaud

0.3.12 (2015-07-24)

0.3.11 (2015-04-30)

  • save and restore axes settings (#234)
  • remove warning when backend is not found (#301)
  • fix version clash for matplot backend when PyQt5 is installed (#299)

0.3.10 (2014-10-01)

  • update plugin scripts to use full name to avoid future naming collisions

0.3.9 (2014-08-18)

  • fix handling of variable-sized arrays (#261)

0.3.8 (2014-07-15)

  • fix missing installation of Python subpackage

0.3.7 (2014-07-11)

  • fix missing import (#248)
  • significant improvements and unification of different plot backends (#239, #231)
  • make more things plottable including arrays and simple message types (#246)
  • make DataPlot a proxy for its plot widget, redraw after loading new data, add clear_values (#236)
  • export architecture_independent flag in package.xml (#254)

0.3.6 (2014-06-02)

  • subscribe to any known topic, even if currently not available (#233)

0.3.5 (2014-05-07)

  • change minimum padding to enable viewing arbitrarily small values (#223)
  • redraw plot only on new data to reduce cpu load, especially with matplot (#219)

0.3.4 (2014-01-28)

0.3.3 (2014-01-08)

  • add groups for rqt plugins, renamed some plugins (#167)
  • add checkbox to toggle automatic scrolling of plot with data
  • add simple legend for pyqtgraph backend

0.3.2 (2013-10-14)

0.3.1 (2013-10-09)

0.3.0 (2013-08-28)

0.2.17 (2013-07-04)

0.2.16 (2013-04-09 13:33)

0.2.15 (2013-04-09 00:02)

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)

  • command line arguments enabled

0.2.7 (2012-12-24)

  • update mat plot, remove usage of collections and numpy, calculate y range once when adding data instead of on draw (ros-visualization/rqt#48)
  • automatically adjust margins for matplot on resize

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

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged rqt_plot at Robotics Stack Exchange

rqt_plot package from rqt_plot repo

rqt_plot

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_plot.git
VCS Type git
VCS Version master
Last Updated 2021-02-23
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

rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.

Additional Links

Maintainers

  • Mabel Zhang
  • Scott K Logan
  • Dorian Scholz
  • Austin Hendrix

Authors

  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package rqt_plot

0.4.13 (2021-02-23)

  • Fix resize bug. Set minimum size of MatDataPlot's Canvas (#69)
  • Update maintainers
  • Replace string.atoi with int() (#57)
  • Contributors: Felix Exner, Mabel Zhang, Robert Haschke

0.4.12 (2020-05-22)

  • readd rqt_plot global executable, regression from 0.4.11 (#60)

0.4.11 (2020-05-20)

  • use catkin_install_python() (#59)
  • fix "bottom cannot be >= top" matplotlib error (#52)

0.4.10 (2020-03-11)

  • bump CMake minimum version to avoid CMP0048 warning
  • add Python 3 conditional dependencies (#41)
  • fix KeyError when curves are removed concurrently (#37)

0.4.9 (2019-03-14)

  • avoid crash for unknown message types (#26)
  • autopep8 (#15)
  • support pyqtgraph < 0.10 (#13)

0.4.8 (2017-04-24)

  • add scroll area when showing images with 1-to-1 mapping (#433)

0.4.7 (2017-03-02)

0.4.6 (2017-02-27)

  • add support for plotting bool field values (#427)

0.4.5 (2017-02-03)

0.4.4 (2017-01-24)

  • automatically use the value field from std_msgs.Bool messages (#420)
  • use Python 3 compatible syntax (#421)
  • reenable PyQtGraph when version >= 0.10 (#407)

0.4.3 (2016-11-02)

0.4.2 (2016-09-19)

  • add keyword arg to make sort optional (#360)
  • disable PyQtGraph backend when Qt 5 is being used (#399)
  • add missing dependency on numpy (#396)

0.4.1 (2016-05-16)

  • fix mouse wheel delta in Qt 5 (#376)

0.4.0 (2016-04-27)

  • Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
  • support matplotplot 1.5 (#358)

0.3.13 (2016-03-08)

  • Added missing include
  • use proper icon names for add/remove
  • Contributors: Jochen Sprickerhof, Vincent Rabaud

0.3.12 (2015-07-24)

0.3.11 (2015-04-30)

  • save and restore axes settings (#234)
  • remove warning when backend is not found (#301)
  • fix version clash for matplot backend when PyQt5 is installed (#299)

0.3.10 (2014-10-01)

  • update plugin scripts to use full name to avoid future naming collisions

0.3.9 (2014-08-18)

  • fix handling of variable-sized arrays (#261)

0.3.8 (2014-07-15)

  • fix missing installation of Python subpackage

0.3.7 (2014-07-11)

  • fix missing import (#248)
  • significant improvements and unification of different plot backends (#239, #231)
  • make more things plottable including arrays and simple message types (#246)
  • make DataPlot a proxy for its plot widget, redraw after loading new data, add clear_values (#236)
  • export architecture_independent flag in package.xml (#254)

0.3.6 (2014-06-02)

  • subscribe to any known topic, even if currently not available (#233)

0.3.5 (2014-05-07)

  • change minimum padding to enable viewing arbitrarily small values (#223)
  • redraw plot only on new data to reduce cpu load, especially with matplot (#219)

0.3.4 (2014-01-28)

0.3.3 (2014-01-08)

  • add groups for rqt plugins, renamed some plugins (#167)
  • add checkbox to toggle automatic scrolling of plot with data
  • add simple legend for pyqtgraph backend

0.3.2 (2013-10-14)

0.3.1 (2013-10-09)

0.3.0 (2013-08-28)

0.2.17 (2013-07-04)

0.2.16 (2013-04-09 13:33)

0.2.15 (2013-04-09 00:02)

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)

  • command line arguments enabled

0.2.7 (2012-12-24)

  • update mat plot, remove usage of collections and numpy, calculate y range once when adding data instead of on draw (ros-visualization/rqt#48)
  • automatically adjust margins for matplot on resize

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

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged rqt_plot at Robotics Stack Exchange

rqt_plot package from rqt_plot repo

rqt_plot

Package Summary

Tags No category tags.
Version 1.0.8
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/rqt_plot.git
VCS Type git
VCS Version crystal-devel
Last Updated 2020-10-16
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

rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.

Additional Links

Maintainers

  • Mabel Zhang
  • Scott K Logan
  • Dorian Scholz
  • Austin Hendrix

Authors

  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package rqt_plot

1.0.8 (2020-06-02)

  • Fix #35 - "bottom cannot be >= top" matplotlib error (#52)
  • Contributors: Nikos Koukis

1.0.7 (2019-10-03)

  • fix KeyError when curves are removed concurrently (#37)

1.0.6 (2019-06-10)

  • fix exception when passing topic name (#33)

1.0.2 (2018-12-13)

  • fixing resolve_topic_name method (#19)
  • Contributors: Mike Lautman

1.0.1 (2018-12-12)

  • removing missing dep (#18)
  • Contributors: Mike Lautman

1.0.0 (2018-12-11)

  • Porting to ros2 #17 from ros-visualization/ros2_port
  • autopep8 (#15)
  • pyqtgraph < 0.10 fail to run (#13)
  • Contributors: Kei Okada, Mike Lautman, Stephen, brawner

0.4.8 (2017-04-24)

  • add scroll area when showing images with 1-to-1 mapping (#433)

0.4.7 (2017-03-02)

0.4.6 (2017-02-27)

  • add support for plotting bool field values (#427)

0.4.5 (2017-02-03)

0.4.4 (2017-01-24)

  • automatically use the value field from std_msgs.Bool messages (#420)
  • use Python 3 compatible syntax (#421)
  • reenable PyQtGraph when version >= 0.10 (#407)

0.4.3 (2016-11-02)

0.4.2 (2016-09-19)

  • add keyword arg to make sort optional (#360)
  • disable PyQtGraph backend when Qt 5 is being used (#399)
  • add missing dependency on numpy (#396)

0.4.1 (2016-05-16)

  • fix mouse wheel delta in Qt 5 (#376)

0.4.0 (2016-04-27)

  • Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
  • support matplotplot 1.5 (#358)

0.3.13 (2016-03-08)

  • Added missing include
  • use proper icon names for add/remove
  • Contributors: Jochen Sprickerhof, Vincent Rabaud

0.3.12 (2015-07-24)

0.3.11 (2015-04-30)

  • save and restore axes settings (#234)
  • remove warning when backend is not found (#301)
  • fix version clash for matplot backend when PyQt5 is installed (#299)

0.3.10 (2014-10-01)

  • update plugin scripts to use full name to avoid future naming collisions

0.3.9 (2014-08-18)

  • fix handling of variable-sized arrays (#261)

0.3.8 (2014-07-15)

  • fix missing installation of Python subpackage

0.3.7 (2014-07-11)

  • fix missing import (#248)
  • significant improvements and unification of different plot backends (#239, #231)
  • make more things plottable including arrays and simple message types (#246)
  • make DataPlot a proxy for its plot widget, redraw after loading new data, add clear_values (#236)
  • export architecture_independent flag in package.xml (#254)

0.3.6 (2014-06-02)

  • subscribe to any known topic, even if currently not available (#233)

0.3.5 (2014-05-07)

  • change minimum padding to enable viewing arbitrarily small values (#223)
  • redraw plot only on new data to reduce cpu load, especially with matplot (#219)

0.3.4 (2014-01-28)

0.3.3 (2014-01-08)

  • add groups for rqt plugins, renamed some plugins (#167)
  • add checkbox to toggle automatic scrolling of plot with data
  • add simple legend for pyqtgraph backend

0.3.2 (2013-10-14)

0.3.1 (2013-10-09)

0.3.0 (2013-08-28)

0.2.17 (2013-07-04)

0.2.16 (2013-04-09 13:33)

0.2.15 (2013-04-09 00:02)

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)

  • command line arguments enabled

0.2.7 (2012-12-24)

  • update mat plot, remove usage of collections and numpy, calculate y range once when adding data instead of on draw (ros-visualization/rqt#48)
  • automatically adjust margins for matplot on resize

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

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged rqt_plot at Robotics Stack Exchange

rqt_plot package from rqt_plot repo

rqt_plot

Package Summary

Tags No category tags.
Version 1.0.8
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/rqt_plot.git
VCS Type git
VCS Version crystal-devel
Last Updated 2020-10-16
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

rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.

Additional Links

Maintainers

  • Mabel Zhang
  • Scott K Logan
  • Dorian Scholz
  • Austin Hendrix

Authors

  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package rqt_plot

1.0.8 (2020-06-02)

  • Fix #35 - "bottom cannot be >= top" matplotlib error (#52)
  • Contributors: Nikos Koukis

1.0.7 (2019-10-03)

  • fix KeyError when curves are removed concurrently (#37)

1.0.6 (2019-06-10)

  • fix exception when passing topic name (#33)

1.0.2 (2018-12-13)

  • fixing resolve_topic_name method (#19)
  • Contributors: Mike Lautman

1.0.1 (2018-12-12)

  • removing missing dep (#18)
  • Contributors: Mike Lautman

1.0.0 (2018-12-11)

  • Porting to ros2 #17 from ros-visualization/ros2_port
  • autopep8 (#15)
  • pyqtgraph < 0.10 fail to run (#13)
  • Contributors: Kei Okada, Mike Lautman, Stephen, brawner

0.4.8 (2017-04-24)

  • add scroll area when showing images with 1-to-1 mapping (#433)

0.4.7 (2017-03-02)

0.4.6 (2017-02-27)

  • add support for plotting bool field values (#427)

0.4.5 (2017-02-03)

0.4.4 (2017-01-24)

  • automatically use the value field from std_msgs.Bool messages (#420)
  • use Python 3 compatible syntax (#421)
  • reenable PyQtGraph when version >= 0.10 (#407)

0.4.3 (2016-11-02)

0.4.2 (2016-09-19)

  • add keyword arg to make sort optional (#360)
  • disable PyQtGraph backend when Qt 5 is being used (#399)
  • add missing dependency on numpy (#396)

0.4.1 (2016-05-16)

  • fix mouse wheel delta in Qt 5 (#376)

0.4.0 (2016-04-27)

  • Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
  • support matplotplot 1.5 (#358)

0.3.13 (2016-03-08)

  • Added missing include
  • use proper icon names for add/remove
  • Contributors: Jochen Sprickerhof, Vincent Rabaud

0.3.12 (2015-07-24)

0.3.11 (2015-04-30)

  • save and restore axes settings (#234)
  • remove warning when backend is not found (#301)
  • fix version clash for matplot backend when PyQt5 is installed (#299)

0.3.10 (2014-10-01)

  • update plugin scripts to use full name to avoid future naming collisions

0.3.9 (2014-08-18)

  • fix handling of variable-sized arrays (#261)

0.3.8 (2014-07-15)

  • fix missing installation of Python subpackage

0.3.7 (2014-07-11)

  • fix missing import (#248)
  • significant improvements and unification of different plot backends (#239, #231)
  • make more things plottable including arrays and simple message types (#246)
  • make DataPlot a proxy for its plot widget, redraw after loading new data, add clear_values (#236)
  • export architecture_independent flag in package.xml (#254)

0.3.6 (2014-06-02)

  • subscribe to any known topic, even if currently not available (#233)

0.3.5 (2014-05-07)

  • change minimum padding to enable viewing arbitrarily small values (#223)
  • redraw plot only on new data to reduce cpu load, especially with matplot (#219)

0.3.4 (2014-01-28)

0.3.3 (2014-01-08)

  • add groups for rqt plugins, renamed some plugins (#167)
  • add checkbox to toggle automatic scrolling of plot with data
  • add simple legend for pyqtgraph backend

0.3.2 (2013-10-14)

0.3.1 (2013-10-09)

0.3.0 (2013-08-28)

0.2.17 (2013-07-04)

0.2.16 (2013-04-09 13:33)

0.2.15 (2013-04-09 00:02)

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)

  • command line arguments enabled

0.2.7 (2012-12-24)

  • update mat plot, remove usage of collections and numpy, calculate y range once when adding data instead of on draw (ros-visualization/rqt#48)
  • automatically adjust margins for matplot on resize

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

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged rqt_plot at Robotics Stack Exchange

rqt_plot package from rqt_plot repo

rqt_plot

Package Summary

Tags No category tags.
Version 1.0.8
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/rqt_plot.git
VCS Type git
VCS Version crystal-devel
Last Updated 2020-10-16
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

rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.

Additional Links

Maintainers

  • Mabel Zhang
  • Scott K Logan
  • Dorian Scholz
  • Austin Hendrix

Authors

  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package rqt_plot

1.0.8 (2020-06-02)

  • Fix #35 - "bottom cannot be >= top" matplotlib error (#52)
  • Contributors: Nikos Koukis

1.0.7 (2019-10-03)

  • fix KeyError when curves are removed concurrently (#37)

1.0.6 (2019-06-10)

  • fix exception when passing topic name (#33)

1.0.2 (2018-12-13)

  • fixing resolve_topic_name method (#19)
  • Contributors: Mike Lautman

1.0.1 (2018-12-12)

  • removing missing dep (#18)
  • Contributors: Mike Lautman

1.0.0 (2018-12-11)

  • Porting to ros2 #17 from ros-visualization/ros2_port
  • autopep8 (#15)
  • pyqtgraph < 0.10 fail to run (#13)
  • Contributors: Kei Okada, Mike Lautman, Stephen, brawner

0.4.8 (2017-04-24)

  • add scroll area when showing images with 1-to-1 mapping (#433)

0.4.7 (2017-03-02)

0.4.6 (2017-02-27)

  • add support for plotting bool field values (#427)

0.4.5 (2017-02-03)

0.4.4 (2017-01-24)

  • automatically use the value field from std_msgs.Bool messages (#420)
  • use Python 3 compatible syntax (#421)
  • reenable PyQtGraph when version >= 0.10 (#407)

0.4.3 (2016-11-02)

0.4.2 (2016-09-19)

  • add keyword arg to make sort optional (#360)
  • disable PyQtGraph backend when Qt 5 is being used (#399)
  • add missing dependency on numpy (#396)

0.4.1 (2016-05-16)

  • fix mouse wheel delta in Qt 5 (#376)

0.4.0 (2016-04-27)

  • Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
  • support matplotplot 1.5 (#358)

0.3.13 (2016-03-08)

  • Added missing include
  • use proper icon names for add/remove
  • Contributors: Jochen Sprickerhof, Vincent Rabaud

0.3.12 (2015-07-24)

0.3.11 (2015-04-30)

  • save and restore axes settings (#234)
  • remove warning when backend is not found (#301)
  • fix version clash for matplot backend when PyQt5 is installed (#299)

0.3.10 (2014-10-01)

  • update plugin scripts to use full name to avoid future naming collisions

0.3.9 (2014-08-18)

  • fix handling of variable-sized arrays (#261)

0.3.8 (2014-07-15)

  • fix missing installation of Python subpackage

0.3.7 (2014-07-11)

  • fix missing import (#248)
  • significant improvements and unification of different plot backends (#239, #231)
  • make more things plottable including arrays and simple message types (#246)
  • make DataPlot a proxy for its plot widget, redraw after loading new data, add clear_values (#236)
  • export architecture_independent flag in package.xml (#254)

0.3.6 (2014-06-02)

  • subscribe to any known topic, even if currently not available (#233)

0.3.5 (2014-05-07)

  • change minimum padding to enable viewing arbitrarily small values (#223)
  • redraw plot only on new data to reduce cpu load, especially with matplot (#219)

0.3.4 (2014-01-28)

0.3.3 (2014-01-08)

  • add groups for rqt plugins, renamed some plugins (#167)
  • add checkbox to toggle automatic scrolling of plot with data
  • add simple legend for pyqtgraph backend

0.3.2 (2013-10-14)

0.3.1 (2013-10-09)

0.3.0 (2013-08-28)

0.2.17 (2013-07-04)

0.2.16 (2013-04-09 13:33)

0.2.15 (2013-04-09 00:02)

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)

  • command line arguments enabled

0.2.7 (2012-12-24)

  • update mat plot, remove usage of collections and numpy, calculate y range once when adding data instead of on draw (ros-visualization/rqt#48)
  • automatically adjust margins for matplot on resize

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

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged rqt_plot at Robotics Stack Exchange

rqt_plot package from rqt_plot repo

rqt_plot

Package Summary

Tags No category tags.
Version 1.1.1
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/rqt_plot.git
VCS Type git
VCS Version foxy-devel
Last Updated 2022-01-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

rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.

Additional Links

Maintainers

  • Mabel Zhang
  • Scott K Logan
  • Dorian Scholz
  • Austin Hendrix

Authors

  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package rqt_plot

1.1.1 (2022-01-14)

  • Compare topics by whole tokens (#49)
  • Contributors: Mabel Zhang, Shane Loretz

1.1.0 (2021-08-31)

  • Automatically match QoS (#76)
  • Fix modern setuptools warning about dashes instead of underscores (#74)
  • Fix matplotlib exception on Windows (#73)
  • Contributors: Chris Lalancette, Gonzo

1.0.10 (2021-04-27)

  • Changed the build type to ament_python and fixed package to run with ros2 run (#58)
  • Contributors: Alejandro Hernández Cordero

1.0.9 (2021-03-05)

  • Fix plots of array items (#71)
  • Update maintainers
  • Contributors: Ivan Santiago Paunovic, Mabel Zhang

1.0.8 (2020-06-02)

  • Fix #35 - "bottom cannot be >= top" matplotlib error (#52)
  • Contributors: Nikos Koukis

1.0.7 (2019-10-03)

  • fix KeyError when curves are removed concurrently (#37)

1.0.6 (2019-06-10)

  • fix exception when passing topic name (#33)

1.0.2 (2018-12-13)

  • fixing resolve_topic_name method (#19)
  • Contributors: Mike Lautman

1.0.1 (2018-12-12)

  • removing missing dep (#18)
  • Contributors: Mike Lautman

1.0.0 (2018-12-11)

  • Porting to ros2 #17 from ros-visualization/ros2_port
  • autopep8 (#15)
  • pyqtgraph < 0.10 fail to run (#13)
  • Contributors: Kei Okada, Mike Lautman, Stephen, brawner

0.4.8 (2017-04-24)

  • add scroll area when showing images with 1-to-1 mapping (#433)

0.4.7 (2017-03-02)

0.4.6 (2017-02-27)

  • add support for plotting bool field values (#427)

0.4.5 (2017-02-03)

0.4.4 (2017-01-24)

  • automatically use the value field from std_msgs.Bool messages (#420)
  • use Python 3 compatible syntax (#421)
  • reenable PyQtGraph when version >= 0.10 (#407)

0.4.3 (2016-11-02)

0.4.2 (2016-09-19)

  • add keyword arg to make sort optional (#360)
  • disable PyQtGraph backend when Qt 5 is being used (#399)
  • add missing dependency on numpy (#396)

0.4.1 (2016-05-16)

  • fix mouse wheel delta in Qt 5 (#376)

0.4.0 (2016-04-27)

  • Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
  • support matplotplot 1.5 (#358)

0.3.13 (2016-03-08)

  • Added missing include
  • use proper icon names for add/remove
  • Contributors: Jochen Sprickerhof, Vincent Rabaud

0.3.12 (2015-07-24)

0.3.11 (2015-04-30)

  • save and restore axes settings (#234)
  • remove warning when backend is not found (#301)
  • fix version clash for matplot backend when PyQt5 is installed (#299)

0.3.10 (2014-10-01)

  • update plugin scripts to use full name to avoid future naming collisions

0.3.9 (2014-08-18)

  • fix handling of variable-sized arrays (#261)

0.3.8 (2014-07-15)

  • fix missing installation of Python subpackage

0.3.7 (2014-07-11)

  • fix missing import (#248)
  • significant improvements and unification of different plot backends (#239, #231)
  • make more things plottable including arrays and simple message types (#246)
  • make DataPlot a proxy for its plot widget, redraw after loading new data, add clear_values (#236)
  • export architecture_independent flag in package.xml (#254)

0.3.6 (2014-06-02)

  • subscribe to any known topic, even if currently not available (#233)

0.3.5 (2014-05-07)

  • change minimum padding to enable viewing arbitrarily small values (#223)
  • redraw plot only on new data to reduce cpu load, especially with matplot (#219)

0.3.4 (2014-01-28)

0.3.3 (2014-01-08)

  • add groups for rqt plugins, renamed some plugins (#167)
  • add checkbox to toggle automatic scrolling of plot with data
  • add simple legend for pyqtgraph backend

0.3.2 (2013-10-14)

0.3.1 (2013-10-09)

0.3.0 (2013-08-28)

0.2.17 (2013-07-04)

0.2.16 (2013-04-09 13:33)

0.2.15 (2013-04-09 00:02)

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)

  • command line arguments enabled

0.2.7 (2012-12-24)

  • update mat plot, remove usage of collections and numpy, calculate y range once when adding data instead of on draw (ros-visualization/rqt#48)
  • automatically adjust margins for matplot on resize

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

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged rqt_plot at Robotics Stack Exchange

rqt_plot package from rqt_plot repo

rqt_plot

Package Summary

Tags No category tags.
Version 1.1.1
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/rqt_plot.git
VCS Type git
VCS Version foxy-devel
Last Updated 2022-01-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

rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.

Additional Links

Maintainers

  • Mabel Zhang
  • Scott K Logan
  • Dorian Scholz
  • Austin Hendrix

Authors

  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package rqt_plot

1.1.1 (2022-01-14)

  • Compare topics by whole tokens (#49)
  • Contributors: Mabel Zhang, Shane Loretz

1.1.0 (2021-08-31)

  • Automatically match QoS (#76)
  • Fix modern setuptools warning about dashes instead of underscores (#74)
  • Fix matplotlib exception on Windows (#73)
  • Contributors: Chris Lalancette, Gonzo

1.0.10 (2021-04-27)

  • Changed the build type to ament_python and fixed package to run with ros2 run (#58)
  • Contributors: Alejandro Hernández Cordero

1.0.9 (2021-03-05)

  • Fix plots of array items (#71)
  • Update maintainers
  • Contributors: Ivan Santiago Paunovic, Mabel Zhang

1.0.8 (2020-06-02)

  • Fix #35 - "bottom cannot be >= top" matplotlib error (#52)
  • Contributors: Nikos Koukis

1.0.7 (2019-10-03)

  • fix KeyError when curves are removed concurrently (#37)

1.0.6 (2019-06-10)

  • fix exception when passing topic name (#33)

1.0.2 (2018-12-13)

  • fixing resolve_topic_name method (#19)
  • Contributors: Mike Lautman

1.0.1 (2018-12-12)

  • removing missing dep (#18)
  • Contributors: Mike Lautman

1.0.0 (2018-12-11)

  • Porting to ros2 #17 from ros-visualization/ros2_port
  • autopep8 (#15)
  • pyqtgraph < 0.10 fail to run (#13)
  • Contributors: Kei Okada, Mike Lautman, Stephen, brawner

0.4.8 (2017-04-24)

  • add scroll area when showing images with 1-to-1 mapping (#433)

0.4.7 (2017-03-02)

0.4.6 (2017-02-27)

  • add support for plotting bool field values (#427)

0.4.5 (2017-02-03)

0.4.4 (2017-01-24)

  • automatically use the value field from std_msgs.Bool messages (#420)
  • use Python 3 compatible syntax (#421)
  • reenable PyQtGraph when version >= 0.10 (#407)

0.4.3 (2016-11-02)

0.4.2 (2016-09-19)

  • add keyword arg to make sort optional (#360)
  • disable PyQtGraph backend when Qt 5 is being used (#399)
  • add missing dependency on numpy (#396)

0.4.1 (2016-05-16)

  • fix mouse wheel delta in Qt 5 (#376)

0.4.0 (2016-04-27)

  • Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
  • support matplotplot 1.5 (#358)

0.3.13 (2016-03-08)

  • Added missing include
  • use proper icon names for add/remove
  • Contributors: Jochen Sprickerhof, Vincent Rabaud

0.3.12 (2015-07-24)

0.3.11 (2015-04-30)

  • save and restore axes settings (#234)
  • remove warning when backend is not found (#301)
  • fix version clash for matplot backend when PyQt5 is installed (#299)

0.3.10 (2014-10-01)

  • update plugin scripts to use full name to avoid future naming collisions

0.3.9 (2014-08-18)

  • fix handling of variable-sized arrays (#261)

0.3.8 (2014-07-15)

  • fix missing installation of Python subpackage

0.3.7 (2014-07-11)

  • fix missing import (#248)
  • significant improvements and unification of different plot backends (#239, #231)
  • make more things plottable including arrays and simple message types (#246)
  • make DataPlot a proxy for its plot widget, redraw after loading new data, add clear_values (#236)
  • export architecture_independent flag in package.xml (#254)

0.3.6 (2014-06-02)

  • subscribe to any known topic, even if currently not available (#233)

0.3.5 (2014-05-07)

  • change minimum padding to enable viewing arbitrarily small values (#223)
  • redraw plot only on new data to reduce cpu load, especially with matplot (#219)

0.3.4 (2014-01-28)

0.3.3 (2014-01-08)

  • add groups for rqt plugins, renamed some plugins (#167)
  • add checkbox to toggle automatic scrolling of plot with data
  • add simple legend for pyqtgraph backend

0.3.2 (2013-10-14)

0.3.1 (2013-10-09)

0.3.0 (2013-08-28)

0.2.17 (2013-07-04)

0.2.16 (2013-04-09 13:33)

0.2.15 (2013-04-09 00:02)

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)

  • command line arguments enabled

0.2.7 (2012-12-24)

  • update mat plot, remove usage of collections and numpy, calculate y range once when adding data instead of on draw (ros-visualization/rqt#48)
  • automatically adjust margins for matplot on resize

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

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged rqt_plot at Robotics Stack Exchange

rqt_plot package from rqt_plot repo

rqt_plot

Package Summary

Tags No category tags.
Version 1.2.3
License BSD
Build type AMENT_PYTHON
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-visualization/rqt_plot.git
VCS Type git
VCS Version iron
Last Updated 2023-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

rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.

Additional Links

Maintainers

  • Brandon Ong

Authors

  • Austin Hendrix
  • Dirk Thomas
  • Dorian Scholz
  • Mabel Zhang
  • Scott K Logan
README
No README found. No README in repository either.
CHANGELOG

Changelog for package rqt_plot

1.2.3 (2023-05-11)

  • Fix regression from #87 (#91)
  • Contributors: Yadunund

1.2.2 (2023-04-11)

  • Changes the use of __slots_ for the field and field type getter (#87)
  • Contributors: Eloy Briceno

1.2.1 (2023-02-14)

  • [rolling] Update maintainers - 2022-11-07 (#83)
  • Contributors: Audrow Nash, Jacob Perron

1.2.0 (2022-05-10)

  • Fix fixed-size Array visualization (#81)
  • Contributors: Michael Jeronimo

1.1.1 (2022-01-14)

  • Compare topics by whole tokens (#49)
  • Contributors: Mabel Zhang, Shane Loretz

1.1.0 (2021-08-31)

  • Automatically match QoS (#76)
  • Fix modern setuptools warning about dashes instead of underscores (#74)
  • Fix matplotlib exception on Windows (#73)
  • Contributors: Chris Lalancette, Gonzo

1.0.10 (2021-04-27)

  • Changed the build type to ament_python and fixed package to run with ros2 run (#58)
  • Contributors: Alejandro Hernández Cordero

1.0.9 (2021-03-05)

  • Fix plots of array items (#71)
  • Update maintainers
  • Contributors: Ivan Santiago Paunovic, Mabel Zhang

1.0.8 (2020-06-02)

  • Fix #35 - "bottom cannot be >= top" matplotlib error (#52)
  • Contributors: Nikos Koukis

1.0.7 (2019-10-03)

  • fix KeyError when curves are removed concurrently (#37)

1.0.6 (2019-06-10)

  • fix exception when passing topic name (#33)

1.0.2 (2018-12-13)

  • fixing resolve_topic_name method (#19)
  • Contributors: Mike Lautman

1.0.1 (2018-12-12)

  • removing missing dep (#18)
  • Contributors: Mike Lautman

1.0.0 (2018-12-11)

  • Porting to ros2 #17 from ros-visualization/ros2_port
  • autopep8 (#15)
  • pyqtgraph < 0.10 fail to run (#13)
  • Contributors: Kei Okada, Mike Lautman, Stephen, brawner

0.4.8 (2017-04-24)

  • add scroll area when showing images with 1-to-1 mapping (#433)

0.4.7 (2017-03-02)

0.4.6 (2017-02-27)

  • add support for plotting bool field values (#427)

0.4.5 (2017-02-03)

0.4.4 (2017-01-24)

  • automatically use the value field from std_msgs.Bool messages (#420)
  • use Python 3 compatible syntax (#421)
  • reenable PyQtGraph when version >= 0.10 (#407)

0.4.3 (2016-11-02)

0.4.2 (2016-09-19)

  • add keyword arg to make sort optional (#360)
  • disable PyQtGraph backend when Qt 5 is being used (#399)
  • add missing dependency on numpy (#396)

0.4.1 (2016-05-16)

  • fix mouse wheel delta in Qt 5 (#376)

0.4.0 (2016-04-27)

  • Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
  • support matplotplot 1.5 (#358)

0.3.13 (2016-03-08)

  • Added missing include
  • use proper icon names for add/remove
  • Contributors: Jochen Sprickerhof, Vincent Rabaud

0.3.12 (2015-07-24)

0.3.11 (2015-04-30)

  • save and restore axes settings (#234)
  • remove warning when backend is not found (#301)
  • fix version clash for matplot backend when PyQt5 is installed (#299)

0.3.10 (2014-10-01)

  • update plugin scripts to use full name to avoid future naming collisions

0.3.9 (2014-08-18)

  • fix handling of variable-sized arrays (#261)

0.3.8 (2014-07-15)

  • fix missing installation of Python subpackage

0.3.7 (2014-07-11)

  • fix missing import (#248)
  • significant improvements and unification of different plot backends (#239, #231)
  • make more things plottable including arrays and simple message types (#246)
  • make DataPlot a proxy for its plot widget, redraw after loading new data, add clear_values (#236)
  • export architecture_independent flag in package.xml (#254)

0.3.6 (2014-06-02)

  • subscribe to any known topic, even if currently not available (#233)

0.3.5 (2014-05-07)

  • change minimum padding to enable viewing arbitrarily small values (#223)
  • redraw plot only on new data to reduce cpu load, especially with matplot (#219)

0.3.4 (2014-01-28)

0.3.3 (2014-01-08)

  • add groups for rqt plugins, renamed some plugins (#167)
  • add checkbox to toggle automatic scrolling of plot with data
  • add simple legend for pyqtgraph backend

0.3.2 (2013-10-14)

0.3.1 (2013-10-09)

0.3.0 (2013-08-28)

0.2.17 (2013-07-04)

0.2.16 (2013-04-09 13:33)

0.2.15 (2013-04-09 00:02)

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)

  • command line arguments enabled

0.2.7 (2012-12-24)

  • update mat plot, remove usage of collections and numpy, calculate y range once when adding data instead of on draw (ros-visualization/rqt#48)
  • automatically adjust margins for matplot on resize

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

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged rqt_plot at Robotics Stack Exchange

rqt_plot package from rqt_plot repo

rqt_plot

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_plot.git
VCS Type git
VCS Version master
Last Updated 2021-02-23
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

rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.

Additional Links

Maintainers

  • Mabel Zhang
  • Scott K Logan
  • Dorian Scholz
  • Austin Hendrix

Authors

  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package rqt_plot

0.4.13 (2021-02-23)

  • Fix resize bug. Set minimum size of MatDataPlot's Canvas (#69)
  • Update maintainers
  • Replace string.atoi with int() (#57)
  • Contributors: Felix Exner, Mabel Zhang, Robert Haschke

0.4.12 (2020-05-22)

  • readd rqt_plot global executable, regression from 0.4.11 (#60)

0.4.11 (2020-05-20)

  • use catkin_install_python() (#59)
  • fix "bottom cannot be >= top" matplotlib error (#52)

0.4.10 (2020-03-11)

  • bump CMake minimum version to avoid CMP0048 warning
  • add Python 3 conditional dependencies (#41)
  • fix KeyError when curves are removed concurrently (#37)

0.4.9 (2019-03-14)

  • avoid crash for unknown message types (#26)
  • autopep8 (#15)
  • support pyqtgraph < 0.10 (#13)

0.4.8 (2017-04-24)

  • add scroll area when showing images with 1-to-1 mapping (#433)

0.4.7 (2017-03-02)

0.4.6 (2017-02-27)

  • add support for plotting bool field values (#427)

0.4.5 (2017-02-03)

0.4.4 (2017-01-24)

  • automatically use the value field from std_msgs.Bool messages (#420)
  • use Python 3 compatible syntax (#421)
  • reenable PyQtGraph when version >= 0.10 (#407)

0.4.3 (2016-11-02)

0.4.2 (2016-09-19)

  • add keyword arg to make sort optional (#360)
  • disable PyQtGraph backend when Qt 5 is being used (#399)
  • add missing dependency on numpy (#396)

0.4.1 (2016-05-16)

  • fix mouse wheel delta in Qt 5 (#376)

0.4.0 (2016-04-27)

  • Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
  • support matplotplot 1.5 (#358)

0.3.13 (2016-03-08)

  • Added missing include
  • use proper icon names for add/remove
  • Contributors: Jochen Sprickerhof, Vincent Rabaud

0.3.12 (2015-07-24)

0.3.11 (2015-04-30)

  • save and restore axes settings (#234)
  • remove warning when backend is not found (#301)
  • fix version clash for matplot backend when PyQt5 is installed (#299)

0.3.10 (2014-10-01)

  • update plugin scripts to use full name to avoid future naming collisions

0.3.9 (2014-08-18)

  • fix handling of variable-sized arrays (#261)

0.3.8 (2014-07-15)

  • fix missing installation of Python subpackage

0.3.7 (2014-07-11)

  • fix missing import (#248)
  • significant improvements and unification of different plot backends (#239, #231)
  • make more things plottable including arrays and simple message types (#246)
  • make DataPlot a proxy for its plot widget, redraw after loading new data, add clear_values (#236)
  • export architecture_independent flag in package.xml (#254)

0.3.6 (2014-06-02)

  • subscribe to any known topic, even if currently not available (#233)

0.3.5 (2014-05-07)

  • change minimum padding to enable viewing arbitrarily small values (#223)
  • redraw plot only on new data to reduce cpu load, especially with matplot (#219)

0.3.4 (2014-01-28)

0.3.3 (2014-01-08)

  • add groups for rqt plugins, renamed some plugins (#167)
  • add checkbox to toggle automatic scrolling of plot with data
  • add simple legend for pyqtgraph backend

0.3.2 (2013-10-14)

0.3.1 (2013-10-09)

0.3.0 (2013-08-28)

0.2.17 (2013-07-04)

0.2.16 (2013-04-09 13:33)

0.2.15 (2013-04-09 00:02)

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)

  • command line arguments enabled

0.2.7 (2012-12-24)

  • update mat plot, remove usage of collections and numpy, calculate y range once when adding data instead of on draw (ros-visualization/rqt#48)
  • automatically adjust margins for matplot on resize

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

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged rqt_plot at Robotics Stack Exchange

rqt_plot package from rqt_plot repo

rqt_plot

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_plot.git
VCS Type git
VCS Version master
Last Updated 2021-02-23
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

rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.

Additional Links

Maintainers

  • Mabel Zhang
  • Scott K Logan
  • Dorian Scholz
  • Austin Hendrix

Authors

  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package rqt_plot

0.4.13 (2021-02-23)

  • Fix resize bug. Set minimum size of MatDataPlot's Canvas (#69)
  • Update maintainers
  • Replace string.atoi with int() (#57)
  • Contributors: Felix Exner, Mabel Zhang, Robert Haschke

0.4.12 (2020-05-22)

  • readd rqt_plot global executable, regression from 0.4.11 (#60)

0.4.11 (2020-05-20)

  • use catkin_install_python() (#59)
  • fix "bottom cannot be >= top" matplotlib error (#52)

0.4.10 (2020-03-11)

  • bump CMake minimum version to avoid CMP0048 warning
  • add Python 3 conditional dependencies (#41)
  • fix KeyError when curves are removed concurrently (#37)

0.4.9 (2019-03-14)

  • avoid crash for unknown message types (#26)
  • autopep8 (#15)
  • support pyqtgraph < 0.10 (#13)

0.4.8 (2017-04-24)

  • add scroll area when showing images with 1-to-1 mapping (#433)

0.4.7 (2017-03-02)

0.4.6 (2017-02-27)

  • add support for plotting bool field values (#427)

0.4.5 (2017-02-03)

0.4.4 (2017-01-24)

  • automatically use the value field from std_msgs.Bool messages (#420)
  • use Python 3 compatible syntax (#421)
  • reenable PyQtGraph when version >= 0.10 (#407)

0.4.3 (2016-11-02)

0.4.2 (2016-09-19)

  • add keyword arg to make sort optional (#360)
  • disable PyQtGraph backend when Qt 5 is being used (#399)
  • add missing dependency on numpy (#396)

0.4.1 (2016-05-16)

  • fix mouse wheel delta in Qt 5 (#376)

0.4.0 (2016-04-27)

  • Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
  • support matplotplot 1.5 (#358)

0.3.13 (2016-03-08)

  • Added missing include
  • use proper icon names for add/remove
  • Contributors: Jochen Sprickerhof, Vincent Rabaud

0.3.12 (2015-07-24)

0.3.11 (2015-04-30)

  • save and restore axes settings (#234)
  • remove warning when backend is not found (#301)
  • fix version clash for matplot backend when PyQt5 is installed (#299)

0.3.10 (2014-10-01)

  • update plugin scripts to use full name to avoid future naming collisions

0.3.9 (2014-08-18)

  • fix handling of variable-sized arrays (#261)

0.3.8 (2014-07-15)

  • fix missing installation of Python subpackage

0.3.7 (2014-07-11)

  • fix missing import (#248)
  • significant improvements and unification of different plot backends (#239, #231)
  • make more things plottable including arrays and simple message types (#246)
  • make DataPlot a proxy for its plot widget, redraw after loading new data, add clear_values (#236)
  • export architecture_independent flag in package.xml (#254)

0.3.6 (2014-06-02)

  • subscribe to any known topic, even if currently not available (#233)

0.3.5 (2014-05-07)

  • change minimum padding to enable viewing arbitrarily small values (#223)
  • redraw plot only on new data to reduce cpu load, especially with matplot (#219)

0.3.4 (2014-01-28)

0.3.3 (2014-01-08)

  • add groups for rqt plugins, renamed some plugins (#167)
  • add checkbox to toggle automatic scrolling of plot with data
  • add simple legend for pyqtgraph backend

0.3.2 (2013-10-14)

0.3.1 (2013-10-09)

0.3.0 (2013-08-28)

0.2.17 (2013-07-04)

0.2.16 (2013-04-09 13:33)

0.2.15 (2013-04-09 00:02)

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)

  • command line arguments enabled

0.2.7 (2012-12-24)

  • update mat plot, remove usage of collections and numpy, calculate y range once when adding data instead of on draw (ros-visualization/rqt#48)
  • automatically adjust margins for matplot on resize

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

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged rqt_plot at Robotics Stack Exchange

rqt_plot package from rqt_plot repo

rqt_plot

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_plot.git
VCS Type git
VCS Version master
Last Updated 2021-02-23
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

rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.

Additional Links

Maintainers

  • Mabel Zhang
  • Scott K Logan
  • Dorian Scholz
  • Austin Hendrix

Authors

  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package rqt_plot

0.4.13 (2021-02-23)

  • Fix resize bug. Set minimum size of MatDataPlot's Canvas (#69)
  • Update maintainers
  • Replace string.atoi with int() (#57)
  • Contributors: Felix Exner, Mabel Zhang, Robert Haschke

0.4.12 (2020-05-22)

  • readd rqt_plot global executable, regression from 0.4.11 (#60)

0.4.11 (2020-05-20)

  • use catkin_install_python() (#59)
  • fix "bottom cannot be >= top" matplotlib error (#52)

0.4.10 (2020-03-11)

  • bump CMake minimum version to avoid CMP0048 warning
  • add Python 3 conditional dependencies (#41)
  • fix KeyError when curves are removed concurrently (#37)

0.4.9 (2019-03-14)

  • avoid crash for unknown message types (#26)
  • autopep8 (#15)
  • support pyqtgraph < 0.10 (#13)

0.4.8 (2017-04-24)

  • add scroll area when showing images with 1-to-1 mapping (#433)

0.4.7 (2017-03-02)

0.4.6 (2017-02-27)

  • add support for plotting bool field values (#427)

0.4.5 (2017-02-03)

0.4.4 (2017-01-24)

  • automatically use the value field from std_msgs.Bool messages (#420)
  • use Python 3 compatible syntax (#421)
  • reenable PyQtGraph when version >= 0.10 (#407)

0.4.3 (2016-11-02)

0.4.2 (2016-09-19)

  • add keyword arg to make sort optional (#360)
  • disable PyQtGraph backend when Qt 5 is being used (#399)
  • add missing dependency on numpy (#396)

0.4.1 (2016-05-16)

  • fix mouse wheel delta in Qt 5 (#376)

0.4.0 (2016-04-27)

  • Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
  • support matplotplot 1.5 (#358)

0.3.13 (2016-03-08)

  • Added missing include
  • use proper icon names for add/remove
  • Contributors: Jochen Sprickerhof, Vincent Rabaud

0.3.12 (2015-07-24)

0.3.11 (2015-04-30)

  • save and restore axes settings (#234)
  • remove warning when backend is not found (#301)
  • fix version clash for matplot backend when PyQt5 is installed (#299)

0.3.10 (2014-10-01)

  • update plugin scripts to use full name to avoid future naming collisions

0.3.9 (2014-08-18)

  • fix handling of variable-sized arrays (#261)

0.3.8 (2014-07-15)

  • fix missing installation of Python subpackage

0.3.7 (2014-07-11)

  • fix missing import (#248)
  • significant improvements and unification of different plot backends (#239, #231)
  • make more things plottable including arrays and simple message types (#246)
  • make DataPlot a proxy for its plot widget, redraw after loading new data, add clear_values (#236)
  • export architecture_independent flag in package.xml (#254)

0.3.6 (2014-06-02)

  • subscribe to any known topic, even if currently not available (#233)

0.3.5 (2014-05-07)

  • change minimum padding to enable viewing arbitrarily small values (#223)
  • redraw plot only on new data to reduce cpu load, especially with matplot (#219)

0.3.4 (2014-01-28)

0.3.3 (2014-01-08)

  • add groups for rqt plugins, renamed some plugins (#167)
  • add checkbox to toggle automatic scrolling of plot with data
  • add simple legend for pyqtgraph backend

0.3.2 (2013-10-14)

0.3.1 (2013-10-09)

0.3.0 (2013-08-28)

0.2.17 (2013-07-04)

0.2.16 (2013-04-09 13:33)

0.2.15 (2013-04-09 00:02)

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)

  • command line arguments enabled

0.2.7 (2012-12-24)

  • update mat plot, remove usage of collections and numpy, calculate y range once when adding data instead of on draw (ros-visualization/rqt#48)
  • automatically adjust margins for matplot on resize

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

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged rqt_plot at Robotics Stack Exchange

rqt_plot package from rqt_plot repo

rqt_plot

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_plot.git
VCS Type git
VCS Version master
Last Updated 2021-02-23
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

rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.

Additional Links

Maintainers

  • Mabel Zhang
  • Scott K Logan
  • Dorian Scholz
  • Austin Hendrix

Authors

  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package rqt_plot

0.4.13 (2021-02-23)

  • Fix resize bug. Set minimum size of MatDataPlot's Canvas (#69)
  • Update maintainers
  • Replace string.atoi with int() (#57)
  • Contributors: Felix Exner, Mabel Zhang, Robert Haschke

0.4.12 (2020-05-22)

  • readd rqt_plot global executable, regression from 0.4.11 (#60)

0.4.11 (2020-05-20)

  • use catkin_install_python() (#59)
  • fix "bottom cannot be >= top" matplotlib error (#52)

0.4.10 (2020-03-11)

  • bump CMake minimum version to avoid CMP0048 warning
  • add Python 3 conditional dependencies (#41)
  • fix KeyError when curves are removed concurrently (#37)

0.4.9 (2019-03-14)

  • avoid crash for unknown message types (#26)
  • autopep8 (#15)
  • support pyqtgraph < 0.10 (#13)

0.4.8 (2017-04-24)

  • add scroll area when showing images with 1-to-1 mapping (#433)

0.4.7 (2017-03-02)

0.4.6 (2017-02-27)

  • add support for plotting bool field values (#427)

0.4.5 (2017-02-03)

0.4.4 (2017-01-24)

  • automatically use the value field from std_msgs.Bool messages (#420)
  • use Python 3 compatible syntax (#421)
  • reenable PyQtGraph when version >= 0.10 (#407)

0.4.3 (2016-11-02)

0.4.2 (2016-09-19)

  • add keyword arg to make sort optional (#360)
  • disable PyQtGraph backend when Qt 5 is being used (#399)
  • add missing dependency on numpy (#396)

0.4.1 (2016-05-16)

  • fix mouse wheel delta in Qt 5 (#376)

0.4.0 (2016-04-27)

  • Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
  • support matplotplot 1.5 (#358)

0.3.13 (2016-03-08)

  • Added missing include
  • use proper icon names for add/remove
  • Contributors: Jochen Sprickerhof, Vincent Rabaud

0.3.12 (2015-07-24)

0.3.11 (2015-04-30)

  • save and restore axes settings (#234)
  • remove warning when backend is not found (#301)
  • fix version clash for matplot backend when PyQt5 is installed (#299)

0.3.10 (2014-10-01)

  • update plugin scripts to use full name to avoid future naming collisions

0.3.9 (2014-08-18)

  • fix handling of variable-sized arrays (#261)

0.3.8 (2014-07-15)

  • fix missing installation of Python subpackage

0.3.7 (2014-07-11)

  • fix missing import (#248)
  • significant improvements and unification of different plot backends (#239, #231)
  • make more things plottable including arrays and simple message types (#246)
  • make DataPlot a proxy for its plot widget, redraw after loading new data, add clear_values (#236)
  • export architecture_independent flag in package.xml (#254)

0.3.6 (2014-06-02)

  • subscribe to any known topic, even if currently not available (#233)

0.3.5 (2014-05-07)

  • change minimum padding to enable viewing arbitrarily small values (#223)
  • redraw plot only on new data to reduce cpu load, especially with matplot (#219)

0.3.4 (2014-01-28)

0.3.3 (2014-01-08)

  • add groups for rqt plugins, renamed some plugins (#167)
  • add checkbox to toggle automatic scrolling of plot with data
  • add simple legend for pyqtgraph backend

0.3.2 (2013-10-14)

0.3.1 (2013-10-09)

0.3.0 (2013-08-28)

0.2.17 (2013-07-04)

0.2.16 (2013-04-09 13:33)

0.2.15 (2013-04-09 00:02)

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)

  • command line arguments enabled

0.2.7 (2012-12-24)

  • update mat plot, remove usage of collections and numpy, calculate y range once when adding data instead of on draw (ros-visualization/rqt#48)
  • automatically adjust margins for matplot on resize

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

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged rqt_plot at Robotics Stack Exchange

rqt_plot package from rqt_plot repo

rqt_plot

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_plot.git
VCS Type git
VCS Version master
Last Updated 2021-02-23
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

rqt_plot provides a GUI plugin visualizing numeric values in a 2D plot using different plotting backends.

Additional Links

Maintainers

  • Mabel Zhang
  • Scott K Logan
  • Dorian Scholz
  • Austin Hendrix

Authors

  • Dorian Scholz
  • Dirk Thomas
README
No README found. No README in repository either.
CHANGELOG

Changelog for package rqt_plot

0.4.13 (2021-02-23)

  • Fix resize bug. Set minimum size of MatDataPlot's Canvas (#69)
  • Update maintainers
  • Replace string.atoi with int() (#57)
  • Contributors: Felix Exner, Mabel Zhang, Robert Haschke

0.4.12 (2020-05-22)

  • readd rqt_plot global executable, regression from 0.4.11 (#60)

0.4.11 (2020-05-20)

  • use catkin_install_python() (#59)
  • fix "bottom cannot be >= top" matplotlib error (#52)

0.4.10 (2020-03-11)

  • bump CMake minimum version to avoid CMP0048 warning
  • add Python 3 conditional dependencies (#41)
  • fix KeyError when curves are removed concurrently (#37)

0.4.9 (2019-03-14)

  • avoid crash for unknown message types (#26)
  • autopep8 (#15)
  • support pyqtgraph < 0.10 (#13)

0.4.8 (2017-04-24)

  • add scroll area when showing images with 1-to-1 mapping (#433)

0.4.7 (2017-03-02)

0.4.6 (2017-02-27)

  • add support for plotting bool field values (#427)

0.4.5 (2017-02-03)

0.4.4 (2017-01-24)

  • automatically use the value field from std_msgs.Bool messages (#420)
  • use Python 3 compatible syntax (#421)
  • reenable PyQtGraph when version >= 0.10 (#407)

0.4.3 (2016-11-02)

0.4.2 (2016-09-19)

  • add keyword arg to make sort optional (#360)
  • disable PyQtGraph backend when Qt 5 is being used (#399)
  • add missing dependency on numpy (#396)

0.4.1 (2016-05-16)

  • fix mouse wheel delta in Qt 5 (#376)

0.4.0 (2016-04-27)

  • Support Qt 5 (in Kinetic and higher) as well as Qt 4 (in Jade and earlier) (#359)
  • support matplotplot 1.5 (#358)

0.3.13 (2016-03-08)

  • Added missing include
  • use proper icon names for add/remove
  • Contributors: Jochen Sprickerhof, Vincent Rabaud

0.3.12 (2015-07-24)

0.3.11 (2015-04-30)

  • save and restore axes settings (#234)
  • remove warning when backend is not found (#301)
  • fix version clash for matplot backend when PyQt5 is installed (#299)

0.3.10 (2014-10-01)

  • update plugin scripts to use full name to avoid future naming collisions

0.3.9 (2014-08-18)

  • fix handling of variable-sized arrays (#261)

0.3.8 (2014-07-15)

  • fix missing installation of Python subpackage

0.3.7 (2014-07-11)

  • fix missing import (#248)
  • significant improvements and unification of different plot backends (#239, #231)
  • make more things plottable including arrays and simple message types (#246)
  • make DataPlot a proxy for its plot widget, redraw after loading new data, add clear_values (#236)
  • export architecture_independent flag in package.xml (#254)

0.3.6 (2014-06-02)

  • subscribe to any known topic, even if currently not available (#233)

0.3.5 (2014-05-07)

  • change minimum padding to enable viewing arbitrarily small values (#223)
  • redraw plot only on new data to reduce cpu load, especially with matplot (#219)

0.3.4 (2014-01-28)

0.3.3 (2014-01-08)

  • add groups for rqt plugins, renamed some plugins (#167)
  • add checkbox to toggle automatic scrolling of plot with data
  • add simple legend for pyqtgraph backend

0.3.2 (2013-10-14)

0.3.1 (2013-10-09)

0.3.0 (2013-08-28)

0.2.17 (2013-07-04)

0.2.16 (2013-04-09 13:33)

0.2.15 (2013-04-09 00:02)

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)

  • command line arguments enabled

0.2.7 (2012-12-24)

  • update mat plot, remove usage of collections and numpy, calculate y range once when adding data instead of on draw (ros-visualization/rqt#48)
  • automatically adjust margins for matplot on resize

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

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged rqt_plot at Robotics Stack Exchange