No version for distro humble showing melodic. Known supported distros are highlighted in the buttons above.
Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file

No version for distro jazzy showing melodic. Known supported distros are highlighted in the buttons above.
Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file

No version for distro kilted showing melodic. Known supported distros are highlighted in the buttons above.
Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file

No version for distro rolling showing melodic. Known supported distros are highlighted in the buttons above.
Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file

No version for distro ardent showing melodic. Known supported distros are highlighted in the buttons above.
Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file

No version for distro bouncy showing melodic. Known supported distros are highlighted in the buttons above.
Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file

No version for distro crystal showing melodic. Known supported distros are highlighted in the buttons above.
Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file

No version for distro eloquent showing melodic. Known supported distros are highlighted in the buttons above.
Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file

No version for distro dashing showing melodic. Known supported distros are highlighted in the buttons above.
Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file

No version for distro galactic showing melodic. Known supported distros are highlighted in the buttons above.
Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file

No version for distro foxy showing melodic. Known supported distros are highlighted in the buttons above.
Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file

No version for distro iron showing melodic. Known supported distros are highlighted in the buttons above.
Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file

No version for distro lunar showing melodic. Known supported distros are highlighted in the buttons above.
Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file

No version for distro jade showing melodic. Known supported distros are highlighted in the buttons above.
Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file

No version for distro indigo showing melodic. Known supported distros are highlighted in the buttons above.
Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file

No version for distro hydro showing melodic. Known supported distros are highlighted in the buttons above.
Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file

No version for distro kinetic showing melodic. Known supported distros are highlighted in the buttons above.
Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file

Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file

No version for distro noetic showing melodic. Known supported distros are highlighted in the buttons above.
Repo symbol

graph_rviz_plugin repository

graph_rviz_plugin

ROS Distro
melodic

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2021-02-22
Dev Status MAINTAINED
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
graph_rviz_plugin 0.0.1

README

Institut Maupertuis logo

This project uses QCustomPlot

QCustomPlot logo

Overview

This package contains two Qt RViz panels that allows users to draw graphs of topics values dynamically (line graph) and to visualise image histograms.

Line graph supported built-in types are:

  • bool
  • duration
  • float32
  • float64
  • int8
  • int16
  • int32
  • int64
  • time
  • uint8
  • uint16
  • uint32
  • uint64

:warning: It is not possible to draw graphs from values inside custom messages, see https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin/issues/11

Histogram supported types are:

  • sensor_msgs/Image

Screenshots

  • Graph line

Line graph panel

  • Histogram

Histogram panel

:information_source: The panel configuration is saved/loaded in the RViz configuration file, this includes which topics are recorded, the graph settings and settings.

Dependencies

rosdep

Install, initialize and update rosdep.

Compiling

Create a catkin workspace and clone the project:

mkdir -p catkin_workspace/src
cd catkin_workspace/src
git clone https://gitlab.com/InstitutMaupertuis/graph_rviz_plugin.git
cd ..

Resolve ROS dependencies

rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y

Compile

catkin_make

User manual

Add the panel in Rviz by going to Panels > Add New Panel > grah_rviz_plugin and add Line graph or Histogram.

Start / pause

Allows to start recording or pause the recording. When paused, it is possible to inspect the graph and the data are still updated in the background (pausing does not make you loose data).

Stop

Stop a recording, no data will be recorded anymore.

Topics

Allows to choose which topics to record. Cannot be modified when started or paused.

Topic selection

Graph settings

Allows to change the appearance of each graph.

  • Display: Whether to display the graph or not (this does not affect the data update in the background).
  • Color: The color of the graph line.
  • Thickness: The thickness of the graph line.

Graph line settings

Allow to change the panel configuration

Line graph settings

  • Refresh frequency: At what rate the graph updates, you can lower the graph update if performance becomes a problem.
  • Enabled legend: Show or hide the legend.
  • Y axis
    • Y auto: The Y axis will be automatically scaled depending on the topics values (hidden topics are included in the scaling).
    • Y max / Y min: Allows to specify a fixed Y range.
  • X axis window time: If enabled, the graph will only show the latest x data depending on the time value.

Histogram settings

Allows to change the panel configuration

File truncated at 100 lines see the full file