Package Summary
Tags | No category tags. |
Version | 0.43.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-04-03 |
Dev Status | UNMAINTAINED |
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
Additional Links
Maintainers
- Takagi, Isamu
- Takamasa Horibe
- Yamato Ando
Authors
- Takagi, Isamu
- Takamasa Horibe
- Yuhei Oshikubo
tier4_localization_rviz_plugin
Purpose
This plugin can display the localization history obtained by ekf_localizer, ndt_scan_matching, and GNSS. If the uncertainty of the estimated pose is given, it can also be displayed.
Inputs / Outputs
Input
Pose History
Name | Type | Description |
---|---|---|
input/pose |
geometry_msgs::msg::PoseStamped |
In input/pose, put the result of localization calculated by ekf_localizer, ndt_scan_matching, or GNSS |
Pose With Covariance History
Name | Type | Description |
---|---|---|
input/pose_with_covariance |
geometry_msgs::msg::PoseWithCovarianceStamped |
In input/pose_with_covariance, put the result of localization calculated by ekf_localizer, ndt_scan_matching, or GNSS |
Parameters
Core Parameters
Pose History
Name | Type | Default Value | Description |
---|---|---|---|
property_buffer_size_ |
int | 100 | Buffer size of topic |
property_line_view_ |
bool | true | Use Line property or not |
property_line_width_ |
float | 0.1 | Width of Line property [m] |
property_line_alpha_ |
float | 1.0 | Alpha of Line property |
property_line_color_ |
QColor | Qt::white | Color of Line property |
Pose With Covariance History
Name | Type | Default Value | Description |
---|---|---|---|
property_buffer_size_ |
int | 100 | Buffer size of topic |
property_path_view_ |
bool | true | Use path property or not |
property_shape_type_ |
string | Line | Line or Arrow |
property_line_width_ |
float | 0.1 | Width of Line property [m] |
property_line_alpha_ |
float | 1.0 | Alpha of Line property |
property_line_color_ |
QColor | Qt::white | Color of Line property |
property_arrow_shaft_length |
float | 0.3 | Shaft length of Arrow property |
property_arrow_shaft_diameter |
float | 0.15 | Shaft diameter of Arrow property |
property_arrow_head_length |
float | 0.2 | Head length of Arrow property |
property_arrow_head_diameter |
float | 0.3 | Head diameter of Arrow property |
property_arrow_alpha_ |
float | 1.0 | Alpha of Arrow property |
property_arrow_color_ |
QColor | Qt::white | Color of Arrow property |
property_sphere_scale_ |
float | 1.0 | Scale of Sphere property |
property_sphere_alpha_ |
float | 0.5 | Alpha of Sphere property |
property_sphere_color_ |
QColor | (204, 51, 204) | Color of Sphere property |
Assumptions / Known limits
TBD.
Usage
- Start rviz and select Add under the Displays panel.
- Select tier4_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK.
- Enter the name of the topic where you want to view the trajectory and the covariance.
- You can view the trajectory and the covariance.
Changelog for package tier4_localization_rviz_plugin
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)
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)
- 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
- Contributors: Esteve Fernandez, Yutaka Kondo
0.38.0 (2024-11-08)
- unify package.xml version to 0.37.0
- fix(tier4_localization_rviz_plugin): fix unmatchedSuppression (#8919) fix:unmatchedSuppression
- fix(tier4_localization_rviz_plugin): fix unusedFunction (#8848) fix:unusedFunction
- fix(tier4_localization_rviz_plugin): fix constVariableReference (#8838) fix:constVariableReference
- fix(tier4_localization_rviz_plugin): fix knownConditionTrueFalse
(#8824)
- fix:knownConditionTrueFalse
* fix:merge ---------
- refactor(tier4_localization_rviz_plugin): apply static analysis
(#8683)
- refactor based on linter
- add comment on no lint
* mod comment for clarification ---------
- feat(tier4_localization_rviz_plugin): add visualization of pose
with covariance history
(#8191)
- display PoseWithCovariance History
- Correct spelling errors and year
- Add arrows clear()
- Extension to 3D in matrix calculations
- style(pre-commit): autofix
* Correcting spelling mistakes and adding includes ---------Co-authored-by: Yamato Ando <<yamato.ando@gmail.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]\@users.noreply.github.com>
- fix(tier4_localization_rviz_plugin): fix unusedFunction (#8637) fix:unusedFunction
- chore(tier4_localization_rviz_plugin): add maintainer and author (#8184) add maintainer and author
- refactor(vehicle_info_utils)!: prefix package and namespace with
autoware
(#7353)
- chore(autoware_vehicle_info_utils): rename header
- chore(bpp-common): vehicle info
- chore(path_optimizer): vehicle info
- chore(velocity_smoother): vehicle info
- chore(bvp-common): vehicle info
- chore(static_centerline_generator): vehicle info
- chore(obstacle_cruise_planner): vehicle info
- chore(obstacle_velocity_limiter): vehicle info
- chore(mission_planner): vehicle info
- chore(obstacle_stop_planner): vehicle info
- chore(planning_validator): vehicle info
- chore(surround_obstacle_checker): vehicle info
- chore(goal_planner): vehicle info
- chore(start_planner): vehicle info
- chore(control_performance_analysis): vehicle info
- chore(lane_departure_checker): vehicle info
- chore(predicted_path_checker): vehicle info
- chore(vehicle_cmd_gate): vehicle info
- chore(obstacle_collision_checker): vehicle info
- chore(operation_mode_transition_manager): vehicle info
- chore(mpc): vehicle info
- chore(control): vehicle info
- chore(common): vehicle info
- chore(perception): vehicle info
- chore(evaluator): vehicle info
- chore(freespace): vehicle info
- chore(planning): vehicle info
- chore(vehicle): vehicle info
- chore(simulator): vehicle info
- chore(launch): vehicle info
- chore(system): vehicle info
- chore(sensing): vehicle info
* fix(autoware_joy_controller): remove unused deps ---------
- Contributors: Masaki Baba, SaltUhey, Satoshi OTA, Yamato Ando, Yutaka Kondo, kobayu858
0.26.0 (2024-04-03)
- chore: update api package maintainers
(#6086)
- update api maintainers
* fix
- build: proper eigen deps and include
(#3615)
- build: proper eigen deps and include
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]\@users.noreply.github.com>
- build: mark autoware_cmake as <buildtool_depend>
(#3616)
* build: mark autoware_cmake as <buildtool_depend> with
<build_depend>, autoware_cmake is automatically exported with
ament_target_dependencies() (unecessary)
- style(pre-commit): autofix
* chore: fix pre-commit errors ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]\@users.noreply.github.com> Co-authored-by: Kenji Miyake <<kenji.miyake@tier4.jp>>
- chore: sync files
(#3227)
- chore: sync files
* style(pre-commit): autofix ---------Co-authored-by: kenji-miyake <<kenji-miyake@users.noreply.github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]\@users.noreply.github.com>
- feat(tier4_localization_rviz_plugin): add pose history footprint
(#2387)
- feat(tier4_localization_rviz_plugin): add pose history footprint
- remove unused variables
- add maintainer
- chore: add api maintainers (#2361)
-
revert: readability-identifier-naming for pose history (#1641) * revert: readability-identifier-naming for pose history This reverts commit 9278e714bdbd29ca344976e9a2b26fdb93b41370. * Revert "fix: build error" This reverts commit 5e855993250a94494d9a8d05e03097162d4e6e0e.
- refactor(tier4_localization_rviz_plugin): apply clang-tidy
(#1608)
- refactor(tier4_localization_rviz_plugin): apply clang-tidy
- ci(pre-commit): autofix
- refactor: add NOLINT
- refactor: fix readability-identifier-naming
- ci(pre-commit): autofix
* fix: build error Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]\@users.noreply.github.com>
- refactor(tier4_perception_rviz_plugin): apply clang-tidy
(#1624)
- refactor(tier4_perception_rviz_plugin): apply clang-tidy
* ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]\@users.noreply.github.com>
- fix: remove unused check of rviz plugin version (#1474)
- chore: upgrade cmake_minimum_required to 3.14 (#856)
- refactor: use autoware cmake
(#849)
- remove autoware_auto_cmake
- add build_depend of autoware_cmake
- use autoware_cmake in CMakeLists.txt
- fix bugs
- fix cmake lint errors
- style: fix format of package.xml (#844)
- chore: sync files
(#629)
- chore: sync files
* ci(pre-commit): autofix Co-authored-by: kenji-miyake <<kenji-miyake@users.noreply.github.com>> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]\@users.noreply.github.com>
- feat: rename existing packages name starting with autoware to
different names
(#180)
- autoware_api_utils -> tier4_api_utils
- autoware_debug_tools -> tier4_debug_tools
- autoware_error_monitor -> system_error_monitor
- autoware_utils -> tier4_autoware_utils
- autoware_global_parameter_loader -> global_parameter_loader
- autoware_iv_auto_msgs_converter -> tier4_auto_msgs_converter
- autoware_joy_controller -> joy_controller
- autoware_error_monitor -> system_error_monitor(launch)
- autoware_state_monitor -> ad_service_state_monitor
- autoware_web_controller -> web_controller
- remove autoware_version
- remove autoware_rosbag_recorder
- autoware__rviz_plugin -> tier4__rviz_plugin
- fix ad_service_state_monitor
* ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]\@users.noreply.github.com>
- Contributors: Hiroki OTA, Kenji Miyake, Takagi, Isamu, Takamasa Horibe, Tomoya Kimura, Vincent Richard, awf-autoware-bot[bot]
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
autoware_vehicle_info_utils | |
geometry_msgs | |
rclcpp | |
rviz_common | |
rviz_default_plugins | |
tf2_ros |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
aichallenge_submit_launch |