Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange

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

Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange

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

Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange

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

Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange

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

Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange

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

Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange

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

Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange

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

Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange

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

Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange

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

Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange

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

Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange

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

Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange

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

Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange

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

Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange

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

Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange

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

Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange

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

Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange

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

Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange

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

Package Summary

Version 0.3.0
License Apache License 2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/autowarefoundation/autoware_rviz_plugins.git
VCS Type git
VCS Version main
Last Updated 2026-01-06
Dev Status DEVELOPED
Released UNRELEASED
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Package Description

The autoware_localization_rviz_plugin package

Maintainers

  • Takagi, Isamu
  • Takamasa Horibe
  • Yamato Ando

Authors

  • Takagi, Isamu
  • Takamasa Horibe
  • Yuhei Oshikubo
  • Kazusa Hashimoto

autoware_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

  1. Start rviz and select Add under the Displays panel. select_add
  2. Select autoware_localization_rviz_plugin/PoseHistory or PoseWithCovarianceHistory. Next, press OK. select_localization_plugin
  3. Enter the name of the topic where you want to view the trajectory and the covariance. select_topic_name
  4. You can view the trajectory and the covariance. ex_pose_with_covariance_history
CHANGELOG

Changelog for package autoware_localization_rviz_plugin

0.3.0 (2025-11-16)

0.2.0 (2025-08-14)

0.1.0 (2025-06-28)

  • feat: port tier4_localization_rviz_plugin from Autoware Universe (#5)

    • feat: port localization_rviz_plugin from Autoware Universe
    • rename package to autoware_localization_rviz_plugin
    • style(pre-commit): autofix

    * remove CHANGELOG.rst ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

  • Contributors: Ryohsuke Mitsudome

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged autoware_localization_rviz_plugin at Robotics Stack Exchange