Package Summary
Tags | No category tags. |
Version | 0.46.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-07-31 |
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_dummy_object_rviz_plugin
Purpose
This plugin is used to generate dummy pedestrians, cars, and obstacles in planning simulator.
Overview
The CarInitialPoseTool sends a topic for generating a dummy car.
The PedestrianInitialPoseTool sends a topic for generating a dummy pedestrian.
The UnknownInitialPoseTool sends a topic for generating a dummy obstacle.
The DeleteAllObjectsTool deletes the dummy cars, pedestrians, and obstacles displayed by the above three tools.
Inputs / Outputs
Output
Name | Type | Description |
---|---|---|
/simulation/dummy_perception_publisher/object_info |
tier4_simulation_msgs::msg::DummyObject |
The topic on which to publish dummy object info |
Parameter
Core Parameters
CarPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
length_ |
float | 4.0 | X standard deviation for initial pose [m] |
width_ |
float | 1.8 | Y standard deviation for initial pose [m] |
height_ |
float | 2.0 | Z standard deviation for initial pose [m] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
BusPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
length_ |
float | 10.5 | X standard deviation for initial pose [m] |
width_ |
float | 2.5 | Y standard deviation for initial pose [m] |
height_ |
float | 3.5 | Z standard deviation for initial pose [m] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
PedestrianPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
UnknownPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
DeleteAllObjects
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
Assumptions / Known limits
Using a planning simulator
Usage
- Start rviz and select + on the tool tab.
- Select one of the following: tier4_dummy_object_rviz_plugin and press OK.
- Select the new item in the tool tab (2D Dummy Car in the example) and click on it in rviz.
Interactive manipulation
File truncated at 100 lines see the full file
Changelog for package tier4_dummy_object_rviz_plugin
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)
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.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
fix(cpplint): include what you use - simulator (#9572)
-
0.39.0
-
update changelog
-
Merge commit '6a1ddbd08bd' into release-0.39.0
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
-
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, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
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(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
rviz_common | |
rviz_default_plugins | |
tf2_geometry_msgs | |
tf2_ros | |
tier4_simulation_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_dummy_object_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.46.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-07-31 |
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_dummy_object_rviz_plugin
Purpose
This plugin is used to generate dummy pedestrians, cars, and obstacles in planning simulator.
Overview
The CarInitialPoseTool sends a topic for generating a dummy car.
The PedestrianInitialPoseTool sends a topic for generating a dummy pedestrian.
The UnknownInitialPoseTool sends a topic for generating a dummy obstacle.
The DeleteAllObjectsTool deletes the dummy cars, pedestrians, and obstacles displayed by the above three tools.
Inputs / Outputs
Output
Name | Type | Description |
---|---|---|
/simulation/dummy_perception_publisher/object_info |
tier4_simulation_msgs::msg::DummyObject |
The topic on which to publish dummy object info |
Parameter
Core Parameters
CarPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
length_ |
float | 4.0 | X standard deviation for initial pose [m] |
width_ |
float | 1.8 | Y standard deviation for initial pose [m] |
height_ |
float | 2.0 | Z standard deviation for initial pose [m] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
BusPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
length_ |
float | 10.5 | X standard deviation for initial pose [m] |
width_ |
float | 2.5 | Y standard deviation for initial pose [m] |
height_ |
float | 3.5 | Z standard deviation for initial pose [m] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
PedestrianPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
UnknownPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
DeleteAllObjects
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
Assumptions / Known limits
Using a planning simulator
Usage
- Start rviz and select + on the tool tab.
- Select one of the following: tier4_dummy_object_rviz_plugin and press OK.
- Select the new item in the tool tab (2D Dummy Car in the example) and click on it in rviz.
Interactive manipulation
File truncated at 100 lines see the full file
Changelog for package tier4_dummy_object_rviz_plugin
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)
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.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
fix(cpplint): include what you use - simulator (#9572)
-
0.39.0
-
update changelog
-
Merge commit '6a1ddbd08bd' into release-0.39.0
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
-
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, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
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(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
rviz_common | |
rviz_default_plugins | |
tf2_geometry_msgs | |
tf2_ros | |
tier4_simulation_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_dummy_object_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.46.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-07-31 |
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_dummy_object_rviz_plugin
Purpose
This plugin is used to generate dummy pedestrians, cars, and obstacles in planning simulator.
Overview
The CarInitialPoseTool sends a topic for generating a dummy car.
The PedestrianInitialPoseTool sends a topic for generating a dummy pedestrian.
The UnknownInitialPoseTool sends a topic for generating a dummy obstacle.
The DeleteAllObjectsTool deletes the dummy cars, pedestrians, and obstacles displayed by the above three tools.
Inputs / Outputs
Output
Name | Type | Description |
---|---|---|
/simulation/dummy_perception_publisher/object_info |
tier4_simulation_msgs::msg::DummyObject |
The topic on which to publish dummy object info |
Parameter
Core Parameters
CarPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
length_ |
float | 4.0 | X standard deviation for initial pose [m] |
width_ |
float | 1.8 | Y standard deviation for initial pose [m] |
height_ |
float | 2.0 | Z standard deviation for initial pose [m] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
BusPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
length_ |
float | 10.5 | X standard deviation for initial pose [m] |
width_ |
float | 2.5 | Y standard deviation for initial pose [m] |
height_ |
float | 3.5 | Z standard deviation for initial pose [m] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
PedestrianPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
UnknownPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
DeleteAllObjects
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
Assumptions / Known limits
Using a planning simulator
Usage
- Start rviz and select + on the tool tab.
- Select one of the following: tier4_dummy_object_rviz_plugin and press OK.
- Select the new item in the tool tab (2D Dummy Car in the example) and click on it in rviz.
Interactive manipulation
File truncated at 100 lines see the full file
Changelog for package tier4_dummy_object_rviz_plugin
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)
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.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
fix(cpplint): include what you use - simulator (#9572)
-
0.39.0
-
update changelog
-
Merge commit '6a1ddbd08bd' into release-0.39.0
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
-
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, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
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(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
rviz_common | |
rviz_default_plugins | |
tf2_geometry_msgs | |
tf2_ros | |
tier4_simulation_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_dummy_object_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.46.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-07-31 |
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_dummy_object_rviz_plugin
Purpose
This plugin is used to generate dummy pedestrians, cars, and obstacles in planning simulator.
Overview
The CarInitialPoseTool sends a topic for generating a dummy car.
The PedestrianInitialPoseTool sends a topic for generating a dummy pedestrian.
The UnknownInitialPoseTool sends a topic for generating a dummy obstacle.
The DeleteAllObjectsTool deletes the dummy cars, pedestrians, and obstacles displayed by the above three tools.
Inputs / Outputs
Output
Name | Type | Description |
---|---|---|
/simulation/dummy_perception_publisher/object_info |
tier4_simulation_msgs::msg::DummyObject |
The topic on which to publish dummy object info |
Parameter
Core Parameters
CarPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
length_ |
float | 4.0 | X standard deviation for initial pose [m] |
width_ |
float | 1.8 | Y standard deviation for initial pose [m] |
height_ |
float | 2.0 | Z standard deviation for initial pose [m] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
BusPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
length_ |
float | 10.5 | X standard deviation for initial pose [m] |
width_ |
float | 2.5 | Y standard deviation for initial pose [m] |
height_ |
float | 3.5 | Z standard deviation for initial pose [m] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
PedestrianPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
UnknownPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
DeleteAllObjects
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
Assumptions / Known limits
Using a planning simulator
Usage
- Start rviz and select + on the tool tab.
- Select one of the following: tier4_dummy_object_rviz_plugin and press OK.
- Select the new item in the tool tab (2D Dummy Car in the example) and click on it in rviz.
Interactive manipulation
File truncated at 100 lines see the full file
Changelog for package tier4_dummy_object_rviz_plugin
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)
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.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
fix(cpplint): include what you use - simulator (#9572)
-
0.39.0
-
update changelog
-
Merge commit '6a1ddbd08bd' into release-0.39.0
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
-
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, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
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(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
rviz_common | |
rviz_default_plugins | |
tf2_geometry_msgs | |
tf2_ros | |
tier4_simulation_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_dummy_object_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.46.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-07-31 |
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_dummy_object_rviz_plugin
Purpose
This plugin is used to generate dummy pedestrians, cars, and obstacles in planning simulator.
Overview
The CarInitialPoseTool sends a topic for generating a dummy car.
The PedestrianInitialPoseTool sends a topic for generating a dummy pedestrian.
The UnknownInitialPoseTool sends a topic for generating a dummy obstacle.
The DeleteAllObjectsTool deletes the dummy cars, pedestrians, and obstacles displayed by the above three tools.
Inputs / Outputs
Output
Name | Type | Description |
---|---|---|
/simulation/dummy_perception_publisher/object_info |
tier4_simulation_msgs::msg::DummyObject |
The topic on which to publish dummy object info |
Parameter
Core Parameters
CarPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
length_ |
float | 4.0 | X standard deviation for initial pose [m] |
width_ |
float | 1.8 | Y standard deviation for initial pose [m] |
height_ |
float | 2.0 | Z standard deviation for initial pose [m] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
BusPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
length_ |
float | 10.5 | X standard deviation for initial pose [m] |
width_ |
float | 2.5 | Y standard deviation for initial pose [m] |
height_ |
float | 3.5 | Z standard deviation for initial pose [m] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
PedestrianPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
UnknownPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
DeleteAllObjects
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
Assumptions / Known limits
Using a planning simulator
Usage
- Start rviz and select + on the tool tab.
- Select one of the following: tier4_dummy_object_rviz_plugin and press OK.
- Select the new item in the tool tab (2D Dummy Car in the example) and click on it in rviz.
Interactive manipulation
File truncated at 100 lines see the full file
Changelog for package tier4_dummy_object_rviz_plugin
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)
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.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
fix(cpplint): include what you use - simulator (#9572)
-
0.39.0
-
update changelog
-
Merge commit '6a1ddbd08bd' into release-0.39.0
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
-
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, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
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(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
rviz_common | |
rviz_default_plugins | |
tf2_geometry_msgs | |
tf2_ros | |
tier4_simulation_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_dummy_object_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.46.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-07-31 |
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_dummy_object_rviz_plugin
Purpose
This plugin is used to generate dummy pedestrians, cars, and obstacles in planning simulator.
Overview
The CarInitialPoseTool sends a topic for generating a dummy car.
The PedestrianInitialPoseTool sends a topic for generating a dummy pedestrian.
The UnknownInitialPoseTool sends a topic for generating a dummy obstacle.
The DeleteAllObjectsTool deletes the dummy cars, pedestrians, and obstacles displayed by the above three tools.
Inputs / Outputs
Output
Name | Type | Description |
---|---|---|
/simulation/dummy_perception_publisher/object_info |
tier4_simulation_msgs::msg::DummyObject |
The topic on which to publish dummy object info |
Parameter
Core Parameters
CarPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
length_ |
float | 4.0 | X standard deviation for initial pose [m] |
width_ |
float | 1.8 | Y standard deviation for initial pose [m] |
height_ |
float | 2.0 | Z standard deviation for initial pose [m] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
BusPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
length_ |
float | 10.5 | X standard deviation for initial pose [m] |
width_ |
float | 2.5 | Y standard deviation for initial pose [m] |
height_ |
float | 3.5 | Z standard deviation for initial pose [m] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
PedestrianPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
UnknownPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
DeleteAllObjects
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
Assumptions / Known limits
Using a planning simulator
Usage
- Start rviz and select + on the tool tab.
- Select one of the following: tier4_dummy_object_rviz_plugin and press OK.
- Select the new item in the tool tab (2D Dummy Car in the example) and click on it in rviz.
Interactive manipulation
File truncated at 100 lines see the full file
Changelog for package tier4_dummy_object_rviz_plugin
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)
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.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
fix(cpplint): include what you use - simulator (#9572)
-
0.39.0
-
update changelog
-
Merge commit '6a1ddbd08bd' into release-0.39.0
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
-
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, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
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(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
rviz_common | |
rviz_default_plugins | |
tf2_geometry_msgs | |
tf2_ros | |
tier4_simulation_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_dummy_object_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.46.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-07-31 |
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_dummy_object_rviz_plugin
Purpose
This plugin is used to generate dummy pedestrians, cars, and obstacles in planning simulator.
Overview
The CarInitialPoseTool sends a topic for generating a dummy car.
The PedestrianInitialPoseTool sends a topic for generating a dummy pedestrian.
The UnknownInitialPoseTool sends a topic for generating a dummy obstacle.
The DeleteAllObjectsTool deletes the dummy cars, pedestrians, and obstacles displayed by the above three tools.
Inputs / Outputs
Output
Name | Type | Description |
---|---|---|
/simulation/dummy_perception_publisher/object_info |
tier4_simulation_msgs::msg::DummyObject |
The topic on which to publish dummy object info |
Parameter
Core Parameters
CarPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
length_ |
float | 4.0 | X standard deviation for initial pose [m] |
width_ |
float | 1.8 | Y standard deviation for initial pose [m] |
height_ |
float | 2.0 | Z standard deviation for initial pose [m] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
BusPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
length_ |
float | 10.5 | X standard deviation for initial pose [m] |
width_ |
float | 2.5 | Y standard deviation for initial pose [m] |
height_ |
float | 3.5 | Z standard deviation for initial pose [m] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
PedestrianPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
UnknownPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
DeleteAllObjects
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
Assumptions / Known limits
Using a planning simulator
Usage
- Start rviz and select + on the tool tab.
- Select one of the following: tier4_dummy_object_rviz_plugin and press OK.
- Select the new item in the tool tab (2D Dummy Car in the example) and click on it in rviz.
Interactive manipulation
File truncated at 100 lines see the full file
Changelog for package tier4_dummy_object_rviz_plugin
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)
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.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
fix(cpplint): include what you use - simulator (#9572)
-
0.39.0
-
update changelog
-
Merge commit '6a1ddbd08bd' into release-0.39.0
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
-
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, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
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(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
rviz_common | |
rviz_default_plugins | |
tf2_geometry_msgs | |
tf2_ros | |
tier4_simulation_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_dummy_object_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.46.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-07-31 |
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_dummy_object_rviz_plugin
Purpose
This plugin is used to generate dummy pedestrians, cars, and obstacles in planning simulator.
Overview
The CarInitialPoseTool sends a topic for generating a dummy car.
The PedestrianInitialPoseTool sends a topic for generating a dummy pedestrian.
The UnknownInitialPoseTool sends a topic for generating a dummy obstacle.
The DeleteAllObjectsTool deletes the dummy cars, pedestrians, and obstacles displayed by the above three tools.
Inputs / Outputs
Output
Name | Type | Description |
---|---|---|
/simulation/dummy_perception_publisher/object_info |
tier4_simulation_msgs::msg::DummyObject |
The topic on which to publish dummy object info |
Parameter
Core Parameters
CarPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
length_ |
float | 4.0 | X standard deviation for initial pose [m] |
width_ |
float | 1.8 | Y standard deviation for initial pose [m] |
height_ |
float | 2.0 | Z standard deviation for initial pose [m] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
BusPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
length_ |
float | 10.5 | X standard deviation for initial pose [m] |
width_ |
float | 2.5 | Y standard deviation for initial pose [m] |
height_ |
float | 3.5 | Z standard deviation for initial pose [m] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
PedestrianPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
UnknownPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
DeleteAllObjects
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
Assumptions / Known limits
Using a planning simulator
Usage
- Start rviz and select + on the tool tab.
- Select one of the following: tier4_dummy_object_rviz_plugin and press OK.
- Select the new item in the tool tab (2D Dummy Car in the example) and click on it in rviz.
Interactive manipulation
File truncated at 100 lines see the full file
Changelog for package tier4_dummy_object_rviz_plugin
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)
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.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
fix(cpplint): include what you use - simulator (#9572)
-
0.39.0
-
update changelog
-
Merge commit '6a1ddbd08bd' into release-0.39.0
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
-
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, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
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(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
rviz_common | |
rviz_default_plugins | |
tf2_geometry_msgs | |
tf2_ros | |
tier4_simulation_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged tier4_dummy_object_rviz_plugin at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.46.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-07-31 |
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_dummy_object_rviz_plugin
Purpose
This plugin is used to generate dummy pedestrians, cars, and obstacles in planning simulator.
Overview
The CarInitialPoseTool sends a topic for generating a dummy car.
The PedestrianInitialPoseTool sends a topic for generating a dummy pedestrian.
The UnknownInitialPoseTool sends a topic for generating a dummy obstacle.
The DeleteAllObjectsTool deletes the dummy cars, pedestrians, and obstacles displayed by the above three tools.
Inputs / Outputs
Output
Name | Type | Description |
---|---|---|
/simulation/dummy_perception_publisher/object_info |
tier4_simulation_msgs::msg::DummyObject |
The topic on which to publish dummy object info |
Parameter
Core Parameters
CarPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
length_ |
float | 4.0 | X standard deviation for initial pose [m] |
width_ |
float | 1.8 | Y standard deviation for initial pose [m] |
height_ |
float | 2.0 | Z standard deviation for initial pose [m] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
BusPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
length_ |
float | 10.5 | X standard deviation for initial pose [m] |
width_ |
float | 2.5 | Y standard deviation for initial pose [m] |
height_ |
float | 3.5 | Z standard deviation for initial pose [m] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
PedestrianPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
UnknownPose
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
std_dev_x_ |
float | 0.03 | X standard deviation for initial pose [m] |
std_dev_y_ |
float | 0.03 | Y standard deviation for initial pose [m] |
std_dev_z_ |
float | 0.03 | Z standard deviation for initial pose [m] |
std_dev_theta_ |
float | 5.0 * M_PI / 180.0 | Theta standard deviation for initial pose [rad] |
position_z_ |
float | 0.0 | Z position for initial pose [m] |
velocity_ |
float | 0.0 | Velocity [m/s] |
DeleteAllObjects
Name | Type | Default Value | Description |
---|---|---|---|
topic_property_ |
string | /simulation/dummy_perception_publisher/object_info |
The topic on which to publish dummy object info |
Assumptions / Known limits
Using a planning simulator
Usage
- Start rviz and select + on the tool tab.
- Select one of the following: tier4_dummy_object_rviz_plugin and press OK.
- Select the new item in the tool tab (2D Dummy Car in the example) and click on it in rviz.
Interactive manipulation
File truncated at 100 lines see the full file
Changelog for package tier4_dummy_object_rviz_plugin
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)
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.
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
chore(package.xml): bump version to 0.39.0 (#9587)
- chore(package.xml): bump version to 0.39.0
- fix: fix ticket links in CHANGELOG.rst
* fix: remove unnecessary diff ---------Co-authored-by: Yutaka Kondo <<yutaka.kondo@youtalk.jp>>
-
fix: fix ticket links in CHANGELOG.rst (#9588)
-
fix(cpplint): include what you use - simulator (#9572)
-
0.39.0
-
update changelog
-
Merge commit '6a1ddbd08bd' into release-0.39.0
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
-
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, Fumiya Watanabe, M. Fatih Cırıt, Ryohsuke Mitsudome, Yutaka Kondo
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(tier4_dummy_object_rviz_plugin): fix missing dependency (#9306)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
rviz_common | |
rviz_default_plugins | |
tf2_geometry_msgs | |
tf2_ros | |
tier4_simulation_msgs |