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
- Fumihito Ito
- TetsuKawa
Authors
dummy_diag_publisher
Purpose
This package outputs a dummy diagnostic data for debugging and developing.
Inputs / Outputs
Outputs
Name | Type | Description |
---|---|---|
/diagnostics |
diagnostic_msgs::msgs::DiagnosticArray |
Diagnostics outputs |
Parameters
Node Parameters
The parameter DIAGNOSTIC_NAME
must be a name that exists in the parameter YAML file. If the parameter status
is given from a command line, the parameter is_active
is automatically set to true
.
Name | Type | Default Value | Explanation | Reconfigurable |
---|---|---|---|---|
update_rate |
int | 10 |
Timer callback period [Hz] | false |
DIAGNOSTIC_NAME.is_active |
bool | true |
Force update or not | true |
DIAGNOSTIC_NAME.status |
string | "OK" |
diag status set by dummy diag publisher | true |
YAML format for dummy_diag_publisher
If the value is default
, the default value will be set.
Key | Type | Default Value | Explanation |
---|---|---|---|
required_diags.DIAGNOSTIC_NAME.is_active |
bool | true |
Force update or not |
required_diags.DIAGNOSTIC_NAME.status |
string | "OK" |
diag status set by dummy diag publisher |
Assumptions / Known limits
TBD.
Usage
launch
ros2 launch autoware_dummy_diag_publisher dummy_diag_publisher.launch.xml
reconfigure
ros2 param set /dummy_diag_publisher velodyne_connection.status "Warn"
ros2 param set /dummy_diag_publisher velodyne_connection.is_active true
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package autoware_dummy_diag_publisher \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
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)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
fix(autoware_dummy_diag_publisher): add autowre prefix (#9958)
- fic: add autoare_ prefix
- fix: add autoare_ prefix codeowner
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Contributors: Fumiya Watanabe, TetsuKawa
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 - system (#9573)
-
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: 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
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
rqt_reconfigure | |
rqt_robot_monitor | |
rqt_runtime_monitor | |
ament_lint_auto | |
autoware_lint_common | |
diagnostic_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
Name |
---|
fmt |
Dependant Packages
Name | Deps |
---|---|
tier4_system_launch |
Launch files
- launch/dummy_diag_publisher.launch.xml
-
- config_file [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/_empty.param.yaml]
- extra_config_file_sensor [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/_empty.param.yaml]
- update_rate [default: 10.0]
- launch_rqt_reconfigure [default: true]
- launch_rqt_runtime_monitor [default: true]
- launch_rqt_robot_monitor [default: true]
- launch_rqt_runtime_monitor_err [default: true]
- launch/dummy_diag_publisher_node.launch.xml
-
- config_file [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/dummy_diag_publisher.param.yaml]
- extra_config_file_sensor [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/extra.param.yaml]
- update_rate [default: 10.0]
Messages
Services
Plugins
Recent questions tagged autoware_dummy_diag_publisher 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
- Fumihito Ito
- TetsuKawa
Authors
dummy_diag_publisher
Purpose
This package outputs a dummy diagnostic data for debugging and developing.
Inputs / Outputs
Outputs
Name | Type | Description |
---|---|---|
/diagnostics |
diagnostic_msgs::msgs::DiagnosticArray |
Diagnostics outputs |
Parameters
Node Parameters
The parameter DIAGNOSTIC_NAME
must be a name that exists in the parameter YAML file. If the parameter status
is given from a command line, the parameter is_active
is automatically set to true
.
Name | Type | Default Value | Explanation | Reconfigurable |
---|---|---|---|---|
update_rate |
int | 10 |
Timer callback period [Hz] | false |
DIAGNOSTIC_NAME.is_active |
bool | true |
Force update or not | true |
DIAGNOSTIC_NAME.status |
string | "OK" |
diag status set by dummy diag publisher | true |
YAML format for dummy_diag_publisher
If the value is default
, the default value will be set.
Key | Type | Default Value | Explanation |
---|---|---|---|
required_diags.DIAGNOSTIC_NAME.is_active |
bool | true |
Force update or not |
required_diags.DIAGNOSTIC_NAME.status |
string | "OK" |
diag status set by dummy diag publisher |
Assumptions / Known limits
TBD.
Usage
launch
ros2 launch autoware_dummy_diag_publisher dummy_diag_publisher.launch.xml
reconfigure
ros2 param set /dummy_diag_publisher velodyne_connection.status "Warn"
ros2 param set /dummy_diag_publisher velodyne_connection.is_active true
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package autoware_dummy_diag_publisher \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
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)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
fix(autoware_dummy_diag_publisher): add autowre prefix (#9958)
- fic: add autoare_ prefix
- fix: add autoare_ prefix codeowner
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Contributors: Fumiya Watanabe, TetsuKawa
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 - system (#9573)
-
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: 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
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
rqt_reconfigure | |
rqt_robot_monitor | |
rqt_runtime_monitor | |
ament_lint_auto | |
autoware_lint_common | |
diagnostic_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
Name |
---|
fmt |
Dependant Packages
Name | Deps |
---|---|
tier4_system_launch |
Launch files
- launch/dummy_diag_publisher.launch.xml
-
- config_file [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/_empty.param.yaml]
- extra_config_file_sensor [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/_empty.param.yaml]
- update_rate [default: 10.0]
- launch_rqt_reconfigure [default: true]
- launch_rqt_runtime_monitor [default: true]
- launch_rqt_robot_monitor [default: true]
- launch_rqt_runtime_monitor_err [default: true]
- launch/dummy_diag_publisher_node.launch.xml
-
- config_file [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/dummy_diag_publisher.param.yaml]
- extra_config_file_sensor [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/extra.param.yaml]
- update_rate [default: 10.0]
Messages
Services
Plugins
Recent questions tagged autoware_dummy_diag_publisher 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
- Fumihito Ito
- TetsuKawa
Authors
dummy_diag_publisher
Purpose
This package outputs a dummy diagnostic data for debugging and developing.
Inputs / Outputs
Outputs
Name | Type | Description |
---|---|---|
/diagnostics |
diagnostic_msgs::msgs::DiagnosticArray |
Diagnostics outputs |
Parameters
Node Parameters
The parameter DIAGNOSTIC_NAME
must be a name that exists in the parameter YAML file. If the parameter status
is given from a command line, the parameter is_active
is automatically set to true
.
Name | Type | Default Value | Explanation | Reconfigurable |
---|---|---|---|---|
update_rate |
int | 10 |
Timer callback period [Hz] | false |
DIAGNOSTIC_NAME.is_active |
bool | true |
Force update or not | true |
DIAGNOSTIC_NAME.status |
string | "OK" |
diag status set by dummy diag publisher | true |
YAML format for dummy_diag_publisher
If the value is default
, the default value will be set.
Key | Type | Default Value | Explanation |
---|---|---|---|
required_diags.DIAGNOSTIC_NAME.is_active |
bool | true |
Force update or not |
required_diags.DIAGNOSTIC_NAME.status |
string | "OK" |
diag status set by dummy diag publisher |
Assumptions / Known limits
TBD.
Usage
launch
ros2 launch autoware_dummy_diag_publisher dummy_diag_publisher.launch.xml
reconfigure
ros2 param set /dummy_diag_publisher velodyne_connection.status "Warn"
ros2 param set /dummy_diag_publisher velodyne_connection.is_active true
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package autoware_dummy_diag_publisher \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
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)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
fix(autoware_dummy_diag_publisher): add autowre prefix (#9958)
- fic: add autoare_ prefix
- fix: add autoare_ prefix codeowner
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Contributors: Fumiya Watanabe, TetsuKawa
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 - system (#9573)
-
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: 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
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
rqt_reconfigure | |
rqt_robot_monitor | |
rqt_runtime_monitor | |
ament_lint_auto | |
autoware_lint_common | |
diagnostic_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
Name |
---|
fmt |
Dependant Packages
Name | Deps |
---|---|
tier4_system_launch |
Launch files
- launch/dummy_diag_publisher.launch.xml
-
- config_file [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/_empty.param.yaml]
- extra_config_file_sensor [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/_empty.param.yaml]
- update_rate [default: 10.0]
- launch_rqt_reconfigure [default: true]
- launch_rqt_runtime_monitor [default: true]
- launch_rqt_robot_monitor [default: true]
- launch_rqt_runtime_monitor_err [default: true]
- launch/dummy_diag_publisher_node.launch.xml
-
- config_file [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/dummy_diag_publisher.param.yaml]
- extra_config_file_sensor [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/extra.param.yaml]
- update_rate [default: 10.0]
Messages
Services
Plugins
Recent questions tagged autoware_dummy_diag_publisher 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
- Fumihito Ito
- TetsuKawa
Authors
dummy_diag_publisher
Purpose
This package outputs a dummy diagnostic data for debugging and developing.
Inputs / Outputs
Outputs
Name | Type | Description |
---|---|---|
/diagnostics |
diagnostic_msgs::msgs::DiagnosticArray |
Diagnostics outputs |
Parameters
Node Parameters
The parameter DIAGNOSTIC_NAME
must be a name that exists in the parameter YAML file. If the parameter status
is given from a command line, the parameter is_active
is automatically set to true
.
Name | Type | Default Value | Explanation | Reconfigurable |
---|---|---|---|---|
update_rate |
int | 10 |
Timer callback period [Hz] | false |
DIAGNOSTIC_NAME.is_active |
bool | true |
Force update or not | true |
DIAGNOSTIC_NAME.status |
string | "OK" |
diag status set by dummy diag publisher | true |
YAML format for dummy_diag_publisher
If the value is default
, the default value will be set.
Key | Type | Default Value | Explanation |
---|---|---|---|
required_diags.DIAGNOSTIC_NAME.is_active |
bool | true |
Force update or not |
required_diags.DIAGNOSTIC_NAME.status |
string | "OK" |
diag status set by dummy diag publisher |
Assumptions / Known limits
TBD.
Usage
launch
ros2 launch autoware_dummy_diag_publisher dummy_diag_publisher.launch.xml
reconfigure
ros2 param set /dummy_diag_publisher velodyne_connection.status "Warn"
ros2 param set /dummy_diag_publisher velodyne_connection.is_active true
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package autoware_dummy_diag_publisher \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
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)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
fix(autoware_dummy_diag_publisher): add autowre prefix (#9958)
- fic: add autoare_ prefix
- fix: add autoare_ prefix codeowner
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Contributors: Fumiya Watanabe, TetsuKawa
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 - system (#9573)
-
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: 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
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
rqt_reconfigure | |
rqt_robot_monitor | |
rqt_runtime_monitor | |
ament_lint_auto | |
autoware_lint_common | |
diagnostic_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
Name |
---|
fmt |
Dependant Packages
Name | Deps |
---|---|
tier4_system_launch |
Launch files
- launch/dummy_diag_publisher.launch.xml
-
- config_file [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/_empty.param.yaml]
- extra_config_file_sensor [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/_empty.param.yaml]
- update_rate [default: 10.0]
- launch_rqt_reconfigure [default: true]
- launch_rqt_runtime_monitor [default: true]
- launch_rqt_robot_monitor [default: true]
- launch_rqt_runtime_monitor_err [default: true]
- launch/dummy_diag_publisher_node.launch.xml
-
- config_file [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/dummy_diag_publisher.param.yaml]
- extra_config_file_sensor [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/extra.param.yaml]
- update_rate [default: 10.0]
Messages
Services
Plugins
Recent questions tagged autoware_dummy_diag_publisher 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
- Fumihito Ito
- TetsuKawa
Authors
dummy_diag_publisher
Purpose
This package outputs a dummy diagnostic data for debugging and developing.
Inputs / Outputs
Outputs
Name | Type | Description |
---|---|---|
/diagnostics |
diagnostic_msgs::msgs::DiagnosticArray |
Diagnostics outputs |
Parameters
Node Parameters
The parameter DIAGNOSTIC_NAME
must be a name that exists in the parameter YAML file. If the parameter status
is given from a command line, the parameter is_active
is automatically set to true
.
Name | Type | Default Value | Explanation | Reconfigurable |
---|---|---|---|---|
update_rate |
int | 10 |
Timer callback period [Hz] | false |
DIAGNOSTIC_NAME.is_active |
bool | true |
Force update or not | true |
DIAGNOSTIC_NAME.status |
string | "OK" |
diag status set by dummy diag publisher | true |
YAML format for dummy_diag_publisher
If the value is default
, the default value will be set.
Key | Type | Default Value | Explanation |
---|---|---|---|
required_diags.DIAGNOSTIC_NAME.is_active |
bool | true |
Force update or not |
required_diags.DIAGNOSTIC_NAME.status |
string | "OK" |
diag status set by dummy diag publisher |
Assumptions / Known limits
TBD.
Usage
launch
ros2 launch autoware_dummy_diag_publisher dummy_diag_publisher.launch.xml
reconfigure
ros2 param set /dummy_diag_publisher velodyne_connection.status "Warn"
ros2 param set /dummy_diag_publisher velodyne_connection.is_active true
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package autoware_dummy_diag_publisher \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
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)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
fix(autoware_dummy_diag_publisher): add autowre prefix (#9958)
- fic: add autoare_ prefix
- fix: add autoare_ prefix codeowner
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Contributors: Fumiya Watanabe, TetsuKawa
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 - system (#9573)
-
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: 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
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
rqt_reconfigure | |
rqt_robot_monitor | |
rqt_runtime_monitor | |
ament_lint_auto | |
autoware_lint_common | |
diagnostic_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
Name |
---|
fmt |
Dependant Packages
Name | Deps |
---|---|
tier4_system_launch |
Launch files
- launch/dummy_diag_publisher.launch.xml
-
- config_file [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/_empty.param.yaml]
- extra_config_file_sensor [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/_empty.param.yaml]
- update_rate [default: 10.0]
- launch_rqt_reconfigure [default: true]
- launch_rqt_runtime_monitor [default: true]
- launch_rqt_robot_monitor [default: true]
- launch_rqt_runtime_monitor_err [default: true]
- launch/dummy_diag_publisher_node.launch.xml
-
- config_file [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/dummy_diag_publisher.param.yaml]
- extra_config_file_sensor [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/extra.param.yaml]
- update_rate [default: 10.0]
Messages
Services
Plugins
Recent questions tagged autoware_dummy_diag_publisher 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
- Fumihito Ito
- TetsuKawa
Authors
dummy_diag_publisher
Purpose
This package outputs a dummy diagnostic data for debugging and developing.
Inputs / Outputs
Outputs
Name | Type | Description |
---|---|---|
/diagnostics |
diagnostic_msgs::msgs::DiagnosticArray |
Diagnostics outputs |
Parameters
Node Parameters
The parameter DIAGNOSTIC_NAME
must be a name that exists in the parameter YAML file. If the parameter status
is given from a command line, the parameter is_active
is automatically set to true
.
Name | Type | Default Value | Explanation | Reconfigurable |
---|---|---|---|---|
update_rate |
int | 10 |
Timer callback period [Hz] | false |
DIAGNOSTIC_NAME.is_active |
bool | true |
Force update or not | true |
DIAGNOSTIC_NAME.status |
string | "OK" |
diag status set by dummy diag publisher | true |
YAML format for dummy_diag_publisher
If the value is default
, the default value will be set.
Key | Type | Default Value | Explanation |
---|---|---|---|
required_diags.DIAGNOSTIC_NAME.is_active |
bool | true |
Force update or not |
required_diags.DIAGNOSTIC_NAME.status |
string | "OK" |
diag status set by dummy diag publisher |
Assumptions / Known limits
TBD.
Usage
launch
ros2 launch autoware_dummy_diag_publisher dummy_diag_publisher.launch.xml
reconfigure
ros2 param set /dummy_diag_publisher velodyne_connection.status "Warn"
ros2 param set /dummy_diag_publisher velodyne_connection.is_active true
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package autoware_dummy_diag_publisher \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
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)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
fix(autoware_dummy_diag_publisher): add autowre prefix (#9958)
- fic: add autoare_ prefix
- fix: add autoare_ prefix codeowner
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Contributors: Fumiya Watanabe, TetsuKawa
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 - system (#9573)
-
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: 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
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
rqt_reconfigure | |
rqt_robot_monitor | |
rqt_runtime_monitor | |
ament_lint_auto | |
autoware_lint_common | |
diagnostic_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
Name |
---|
fmt |
Dependant Packages
Name | Deps |
---|---|
tier4_system_launch |
Launch files
- launch/dummy_diag_publisher.launch.xml
-
- config_file [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/_empty.param.yaml]
- extra_config_file_sensor [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/_empty.param.yaml]
- update_rate [default: 10.0]
- launch_rqt_reconfigure [default: true]
- launch_rqt_runtime_monitor [default: true]
- launch_rqt_robot_monitor [default: true]
- launch_rqt_runtime_monitor_err [default: true]
- launch/dummy_diag_publisher_node.launch.xml
-
- config_file [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/dummy_diag_publisher.param.yaml]
- extra_config_file_sensor [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/extra.param.yaml]
- update_rate [default: 10.0]
Messages
Services
Plugins
Recent questions tagged autoware_dummy_diag_publisher 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
- Fumihito Ito
- TetsuKawa
Authors
dummy_diag_publisher
Purpose
This package outputs a dummy diagnostic data for debugging and developing.
Inputs / Outputs
Outputs
Name | Type | Description |
---|---|---|
/diagnostics |
diagnostic_msgs::msgs::DiagnosticArray |
Diagnostics outputs |
Parameters
Node Parameters
The parameter DIAGNOSTIC_NAME
must be a name that exists in the parameter YAML file. If the parameter status
is given from a command line, the parameter is_active
is automatically set to true
.
Name | Type | Default Value | Explanation | Reconfigurable |
---|---|---|---|---|
update_rate |
int | 10 |
Timer callback period [Hz] | false |
DIAGNOSTIC_NAME.is_active |
bool | true |
Force update or not | true |
DIAGNOSTIC_NAME.status |
string | "OK" |
diag status set by dummy diag publisher | true |
YAML format for dummy_diag_publisher
If the value is default
, the default value will be set.
Key | Type | Default Value | Explanation |
---|---|---|---|
required_diags.DIAGNOSTIC_NAME.is_active |
bool | true |
Force update or not |
required_diags.DIAGNOSTIC_NAME.status |
string | "OK" |
diag status set by dummy diag publisher |
Assumptions / Known limits
TBD.
Usage
launch
ros2 launch autoware_dummy_diag_publisher dummy_diag_publisher.launch.xml
reconfigure
ros2 param set /dummy_diag_publisher velodyne_connection.status "Warn"
ros2 param set /dummy_diag_publisher velodyne_connection.is_active true
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package autoware_dummy_diag_publisher \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
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)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
fix(autoware_dummy_diag_publisher): add autowre prefix (#9958)
- fic: add autoare_ prefix
- fix: add autoare_ prefix codeowner
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Contributors: Fumiya Watanabe, TetsuKawa
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 - system (#9573)
-
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: 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
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
rqt_reconfigure | |
rqt_robot_monitor | |
rqt_runtime_monitor | |
ament_lint_auto | |
autoware_lint_common | |
diagnostic_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
Name |
---|
fmt |
Dependant Packages
Name | Deps |
---|---|
tier4_system_launch |
Launch files
- launch/dummy_diag_publisher.launch.xml
-
- config_file [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/_empty.param.yaml]
- extra_config_file_sensor [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/_empty.param.yaml]
- update_rate [default: 10.0]
- launch_rqt_reconfigure [default: true]
- launch_rqt_runtime_monitor [default: true]
- launch_rqt_robot_monitor [default: true]
- launch_rqt_runtime_monitor_err [default: true]
- launch/dummy_diag_publisher_node.launch.xml
-
- config_file [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/dummy_diag_publisher.param.yaml]
- extra_config_file_sensor [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/extra.param.yaml]
- update_rate [default: 10.0]
Messages
Services
Plugins
Recent questions tagged autoware_dummy_diag_publisher 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
- Fumihito Ito
- TetsuKawa
Authors
dummy_diag_publisher
Purpose
This package outputs a dummy diagnostic data for debugging and developing.
Inputs / Outputs
Outputs
Name | Type | Description |
---|---|---|
/diagnostics |
diagnostic_msgs::msgs::DiagnosticArray |
Diagnostics outputs |
Parameters
Node Parameters
The parameter DIAGNOSTIC_NAME
must be a name that exists in the parameter YAML file. If the parameter status
is given from a command line, the parameter is_active
is automatically set to true
.
Name | Type | Default Value | Explanation | Reconfigurable |
---|---|---|---|---|
update_rate |
int | 10 |
Timer callback period [Hz] | false |
DIAGNOSTIC_NAME.is_active |
bool | true |
Force update or not | true |
DIAGNOSTIC_NAME.status |
string | "OK" |
diag status set by dummy diag publisher | true |
YAML format for dummy_diag_publisher
If the value is default
, the default value will be set.
Key | Type | Default Value | Explanation |
---|---|---|---|
required_diags.DIAGNOSTIC_NAME.is_active |
bool | true |
Force update or not |
required_diags.DIAGNOSTIC_NAME.status |
string | "OK" |
diag status set by dummy diag publisher |
Assumptions / Known limits
TBD.
Usage
launch
ros2 launch autoware_dummy_diag_publisher dummy_diag_publisher.launch.xml
reconfigure
ros2 param set /dummy_diag_publisher velodyne_connection.status "Warn"
ros2 param set /dummy_diag_publisher velodyne_connection.is_active true
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package autoware_dummy_diag_publisher \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
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)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
fix(autoware_dummy_diag_publisher): add autowre prefix (#9958)
- fic: add autoare_ prefix
- fix: add autoare_ prefix codeowner
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Contributors: Fumiya Watanabe, TetsuKawa
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 - system (#9573)
-
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: 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
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
rqt_reconfigure | |
rqt_robot_monitor | |
rqt_runtime_monitor | |
ament_lint_auto | |
autoware_lint_common | |
diagnostic_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
Name |
---|
fmt |
Dependant Packages
Name | Deps |
---|---|
tier4_system_launch |
Launch files
- launch/dummy_diag_publisher.launch.xml
-
- config_file [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/_empty.param.yaml]
- extra_config_file_sensor [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/_empty.param.yaml]
- update_rate [default: 10.0]
- launch_rqt_reconfigure [default: true]
- launch_rqt_runtime_monitor [default: true]
- launch_rqt_robot_monitor [default: true]
- launch_rqt_runtime_monitor_err [default: true]
- launch/dummy_diag_publisher_node.launch.xml
-
- config_file [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/dummy_diag_publisher.param.yaml]
- extra_config_file_sensor [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/extra.param.yaml]
- update_rate [default: 10.0]
Messages
Services
Plugins
Recent questions tagged autoware_dummy_diag_publisher 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
- Fumihito Ito
- TetsuKawa
Authors
dummy_diag_publisher
Purpose
This package outputs a dummy diagnostic data for debugging and developing.
Inputs / Outputs
Outputs
Name | Type | Description |
---|---|---|
/diagnostics |
diagnostic_msgs::msgs::DiagnosticArray |
Diagnostics outputs |
Parameters
Node Parameters
The parameter DIAGNOSTIC_NAME
must be a name that exists in the parameter YAML file. If the parameter status
is given from a command line, the parameter is_active
is automatically set to true
.
Name | Type | Default Value | Explanation | Reconfigurable |
---|---|---|---|---|
update_rate |
int | 10 |
Timer callback period [Hz] | false |
DIAGNOSTIC_NAME.is_active |
bool | true |
Force update or not | true |
DIAGNOSTIC_NAME.status |
string | "OK" |
diag status set by dummy diag publisher | true |
YAML format for dummy_diag_publisher
If the value is default
, the default value will be set.
Key | Type | Default Value | Explanation |
---|---|---|---|
required_diags.DIAGNOSTIC_NAME.is_active |
bool | true |
Force update or not |
required_diags.DIAGNOSTIC_NAME.status |
string | "OK" |
diag status set by dummy diag publisher |
Assumptions / Known limits
TBD.
Usage
launch
ros2 launch autoware_dummy_diag_publisher dummy_diag_publisher.launch.xml
reconfigure
ros2 param set /dummy_diag_publisher velodyne_connection.status "Warn"
ros2 param set /dummy_diag_publisher velodyne_connection.is_active true
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package autoware_dummy_diag_publisher \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
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)
-
Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
-
fix(autoware_dummy_diag_publisher): add autowre prefix (#9958)
- fic: add autoare_ prefix
- fix: add autoare_ prefix codeowner
* style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Contributors: Fumiya Watanabe, TetsuKawa
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 - system (#9573)
-
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: 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
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
rqt_reconfigure | |
rqt_robot_monitor | |
rqt_runtime_monitor | |
ament_lint_auto | |
autoware_lint_common | |
diagnostic_msgs | |
rclcpp | |
rclcpp_components |
System Dependencies
Name |
---|
fmt |
Dependant Packages
Name | Deps |
---|---|
tier4_system_launch |
Launch files
- launch/dummy_diag_publisher.launch.xml
-
- config_file [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/_empty.param.yaml]
- extra_config_file_sensor [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/_empty.param.yaml]
- update_rate [default: 10.0]
- launch_rqt_reconfigure [default: true]
- launch_rqt_runtime_monitor [default: true]
- launch_rqt_robot_monitor [default: true]
- launch_rqt_runtime_monitor_err [default: true]
- launch/dummy_diag_publisher_node.launch.xml
-
- config_file [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/dummy_diag_publisher.param.yaml]
- extra_config_file_sensor [default: $(find-pkg-share autoware_dummy_diag_publisher)/config/extra.param.yaml]
- update_rate [default: 10.0]