No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.

topics_rviz_plugin package from topics_rviz_plugin repo

topics_rviz_plugin

Package Summary

Tags No category tags.
Version 0.1.0
License BSD-3-Clause-Attribution
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/topics_rviz_plugin.git
VCS Type git
VCS Version kinetic
Last Updated 2018-06-06
Dev Status MAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Display topics values in a RViz plugin

Additional Links

No additional links.

Maintainers

  • Victor Lamoine

Authors

  • Victor Lamoine - Institut Maupertuis

Institut Maupertuis logo Topics RViz plugin

build status

This package contains a Qt RViz panel that allows users to display topics values dynamically.

Supported built-in types are: - bool - duration - float32 - float64 - int8 - int16 - int32 - int64 - string - time - uint8 - uint16 - uint32 - uint64

:warning: Qt does not support displaying some types, these are casted: - int64 is casted to a int32_t - uint32 is casted to a uint16_t - uint64 is casted to a uint16_t

Screenshots

Pick topics

Graphical user interface

Project logo

Topics RViz plugin logo

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged topics_rviz_plugin at Robotics Stack Exchange

topics_rviz_plugin package from topics_rviz_plugin repo

topics_rviz_plugin

Package Summary

Tags No category tags.
Version 0.1.0
License BSD-3-Clause-Attribution
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://gitlab.com/InstitutMaupertuis/topics_rviz_plugin.git
VCS Type git
VCS Version melodic
Last Updated 2020-08-03
Dev Status MAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Display topics values in a RViz plugin

Additional Links

No additional links.

Maintainers

  • Victor Lamoine

Authors

  • Victor Lamoine - Institut Maupertuis

Institut Maupertuis logo

build status

Overview

This package contains a Qt RViz panel that allows users to display topics values dynamically.

Supported built-in types are: - bool - duration - float32 - float64 - int8 - int16 - int32 - int64 - string - time - uint8 - uint16 - uint32 - uint64

:warning: Qt does not support displaying some types, these are casted: - int64 is casted to a int32_t - uint32 is casted to a uint16_t - uint64 is casted to a uint16_t

:warning: It is not possible to display values from inside custom messages.

Screenshots

Pick topics

Graphical user interface

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/topics_rviz_plugin.git
cd ..

Resolve ROS dependencies

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

Compile

catkin_make

How to use

Launch RViz and add the panel via the menu: Panels > Add new panel > topics_rviz_plugin > DisplayTopics

CHANGELOG
No CHANGELOG found.

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged topics_rviz_plugin at Robotics Stack Exchange