Package Summary
Tags | No category tags. |
Version | 0.43.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/autowarefoundation/autoware_universe.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-04-04 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- 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
You can interactively manipulate the object.
- Select “Tool Properties” in rviz.
- Select the corresponding object tab in the Tool Properties.
- Turn the “Interactive” checkbox on.
- Select the item in the tool tab in you haven’t chosen yet.
- Key commands are as follows.
action | key command |
---|---|
ADD | Shift + Click Right Button |
MOVE | Hold down Right Button + Drug and Drop |
DELETE | Alt + Click Right Button |
Material Design Icons
This project uses Material Design Icons by Google. These icons are used under the terms of the Apache License, Version 2.0.
Material Design Icons are a collection of symbols provided by Google that are used to enhance the user interface of applications, websites, and other digital products.
License
The Material Design Icons are licensed under the Apache License, Version 2.0. You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Acknowledgments
We would like to express our gratitude to Google for making these icons available to the community, helping developers and designers enhance the visual appeal and user experience of their projects.
Changelog for package tier4_dummy_object_rviz_plugin
0.43.0 (2025-03-21)
- Merge remote-tracking branch 'origin/main' into chore/bump-version-0.43
- chore: rename from [autoware.universe]{.title-ref} to [autoware_universe]{.title-ref} (#10306)
- Contributors: Hayato Mizushima, Yutaka Kondo
0.42.0 (2025-03-03)
0.41.2 (2025-02-19)
- chore: bump version to 0.41.1 (#10088)
- Contributors: Ryohsuke Mitsudome
0.41.1 (2025-02-10)
0.41.0 (2025-01-29)
0.40.0 (2024-12-12)
- Merge branch 'main' into release-0.40.0
- Revert "chore(package.xml): bump version to 0.39.0 (#9587)" This reverts commit c9f0f2688c57b0f657f5c1f28f036a970682e7f5.
- 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)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
- Contributors: Esteve Fernandez, Yutaka Kondo
0.38.0 (2024-11-08)
- unify package.xml version to 0.37.0
- style: update rviz plugin icons to match the theme (#8868)
- fix(dummy_perception_publisher,
tier4_dummy_object_rviz_plugin): separate dummy object msg
(#8828)
- fix: dummy object rviz plugin dependency
- fix: remove message from dummy perception publisher
* fix: node name ---------
- fix(tier4_dummy_object_rviz_plugin): fix unusedFunction (#8844) fix:unusedFunction
- fix(tier4_dummy_object_rviz_plugin): fix functionConst (#8830) fix:functionConst
- fix(tier4_perception_rviz_plugin): relocate
tier4_perception_rviz_plugin and rename it to
tier4_dummy_object_rviz_plugin
(#8818)
- chore: move tier4_perception_rviz_plugin package to simulation folder
- chore: reorder codeowners
- rename package to tier4_dummy_perception_rviz_plugin
* chore: rename to tier4_dummy_object_rviz_plugin ---------
- Contributors: Khalil Selyan, Taekjin LEE, Yutaka Kondo, kobayu858
0.26.0 (2024-04-03)
Wiki Tutorials
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 |