Package Summary
Tags | No category tags. |
Version | 0.47.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yukihiro Saito
Authors
tier4_vehicle_rviz_plugin
This package is including jsk code.
Note that jsk_overlay_utils.cpp and jsk_overlay_utils.hpp are BSD license.
Purpose
This plugin provides a visual and easy-to-understand display of vehicle speed, turn signal, steering status and acceleration.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
/vehicle/status/velocity_status |
autoware_vehicle_msgs::msg::VelocityReport |
The topic is vehicle twist |
/control/turn_signal_cmd |
autoware_vehicle_msgs::msg::TurnIndicatorsReport |
The topic is status of turn signal |
/vehicle/status/steering_status |
autoware_vehicle_msgs::msg::SteeringReport |
The topic is status of steering |
/localization/acceleration |
geometry_msgs::msg::AccelWithCovarianceStamped |
The topic is the acceleration |
Parameter
Core Parameters
ConsoleMeter
Name | Type | Default Value | Description |
---|---|---|---|
property_text_color_ |
QColor | QColor(25, 255, 240) | Text color |
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1.0 / 6.667 | Value scale |
SteeringAngle
Name | Type | Default Value | Description |
---|---|---|---|
property_text_color_ |
QColor | QColor(25, 255, 240) | Text color |
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1.0 / 6.667 | Value scale |
property_handle_angle_scale_ |
float | 3.0 | Scale is steering angle to handle angle |
TurnSignal
Name | Type | Default Value | Description |
---|---|---|---|
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_width_ |
int | 256 | Left of the plotter window [px] |
property_height_ |
int | 256 | Width of the plotter window [px] |
VelocityHistory
Name | Type | Default Value | Description |
---|---|---|---|
property_velocity_timeout_ |
float | 10.0 | Timeout of velocity [s] |
property_velocity_alpha_ |
float | 1.0 | Alpha of velocity |
property_velocity_scale_ |
float | 0.3 | Scale of velocity |
property_velocity_color_view_ |
bool | false | Use Constant Color or not |
property_velocity_color_ |
QColor | Qt::black | Color of velocity history |
property_vel_max_ |
float | 3.0 | Color Border Vel Max [m/s] |
AccelerationMeter
Name | Type | Default Value | Description |
---|---|---|---|
property_normal_text_color_ |
QColor | QColor(25, 255, 240) | Normal text color |
property_emergency_text_color_ |
QColor | QColor(255, 80, 80) | Emergency acceleration color |
property_left_ |
int | 896 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1 / 6.667 | Value text scale |
property_emergency_threshold_max_ |
float | 1.0 | Max acceleration threshold for emergency [m/s^2] |
property_emergency_threshold_min_ |
float | -2.5 | Min acceleration threshold for emergency [m/s^2] |
Assumptions / Known limits
TBD.
Usage
- Start rviz and select Add under the Displays panel.
- Select any one of the tier4_vehicle_rviz_plugin and press OK.
- Enter the name of the topic where you want to view the status.
Changelog for package tier4_vehicle_rviz_plugin
0.47.0 (2025-08-11)
- style(pre-commit): update to clang-format-20 (#11088) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Contributors: Mete Fatih Cırıt
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
- Merge branch 'main' into release-0.40.0
- Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
- chore: move rviz plugins from common to visualization/ folder (#9417)
- Contributors: Esteve Fernandez, Fumiya Watanabe
0.39.0 (2024-11-25)
- Merge commit '6a1ddbd08bd' into release-0.39.0
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
- fix: missing dependency in common components (#9072)
- Contributors: Esteve Fernandez, Yutaka Kondo, ぐるぐる
0.38.0 (2024-11-08)
- unify package.xml version to 0.37.0
- fix(tier4_vehicle_rviz_plugin): fix cppcheck warning of virtualCallInConstructor (#8379) fix: deal with virtualCallInConstructor warning Co-authored-by: Ryuta Kambe <<ryuta.kambe@tier4.jp>>
- fix: replace Ogre deprecated header (#7606) Fix Ogre deprecated header Co-authored-by: Kotaro Yoshimoto <<pythagora.yoshimoto@gmail.com>>
- refactor(universe_utils/motion_utils)!: add autoware namespace (#7594)
- feat(autoware_universe_utils)!: rename from tier4_autoware_utils (#7538) Co-authored-by: kosuke55 <<kosuke.tnp@gmail.com>>
- feat!: replace autoware_auto_msgs with autoware_msgs for common modules (#7239) Co-authored-by: Cynthia Liu <<cynthia.liu@autocore.ai>>
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
ament_index_cpp | |
autoware_utils | |
autoware_vehicle_msgs | |
rviz_common | |
rviz_default_plugins | |
rviz_ogre_vendor |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_vehicle_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yukihiro Saito
Authors
tier4_vehicle_rviz_plugin
This package is including jsk code.
Note that jsk_overlay_utils.cpp and jsk_overlay_utils.hpp are BSD license.
Purpose
This plugin provides a visual and easy-to-understand display of vehicle speed, turn signal, steering status and acceleration.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
/vehicle/status/velocity_status |
autoware_vehicle_msgs::msg::VelocityReport |
The topic is vehicle twist |
/control/turn_signal_cmd |
autoware_vehicle_msgs::msg::TurnIndicatorsReport |
The topic is status of turn signal |
/vehicle/status/steering_status |
autoware_vehicle_msgs::msg::SteeringReport |
The topic is status of steering |
/localization/acceleration |
geometry_msgs::msg::AccelWithCovarianceStamped |
The topic is the acceleration |
Parameter
Core Parameters
ConsoleMeter
Name | Type | Default Value | Description |
---|---|---|---|
property_text_color_ |
QColor | QColor(25, 255, 240) | Text color |
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1.0 / 6.667 | Value scale |
SteeringAngle
Name | Type | Default Value | Description |
---|---|---|---|
property_text_color_ |
QColor | QColor(25, 255, 240) | Text color |
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1.0 / 6.667 | Value scale |
property_handle_angle_scale_ |
float | 3.0 | Scale is steering angle to handle angle |
TurnSignal
Name | Type | Default Value | Description |
---|---|---|---|
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_width_ |
int | 256 | Left of the plotter window [px] |
property_height_ |
int | 256 | Width of the plotter window [px] |
VelocityHistory
Name | Type | Default Value | Description |
---|---|---|---|
property_velocity_timeout_ |
float | 10.0 | Timeout of velocity [s] |
property_velocity_alpha_ |
float | 1.0 | Alpha of velocity |
property_velocity_scale_ |
float | 0.3 | Scale of velocity |
property_velocity_color_view_ |
bool | false | Use Constant Color or not |
property_velocity_color_ |
QColor | Qt::black | Color of velocity history |
property_vel_max_ |
float | 3.0 | Color Border Vel Max [m/s] |
AccelerationMeter
Name | Type | Default Value | Description |
---|---|---|---|
property_normal_text_color_ |
QColor | QColor(25, 255, 240) | Normal text color |
property_emergency_text_color_ |
QColor | QColor(255, 80, 80) | Emergency acceleration color |
property_left_ |
int | 896 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1 / 6.667 | Value text scale |
property_emergency_threshold_max_ |
float | 1.0 | Max acceleration threshold for emergency [m/s^2] |
property_emergency_threshold_min_ |
float | -2.5 | Min acceleration threshold for emergency [m/s^2] |
Assumptions / Known limits
TBD.
Usage
- Start rviz and select Add under the Displays panel.
- Select any one of the tier4_vehicle_rviz_plugin and press OK.
- Enter the name of the topic where you want to view the status.
Changelog for package tier4_vehicle_rviz_plugin
0.47.0 (2025-08-11)
- style(pre-commit): update to clang-format-20 (#11088) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Contributors: Mete Fatih Cırıt
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
- Merge branch 'main' into release-0.40.0
- Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
- chore: move rviz plugins from common to visualization/ folder (#9417)
- Contributors: Esteve Fernandez, Fumiya Watanabe
0.39.0 (2024-11-25)
- Merge commit '6a1ddbd08bd' into release-0.39.0
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
- fix: missing dependency in common components (#9072)
- Contributors: Esteve Fernandez, Yutaka Kondo, ぐるぐる
0.38.0 (2024-11-08)
- unify package.xml version to 0.37.0
- fix(tier4_vehicle_rviz_plugin): fix cppcheck warning of virtualCallInConstructor (#8379) fix: deal with virtualCallInConstructor warning Co-authored-by: Ryuta Kambe <<ryuta.kambe@tier4.jp>>
- fix: replace Ogre deprecated header (#7606) Fix Ogre deprecated header Co-authored-by: Kotaro Yoshimoto <<pythagora.yoshimoto@gmail.com>>
- refactor(universe_utils/motion_utils)!: add autoware namespace (#7594)
- feat(autoware_universe_utils)!: rename from tier4_autoware_utils (#7538) Co-authored-by: kosuke55 <<kosuke.tnp@gmail.com>>
- feat!: replace autoware_auto_msgs with autoware_msgs for common modules (#7239) Co-authored-by: Cynthia Liu <<cynthia.liu@autocore.ai>>
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
ament_index_cpp | |
autoware_utils | |
autoware_vehicle_msgs | |
rviz_common | |
rviz_default_plugins | |
rviz_ogre_vendor |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_vehicle_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yukihiro Saito
Authors
tier4_vehicle_rviz_plugin
This package is including jsk code.
Note that jsk_overlay_utils.cpp and jsk_overlay_utils.hpp are BSD license.
Purpose
This plugin provides a visual and easy-to-understand display of vehicle speed, turn signal, steering status and acceleration.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
/vehicle/status/velocity_status |
autoware_vehicle_msgs::msg::VelocityReport |
The topic is vehicle twist |
/control/turn_signal_cmd |
autoware_vehicle_msgs::msg::TurnIndicatorsReport |
The topic is status of turn signal |
/vehicle/status/steering_status |
autoware_vehicle_msgs::msg::SteeringReport |
The topic is status of steering |
/localization/acceleration |
geometry_msgs::msg::AccelWithCovarianceStamped |
The topic is the acceleration |
Parameter
Core Parameters
ConsoleMeter
Name | Type | Default Value | Description |
---|---|---|---|
property_text_color_ |
QColor | QColor(25, 255, 240) | Text color |
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1.0 / 6.667 | Value scale |
SteeringAngle
Name | Type | Default Value | Description |
---|---|---|---|
property_text_color_ |
QColor | QColor(25, 255, 240) | Text color |
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1.0 / 6.667 | Value scale |
property_handle_angle_scale_ |
float | 3.0 | Scale is steering angle to handle angle |
TurnSignal
Name | Type | Default Value | Description |
---|---|---|---|
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_width_ |
int | 256 | Left of the plotter window [px] |
property_height_ |
int | 256 | Width of the plotter window [px] |
VelocityHistory
Name | Type | Default Value | Description |
---|---|---|---|
property_velocity_timeout_ |
float | 10.0 | Timeout of velocity [s] |
property_velocity_alpha_ |
float | 1.0 | Alpha of velocity |
property_velocity_scale_ |
float | 0.3 | Scale of velocity |
property_velocity_color_view_ |
bool | false | Use Constant Color or not |
property_velocity_color_ |
QColor | Qt::black | Color of velocity history |
property_vel_max_ |
float | 3.0 | Color Border Vel Max [m/s] |
AccelerationMeter
Name | Type | Default Value | Description |
---|---|---|---|
property_normal_text_color_ |
QColor | QColor(25, 255, 240) | Normal text color |
property_emergency_text_color_ |
QColor | QColor(255, 80, 80) | Emergency acceleration color |
property_left_ |
int | 896 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1 / 6.667 | Value text scale |
property_emergency_threshold_max_ |
float | 1.0 | Max acceleration threshold for emergency [m/s^2] |
property_emergency_threshold_min_ |
float | -2.5 | Min acceleration threshold for emergency [m/s^2] |
Assumptions / Known limits
TBD.
Usage
- Start rviz and select Add under the Displays panel.
- Select any one of the tier4_vehicle_rviz_plugin and press OK.
- Enter the name of the topic where you want to view the status.
Changelog for package tier4_vehicle_rviz_plugin
0.47.0 (2025-08-11)
- style(pre-commit): update to clang-format-20 (#11088) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Contributors: Mete Fatih Cırıt
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
- Merge branch 'main' into release-0.40.0
- Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
- chore: move rviz plugins from common to visualization/ folder (#9417)
- Contributors: Esteve Fernandez, Fumiya Watanabe
0.39.0 (2024-11-25)
- Merge commit '6a1ddbd08bd' into release-0.39.0
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
- fix: missing dependency in common components (#9072)
- Contributors: Esteve Fernandez, Yutaka Kondo, ぐるぐる
0.38.0 (2024-11-08)
- unify package.xml version to 0.37.0
- fix(tier4_vehicle_rviz_plugin): fix cppcheck warning of virtualCallInConstructor (#8379) fix: deal with virtualCallInConstructor warning Co-authored-by: Ryuta Kambe <<ryuta.kambe@tier4.jp>>
- fix: replace Ogre deprecated header (#7606) Fix Ogre deprecated header Co-authored-by: Kotaro Yoshimoto <<pythagora.yoshimoto@gmail.com>>
- refactor(universe_utils/motion_utils)!: add autoware namespace (#7594)
- feat(autoware_universe_utils)!: rename from tier4_autoware_utils (#7538) Co-authored-by: kosuke55 <<kosuke.tnp@gmail.com>>
- feat!: replace autoware_auto_msgs with autoware_msgs for common modules (#7239) Co-authored-by: Cynthia Liu <<cynthia.liu@autocore.ai>>
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
ament_index_cpp | |
autoware_utils | |
autoware_vehicle_msgs | |
rviz_common | |
rviz_default_plugins | |
rviz_ogre_vendor |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_vehicle_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yukihiro Saito
Authors
tier4_vehicle_rviz_plugin
This package is including jsk code.
Note that jsk_overlay_utils.cpp and jsk_overlay_utils.hpp are BSD license.
Purpose
This plugin provides a visual and easy-to-understand display of vehicle speed, turn signal, steering status and acceleration.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
/vehicle/status/velocity_status |
autoware_vehicle_msgs::msg::VelocityReport |
The topic is vehicle twist |
/control/turn_signal_cmd |
autoware_vehicle_msgs::msg::TurnIndicatorsReport |
The topic is status of turn signal |
/vehicle/status/steering_status |
autoware_vehicle_msgs::msg::SteeringReport |
The topic is status of steering |
/localization/acceleration |
geometry_msgs::msg::AccelWithCovarianceStamped |
The topic is the acceleration |
Parameter
Core Parameters
ConsoleMeter
Name | Type | Default Value | Description |
---|---|---|---|
property_text_color_ |
QColor | QColor(25, 255, 240) | Text color |
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1.0 / 6.667 | Value scale |
SteeringAngle
Name | Type | Default Value | Description |
---|---|---|---|
property_text_color_ |
QColor | QColor(25, 255, 240) | Text color |
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1.0 / 6.667 | Value scale |
property_handle_angle_scale_ |
float | 3.0 | Scale is steering angle to handle angle |
TurnSignal
Name | Type | Default Value | Description |
---|---|---|---|
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_width_ |
int | 256 | Left of the plotter window [px] |
property_height_ |
int | 256 | Width of the plotter window [px] |
VelocityHistory
Name | Type | Default Value | Description |
---|---|---|---|
property_velocity_timeout_ |
float | 10.0 | Timeout of velocity [s] |
property_velocity_alpha_ |
float | 1.0 | Alpha of velocity |
property_velocity_scale_ |
float | 0.3 | Scale of velocity |
property_velocity_color_view_ |
bool | false | Use Constant Color or not |
property_velocity_color_ |
QColor | Qt::black | Color of velocity history |
property_vel_max_ |
float | 3.0 | Color Border Vel Max [m/s] |
AccelerationMeter
Name | Type | Default Value | Description |
---|---|---|---|
property_normal_text_color_ |
QColor | QColor(25, 255, 240) | Normal text color |
property_emergency_text_color_ |
QColor | QColor(255, 80, 80) | Emergency acceleration color |
property_left_ |
int | 896 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1 / 6.667 | Value text scale |
property_emergency_threshold_max_ |
float | 1.0 | Max acceleration threshold for emergency [m/s^2] |
property_emergency_threshold_min_ |
float | -2.5 | Min acceleration threshold for emergency [m/s^2] |
Assumptions / Known limits
TBD.
Usage
- Start rviz and select Add under the Displays panel.
- Select any one of the tier4_vehicle_rviz_plugin and press OK.
- Enter the name of the topic where you want to view the status.
Changelog for package tier4_vehicle_rviz_plugin
0.47.0 (2025-08-11)
- style(pre-commit): update to clang-format-20 (#11088) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Contributors: Mete Fatih Cırıt
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
- Merge branch 'main' into release-0.40.0
- Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
- chore: move rviz plugins from common to visualization/ folder (#9417)
- Contributors: Esteve Fernandez, Fumiya Watanabe
0.39.0 (2024-11-25)
- Merge commit '6a1ddbd08bd' into release-0.39.0
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
- fix: missing dependency in common components (#9072)
- Contributors: Esteve Fernandez, Yutaka Kondo, ぐるぐる
0.38.0 (2024-11-08)
- unify package.xml version to 0.37.0
- fix(tier4_vehicle_rviz_plugin): fix cppcheck warning of virtualCallInConstructor (#8379) fix: deal with virtualCallInConstructor warning Co-authored-by: Ryuta Kambe <<ryuta.kambe@tier4.jp>>
- fix: replace Ogre deprecated header (#7606) Fix Ogre deprecated header Co-authored-by: Kotaro Yoshimoto <<pythagora.yoshimoto@gmail.com>>
- refactor(universe_utils/motion_utils)!: add autoware namespace (#7594)
- feat(autoware_universe_utils)!: rename from tier4_autoware_utils (#7538) Co-authored-by: kosuke55 <<kosuke.tnp@gmail.com>>
- feat!: replace autoware_auto_msgs with autoware_msgs for common modules (#7239) Co-authored-by: Cynthia Liu <<cynthia.liu@autocore.ai>>
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
ament_index_cpp | |
autoware_utils | |
autoware_vehicle_msgs | |
rviz_common | |
rviz_default_plugins | |
rviz_ogre_vendor |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_vehicle_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yukihiro Saito
Authors
tier4_vehicle_rviz_plugin
This package is including jsk code.
Note that jsk_overlay_utils.cpp and jsk_overlay_utils.hpp are BSD license.
Purpose
This plugin provides a visual and easy-to-understand display of vehicle speed, turn signal, steering status and acceleration.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
/vehicle/status/velocity_status |
autoware_vehicle_msgs::msg::VelocityReport |
The topic is vehicle twist |
/control/turn_signal_cmd |
autoware_vehicle_msgs::msg::TurnIndicatorsReport |
The topic is status of turn signal |
/vehicle/status/steering_status |
autoware_vehicle_msgs::msg::SteeringReport |
The topic is status of steering |
/localization/acceleration |
geometry_msgs::msg::AccelWithCovarianceStamped |
The topic is the acceleration |
Parameter
Core Parameters
ConsoleMeter
Name | Type | Default Value | Description |
---|---|---|---|
property_text_color_ |
QColor | QColor(25, 255, 240) | Text color |
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1.0 / 6.667 | Value scale |
SteeringAngle
Name | Type | Default Value | Description |
---|---|---|---|
property_text_color_ |
QColor | QColor(25, 255, 240) | Text color |
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1.0 / 6.667 | Value scale |
property_handle_angle_scale_ |
float | 3.0 | Scale is steering angle to handle angle |
TurnSignal
Name | Type | Default Value | Description |
---|---|---|---|
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_width_ |
int | 256 | Left of the plotter window [px] |
property_height_ |
int | 256 | Width of the plotter window [px] |
VelocityHistory
Name | Type | Default Value | Description |
---|---|---|---|
property_velocity_timeout_ |
float | 10.0 | Timeout of velocity [s] |
property_velocity_alpha_ |
float | 1.0 | Alpha of velocity |
property_velocity_scale_ |
float | 0.3 | Scale of velocity |
property_velocity_color_view_ |
bool | false | Use Constant Color or not |
property_velocity_color_ |
QColor | Qt::black | Color of velocity history |
property_vel_max_ |
float | 3.0 | Color Border Vel Max [m/s] |
AccelerationMeter
Name | Type | Default Value | Description |
---|---|---|---|
property_normal_text_color_ |
QColor | QColor(25, 255, 240) | Normal text color |
property_emergency_text_color_ |
QColor | QColor(255, 80, 80) | Emergency acceleration color |
property_left_ |
int | 896 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1 / 6.667 | Value text scale |
property_emergency_threshold_max_ |
float | 1.0 | Max acceleration threshold for emergency [m/s^2] |
property_emergency_threshold_min_ |
float | -2.5 | Min acceleration threshold for emergency [m/s^2] |
Assumptions / Known limits
TBD.
Usage
- Start rviz and select Add under the Displays panel.
- Select any one of the tier4_vehicle_rviz_plugin and press OK.
- Enter the name of the topic where you want to view the status.
Changelog for package tier4_vehicle_rviz_plugin
0.47.0 (2025-08-11)
- style(pre-commit): update to clang-format-20 (#11088) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Contributors: Mete Fatih Cırıt
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
- Merge branch 'main' into release-0.40.0
- Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
- chore: move rviz plugins from common to visualization/ folder (#9417)
- Contributors: Esteve Fernandez, Fumiya Watanabe
0.39.0 (2024-11-25)
- Merge commit '6a1ddbd08bd' into release-0.39.0
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
- fix: missing dependency in common components (#9072)
- Contributors: Esteve Fernandez, Yutaka Kondo, ぐるぐる
0.38.0 (2024-11-08)
- unify package.xml version to 0.37.0
- fix(tier4_vehicle_rviz_plugin): fix cppcheck warning of virtualCallInConstructor (#8379) fix: deal with virtualCallInConstructor warning Co-authored-by: Ryuta Kambe <<ryuta.kambe@tier4.jp>>
- fix: replace Ogre deprecated header (#7606) Fix Ogre deprecated header Co-authored-by: Kotaro Yoshimoto <<pythagora.yoshimoto@gmail.com>>
- refactor(universe_utils/motion_utils)!: add autoware namespace (#7594)
- feat(autoware_universe_utils)!: rename from tier4_autoware_utils (#7538) Co-authored-by: kosuke55 <<kosuke.tnp@gmail.com>>
- feat!: replace autoware_auto_msgs with autoware_msgs for common modules (#7239) Co-authored-by: Cynthia Liu <<cynthia.liu@autocore.ai>>
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
ament_index_cpp | |
autoware_utils | |
autoware_vehicle_msgs | |
rviz_common | |
rviz_default_plugins | |
rviz_ogre_vendor |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_vehicle_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yukihiro Saito
Authors
tier4_vehicle_rviz_plugin
This package is including jsk code.
Note that jsk_overlay_utils.cpp and jsk_overlay_utils.hpp are BSD license.
Purpose
This plugin provides a visual and easy-to-understand display of vehicle speed, turn signal, steering status and acceleration.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
/vehicle/status/velocity_status |
autoware_vehicle_msgs::msg::VelocityReport |
The topic is vehicle twist |
/control/turn_signal_cmd |
autoware_vehicle_msgs::msg::TurnIndicatorsReport |
The topic is status of turn signal |
/vehicle/status/steering_status |
autoware_vehicle_msgs::msg::SteeringReport |
The topic is status of steering |
/localization/acceleration |
geometry_msgs::msg::AccelWithCovarianceStamped |
The topic is the acceleration |
Parameter
Core Parameters
ConsoleMeter
Name | Type | Default Value | Description |
---|---|---|---|
property_text_color_ |
QColor | QColor(25, 255, 240) | Text color |
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1.0 / 6.667 | Value scale |
SteeringAngle
Name | Type | Default Value | Description |
---|---|---|---|
property_text_color_ |
QColor | QColor(25, 255, 240) | Text color |
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1.0 / 6.667 | Value scale |
property_handle_angle_scale_ |
float | 3.0 | Scale is steering angle to handle angle |
TurnSignal
Name | Type | Default Value | Description |
---|---|---|---|
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_width_ |
int | 256 | Left of the plotter window [px] |
property_height_ |
int | 256 | Width of the plotter window [px] |
VelocityHistory
Name | Type | Default Value | Description |
---|---|---|---|
property_velocity_timeout_ |
float | 10.0 | Timeout of velocity [s] |
property_velocity_alpha_ |
float | 1.0 | Alpha of velocity |
property_velocity_scale_ |
float | 0.3 | Scale of velocity |
property_velocity_color_view_ |
bool | false | Use Constant Color or not |
property_velocity_color_ |
QColor | Qt::black | Color of velocity history |
property_vel_max_ |
float | 3.0 | Color Border Vel Max [m/s] |
AccelerationMeter
Name | Type | Default Value | Description |
---|---|---|---|
property_normal_text_color_ |
QColor | QColor(25, 255, 240) | Normal text color |
property_emergency_text_color_ |
QColor | QColor(255, 80, 80) | Emergency acceleration color |
property_left_ |
int | 896 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1 / 6.667 | Value text scale |
property_emergency_threshold_max_ |
float | 1.0 | Max acceleration threshold for emergency [m/s^2] |
property_emergency_threshold_min_ |
float | -2.5 | Min acceleration threshold for emergency [m/s^2] |
Assumptions / Known limits
TBD.
Usage
- Start rviz and select Add under the Displays panel.
- Select any one of the tier4_vehicle_rviz_plugin and press OK.
- Enter the name of the topic where you want to view the status.
Changelog for package tier4_vehicle_rviz_plugin
0.47.0 (2025-08-11)
- style(pre-commit): update to clang-format-20 (#11088) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Contributors: Mete Fatih Cırıt
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
- Merge branch 'main' into release-0.40.0
- Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
- chore: move rviz plugins from common to visualization/ folder (#9417)
- Contributors: Esteve Fernandez, Fumiya Watanabe
0.39.0 (2024-11-25)
- Merge commit '6a1ddbd08bd' into release-0.39.0
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
- fix: missing dependency in common components (#9072)
- Contributors: Esteve Fernandez, Yutaka Kondo, ぐるぐる
0.38.0 (2024-11-08)
- unify package.xml version to 0.37.0
- fix(tier4_vehicle_rviz_plugin): fix cppcheck warning of virtualCallInConstructor (#8379) fix: deal with virtualCallInConstructor warning Co-authored-by: Ryuta Kambe <<ryuta.kambe@tier4.jp>>
- fix: replace Ogre deprecated header (#7606) Fix Ogre deprecated header Co-authored-by: Kotaro Yoshimoto <<pythagora.yoshimoto@gmail.com>>
- refactor(universe_utils/motion_utils)!: add autoware namespace (#7594)
- feat(autoware_universe_utils)!: rename from tier4_autoware_utils (#7538) Co-authored-by: kosuke55 <<kosuke.tnp@gmail.com>>
- feat!: replace autoware_auto_msgs with autoware_msgs for common modules (#7239) Co-authored-by: Cynthia Liu <<cynthia.liu@autocore.ai>>
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
ament_index_cpp | |
autoware_utils | |
autoware_vehicle_msgs | |
rviz_common | |
rviz_default_plugins | |
rviz_ogre_vendor |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_vehicle_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yukihiro Saito
Authors
tier4_vehicle_rviz_plugin
This package is including jsk code.
Note that jsk_overlay_utils.cpp and jsk_overlay_utils.hpp are BSD license.
Purpose
This plugin provides a visual and easy-to-understand display of vehicle speed, turn signal, steering status and acceleration.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
/vehicle/status/velocity_status |
autoware_vehicle_msgs::msg::VelocityReport |
The topic is vehicle twist |
/control/turn_signal_cmd |
autoware_vehicle_msgs::msg::TurnIndicatorsReport |
The topic is status of turn signal |
/vehicle/status/steering_status |
autoware_vehicle_msgs::msg::SteeringReport |
The topic is status of steering |
/localization/acceleration |
geometry_msgs::msg::AccelWithCovarianceStamped |
The topic is the acceleration |
Parameter
Core Parameters
ConsoleMeter
Name | Type | Default Value | Description |
---|---|---|---|
property_text_color_ |
QColor | QColor(25, 255, 240) | Text color |
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1.0 / 6.667 | Value scale |
SteeringAngle
Name | Type | Default Value | Description |
---|---|---|---|
property_text_color_ |
QColor | QColor(25, 255, 240) | Text color |
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1.0 / 6.667 | Value scale |
property_handle_angle_scale_ |
float | 3.0 | Scale is steering angle to handle angle |
TurnSignal
Name | Type | Default Value | Description |
---|---|---|---|
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_width_ |
int | 256 | Left of the plotter window [px] |
property_height_ |
int | 256 | Width of the plotter window [px] |
VelocityHistory
Name | Type | Default Value | Description |
---|---|---|---|
property_velocity_timeout_ |
float | 10.0 | Timeout of velocity [s] |
property_velocity_alpha_ |
float | 1.0 | Alpha of velocity |
property_velocity_scale_ |
float | 0.3 | Scale of velocity |
property_velocity_color_view_ |
bool | false | Use Constant Color or not |
property_velocity_color_ |
QColor | Qt::black | Color of velocity history |
property_vel_max_ |
float | 3.0 | Color Border Vel Max [m/s] |
AccelerationMeter
Name | Type | Default Value | Description |
---|---|---|---|
property_normal_text_color_ |
QColor | QColor(25, 255, 240) | Normal text color |
property_emergency_text_color_ |
QColor | QColor(255, 80, 80) | Emergency acceleration color |
property_left_ |
int | 896 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1 / 6.667 | Value text scale |
property_emergency_threshold_max_ |
float | 1.0 | Max acceleration threshold for emergency [m/s^2] |
property_emergency_threshold_min_ |
float | -2.5 | Min acceleration threshold for emergency [m/s^2] |
Assumptions / Known limits
TBD.
Usage
- Start rviz and select Add under the Displays panel.
- Select any one of the tier4_vehicle_rviz_plugin and press OK.
- Enter the name of the topic where you want to view the status.
Changelog for package tier4_vehicle_rviz_plugin
0.47.0 (2025-08-11)
- style(pre-commit): update to clang-format-20 (#11088) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Contributors: Mete Fatih Cırıt
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
- Merge branch 'main' into release-0.40.0
- Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
- chore: move rviz plugins from common to visualization/ folder (#9417)
- Contributors: Esteve Fernandez, Fumiya Watanabe
0.39.0 (2024-11-25)
- Merge commit '6a1ddbd08bd' into release-0.39.0
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
- fix: missing dependency in common components (#9072)
- Contributors: Esteve Fernandez, Yutaka Kondo, ぐるぐる
0.38.0 (2024-11-08)
- unify package.xml version to 0.37.0
- fix(tier4_vehicle_rviz_plugin): fix cppcheck warning of virtualCallInConstructor (#8379) fix: deal with virtualCallInConstructor warning Co-authored-by: Ryuta Kambe <<ryuta.kambe@tier4.jp>>
- fix: replace Ogre deprecated header (#7606) Fix Ogre deprecated header Co-authored-by: Kotaro Yoshimoto <<pythagora.yoshimoto@gmail.com>>
- refactor(universe_utils/motion_utils)!: add autoware namespace (#7594)
- feat(autoware_universe_utils)!: rename from tier4_autoware_utils (#7538) Co-authored-by: kosuke55 <<kosuke.tnp@gmail.com>>
- feat!: replace autoware_auto_msgs with autoware_msgs for common modules (#7239) Co-authored-by: Cynthia Liu <<cynthia.liu@autocore.ai>>
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
ament_index_cpp | |
autoware_utils | |
autoware_vehicle_msgs | |
rviz_common | |
rviz_default_plugins | |
rviz_ogre_vendor |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_vehicle_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yukihiro Saito
Authors
tier4_vehicle_rviz_plugin
This package is including jsk code.
Note that jsk_overlay_utils.cpp and jsk_overlay_utils.hpp are BSD license.
Purpose
This plugin provides a visual and easy-to-understand display of vehicle speed, turn signal, steering status and acceleration.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
/vehicle/status/velocity_status |
autoware_vehicle_msgs::msg::VelocityReport |
The topic is vehicle twist |
/control/turn_signal_cmd |
autoware_vehicle_msgs::msg::TurnIndicatorsReport |
The topic is status of turn signal |
/vehicle/status/steering_status |
autoware_vehicle_msgs::msg::SteeringReport |
The topic is status of steering |
/localization/acceleration |
geometry_msgs::msg::AccelWithCovarianceStamped |
The topic is the acceleration |
Parameter
Core Parameters
ConsoleMeter
Name | Type | Default Value | Description |
---|---|---|---|
property_text_color_ |
QColor | QColor(25, 255, 240) | Text color |
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1.0 / 6.667 | Value scale |
SteeringAngle
Name | Type | Default Value | Description |
---|---|---|---|
property_text_color_ |
QColor | QColor(25, 255, 240) | Text color |
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1.0 / 6.667 | Value scale |
property_handle_angle_scale_ |
float | 3.0 | Scale is steering angle to handle angle |
TurnSignal
Name | Type | Default Value | Description |
---|---|---|---|
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_width_ |
int | 256 | Left of the plotter window [px] |
property_height_ |
int | 256 | Width of the plotter window [px] |
VelocityHistory
Name | Type | Default Value | Description |
---|---|---|---|
property_velocity_timeout_ |
float | 10.0 | Timeout of velocity [s] |
property_velocity_alpha_ |
float | 1.0 | Alpha of velocity |
property_velocity_scale_ |
float | 0.3 | Scale of velocity |
property_velocity_color_view_ |
bool | false | Use Constant Color or not |
property_velocity_color_ |
QColor | Qt::black | Color of velocity history |
property_vel_max_ |
float | 3.0 | Color Border Vel Max [m/s] |
AccelerationMeter
Name | Type | Default Value | Description |
---|---|---|---|
property_normal_text_color_ |
QColor | QColor(25, 255, 240) | Normal text color |
property_emergency_text_color_ |
QColor | QColor(255, 80, 80) | Emergency acceleration color |
property_left_ |
int | 896 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1 / 6.667 | Value text scale |
property_emergency_threshold_max_ |
float | 1.0 | Max acceleration threshold for emergency [m/s^2] |
property_emergency_threshold_min_ |
float | -2.5 | Min acceleration threshold for emergency [m/s^2] |
Assumptions / Known limits
TBD.
Usage
- Start rviz and select Add under the Displays panel.
- Select any one of the tier4_vehicle_rviz_plugin and press OK.
- Enter the name of the topic where you want to view the status.
Changelog for package tier4_vehicle_rviz_plugin
0.47.0 (2025-08-11)
- style(pre-commit): update to clang-format-20 (#11088) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Contributors: Mete Fatih Cırıt
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
- Merge branch 'main' into release-0.40.0
- Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
- chore: move rviz plugins from common to visualization/ folder (#9417)
- Contributors: Esteve Fernandez, Fumiya Watanabe
0.39.0 (2024-11-25)
- Merge commit '6a1ddbd08bd' into release-0.39.0
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
- fix: missing dependency in common components (#9072)
- Contributors: Esteve Fernandez, Yutaka Kondo, ぐるぐる
0.38.0 (2024-11-08)
- unify package.xml version to 0.37.0
- fix(tier4_vehicle_rviz_plugin): fix cppcheck warning of virtualCallInConstructor (#8379) fix: deal with virtualCallInConstructor warning Co-authored-by: Ryuta Kambe <<ryuta.kambe@tier4.jp>>
- fix: replace Ogre deprecated header (#7606) Fix Ogre deprecated header Co-authored-by: Kotaro Yoshimoto <<pythagora.yoshimoto@gmail.com>>
- refactor(universe_utils/motion_utils)!: add autoware namespace (#7594)
- feat(autoware_universe_utils)!: rename from tier4_autoware_utils (#7538) Co-authored-by: kosuke55 <<kosuke.tnp@gmail.com>>
- feat!: replace autoware_auto_msgs with autoware_msgs for common modules (#7239) Co-authored-by: Cynthia Liu <<cynthia.liu@autocore.ai>>
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
ament_index_cpp | |
autoware_utils | |
autoware_vehicle_msgs | |
rviz_common | |
rviz_default_plugins | |
rviz_ogre_vendor |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_vehicle_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.47.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | |
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-08-16 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | planner ros calibration self-driving-car autonomous-driving autonomous-vehicles ros2 3d-map autoware |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Yukihiro Saito
Authors
tier4_vehicle_rviz_plugin
This package is including jsk code.
Note that jsk_overlay_utils.cpp and jsk_overlay_utils.hpp are BSD license.
Purpose
This plugin provides a visual and easy-to-understand display of vehicle speed, turn signal, steering status and acceleration.
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
/vehicle/status/velocity_status |
autoware_vehicle_msgs::msg::VelocityReport |
The topic is vehicle twist |
/control/turn_signal_cmd |
autoware_vehicle_msgs::msg::TurnIndicatorsReport |
The topic is status of turn signal |
/vehicle/status/steering_status |
autoware_vehicle_msgs::msg::SteeringReport |
The topic is status of steering |
/localization/acceleration |
geometry_msgs::msg::AccelWithCovarianceStamped |
The topic is the acceleration |
Parameter
Core Parameters
ConsoleMeter
Name | Type | Default Value | Description |
---|---|---|---|
property_text_color_ |
QColor | QColor(25, 255, 240) | Text color |
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1.0 / 6.667 | Value scale |
SteeringAngle
Name | Type | Default Value | Description |
---|---|---|---|
property_text_color_ |
QColor | QColor(25, 255, 240) | Text color |
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1.0 / 6.667 | Value scale |
property_handle_angle_scale_ |
float | 3.0 | Scale is steering angle to handle angle |
TurnSignal
Name | Type | Default Value | Description |
---|---|---|---|
property_left_ |
int | 128 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_width_ |
int | 256 | Left of the plotter window [px] |
property_height_ |
int | 256 | Width of the plotter window [px] |
VelocityHistory
Name | Type | Default Value | Description |
---|---|---|---|
property_velocity_timeout_ |
float | 10.0 | Timeout of velocity [s] |
property_velocity_alpha_ |
float | 1.0 | Alpha of velocity |
property_velocity_scale_ |
float | 0.3 | Scale of velocity |
property_velocity_color_view_ |
bool | false | Use Constant Color or not |
property_velocity_color_ |
QColor | Qt::black | Color of velocity history |
property_vel_max_ |
float | 3.0 | Color Border Vel Max [m/s] |
AccelerationMeter
Name | Type | Default Value | Description |
---|---|---|---|
property_normal_text_color_ |
QColor | QColor(25, 255, 240) | Normal text color |
property_emergency_text_color_ |
QColor | QColor(255, 80, 80) | Emergency acceleration color |
property_left_ |
int | 896 | Left of the plotter window [px] |
property_top_ |
int | 128 | Top of the plotter window [px] |
property_length_ |
int | 256 | Height of the plotter window [px] |
property_value_height_offset_ |
int | 0 | Height offset of the plotter window [px] |
property_value_scale_ |
float | 1 / 6.667 | Value text scale |
property_emergency_threshold_max_ |
float | 1.0 | Max acceleration threshold for emergency [m/s^2] |
property_emergency_threshold_min_ |
float | -2.5 | Min acceleration threshold for emergency [m/s^2] |
Assumptions / Known limits
TBD.
Usage
- Start rviz and select Add under the Displays panel.
- Select any one of the tier4_vehicle_rviz_plugin and press OK.
- Enter the name of the topic where you want to view the status.
Changelog for package tier4_vehicle_rviz_plugin
0.47.0 (2025-08-11)
- style(pre-commit): update to clang-format-20 (#11088) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Contributors: Mete Fatih Cırıt
0.46.0 (2025-06-20)
0.45.0 (2025-05-22)
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
0.44.0 (2025-04-18)
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
- Merge branch 'main' into release-0.40.0
- Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
- chore: move rviz plugins from common to visualization/ folder (#9417)
- Contributors: Esteve Fernandez, Fumiya Watanabe
0.39.0 (2024-11-25)
- Merge commit '6a1ddbd08bd' into release-0.39.0
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
- fix: missing dependency in common components (#9072)
- Contributors: Esteve Fernandez, Yutaka Kondo, ぐるぐる
0.38.0 (2024-11-08)
- unify package.xml version to 0.37.0
- fix(tier4_vehicle_rviz_plugin): fix cppcheck warning of virtualCallInConstructor (#8379) fix: deal with virtualCallInConstructor warning Co-authored-by: Ryuta Kambe <<ryuta.kambe@tier4.jp>>
- fix: replace Ogre deprecated header (#7606) Fix Ogre deprecated header Co-authored-by: Kotaro Yoshimoto <<pythagora.yoshimoto@gmail.com>>
- refactor(universe_utils/motion_utils)!: add autoware namespace (#7594)
- feat(autoware_universe_utils)!: rename from tier4_autoware_utils (#7538) Co-authored-by: kosuke55 <<kosuke.tnp@gmail.com>>
- feat!: replace autoware_auto_msgs with autoware_msgs for common modules (#7239) Co-authored-by: Cynthia Liu <<cynthia.liu@autocore.ai>>
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
ament_index_cpp | |
autoware_utils | |
autoware_vehicle_msgs | |
rviz_common | |
rviz_default_plugins | |
rviz_ogre_vendor |