|
topics_rviz_plugin package from topics_rviz_plugin repotopics_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 | 2019-04-30 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
Package Description
Additional Links
Maintainers
- Victor Lamoine
Authors
- Victor Lamoine - Institut Maupertuis
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


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
Wiki Tutorials
Source Tutorials
Launch files
Messages
Services
Recent questions tagged topics_rviz_plugin at answers.ros.org
|
topics_rviz_plugin package from topics_rviz_plugin repotopics_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 |
| Released | UNRELEASED |
Package Description
Additional Links
Maintainers
- Victor Lamoine
Authors
- Victor Lamoine - Institut Maupertuis
Topics RViz plugin
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


Project logo
![]()