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
- Ryohsuke Mitsudome
- Junya Sasaki
Authors
autoware_topic_state_monitor
Purpose
This node monitors input topic for abnormalities such as timeout and low frequency. The result of topic status is published as diagnostics.
Inner-workings / Algorithms
The types of topic status and corresponding diagnostic status are following.
Topic status | Diagnostic status | Description |
---|---|---|
OK |
OK | The topic has no abnormalities |
NotReceived |
ERROR | The topic has not been received yet |
WarnRate |
WARN | The frequency of the topic is dropped |
ErrorRate |
ERROR | The frequency of the topic is significantly dropped |
Timeout |
ERROR | The topic subscription is stopped for a certain time |
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
any name | any type | Subscribe target topic to monitor |
Output
Name | Type | Description |
---|---|---|
/diagnostics |
diagnostic_msgs/DiagnosticArray |
Diagnostics outputs |
Parameters
Node Parameters
Name | Type | Default Value | Description |
---|---|---|---|
topic |
string | - | Name of target topic |
topic_type |
string | - | Type of target topic (used if the topic is not transform) |
frame_id |
string | - | Frame ID of transform parent (used if the topic is transform) |
child_frame_id |
string | - | Frame ID of transform child (used if the topic is transform) |
transient_local |
bool | false | QoS policy of topic subscription (Transient Local/Volatile) |
best_effort |
bool | false | QoS policy of topic subscription (Best Effort/Reliable) |
diag_name |
string | - | Name used for the diagnostics to publish |
update_rate |
double | 10.0 | Timer callback period [Hz] |
Core Parameters
Name | Type | Default Value | Description |
---|---|---|---|
warn_rate |
double | 0.5 | If the topic rate is lower than this value, the topic status becomes WarnRate
|
error_rate |
double | 0.1 | If the topic rate is lower than this value, the topic status becomes ErrorRate
|
timeout |
double | 1.0 | If the topic subscription is stopped for more than this time [s], the topic status becomes Timeout
|
window_size |
int | 10 | Window size of target topic for calculating frequency |
Assumptions / Known limits
TBD.
Changelog for package autoware_topic_state_monitor
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
- feat: apply [autoware]{.title-ref} prefix for [component_state_monitor]{.title-ref} and its dependencies (#9961)
- Contributors: Fumiya Watanabe, Junya Sasaki
0.40.0 (2024-12-12)
-
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)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
-
Contributors: Esteve Fernandez, Fumiya Watanabe, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
ament_index_cpp | |
diagnostic_updater | |
rclcpp | |
rclcpp_components | |
tf2_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_component_state_monitor |
Launch files
- launch/topic_state_monitor.launch.xml
-
- node_name_suffix
- topic
- topic_type
- transient_local [default: false]
- best_effort [default: false]
- diag_name
- warn_rate
- error_rate
- timeout
- window_size [default: 10]
- launch/topic_state_monitor_tf.launch.xml
-
- node_name_suffix
- topic
- frame_id
- child_frame_id
- transient_local [default: false]
- best_effort [default: false]
- diag_name
- warn_rate
- error_rate
- timeout
- window_size [default: 10]
Messages
Services
Plugins
Recent questions tagged autoware_topic_state_monitor 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
- Ryohsuke Mitsudome
- Junya Sasaki
Authors
autoware_topic_state_monitor
Purpose
This node monitors input topic for abnormalities such as timeout and low frequency. The result of topic status is published as diagnostics.
Inner-workings / Algorithms
The types of topic status and corresponding diagnostic status are following.
Topic status | Diagnostic status | Description |
---|---|---|
OK |
OK | The topic has no abnormalities |
NotReceived |
ERROR | The topic has not been received yet |
WarnRate |
WARN | The frequency of the topic is dropped |
ErrorRate |
ERROR | The frequency of the topic is significantly dropped |
Timeout |
ERROR | The topic subscription is stopped for a certain time |
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
any name | any type | Subscribe target topic to monitor |
Output
Name | Type | Description |
---|---|---|
/diagnostics |
diagnostic_msgs/DiagnosticArray |
Diagnostics outputs |
Parameters
Node Parameters
Name | Type | Default Value | Description |
---|---|---|---|
topic |
string | - | Name of target topic |
topic_type |
string | - | Type of target topic (used if the topic is not transform) |
frame_id |
string | - | Frame ID of transform parent (used if the topic is transform) |
child_frame_id |
string | - | Frame ID of transform child (used if the topic is transform) |
transient_local |
bool | false | QoS policy of topic subscription (Transient Local/Volatile) |
best_effort |
bool | false | QoS policy of topic subscription (Best Effort/Reliable) |
diag_name |
string | - | Name used for the diagnostics to publish |
update_rate |
double | 10.0 | Timer callback period [Hz] |
Core Parameters
Name | Type | Default Value | Description |
---|---|---|---|
warn_rate |
double | 0.5 | If the topic rate is lower than this value, the topic status becomes WarnRate
|
error_rate |
double | 0.1 | If the topic rate is lower than this value, the topic status becomes ErrorRate
|
timeout |
double | 1.0 | If the topic subscription is stopped for more than this time [s], the topic status becomes Timeout
|
window_size |
int | 10 | Window size of target topic for calculating frequency |
Assumptions / Known limits
TBD.
Changelog for package autoware_topic_state_monitor
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
- feat: apply [autoware]{.title-ref} prefix for [component_state_monitor]{.title-ref} and its dependencies (#9961)
- Contributors: Fumiya Watanabe, Junya Sasaki
0.40.0 (2024-12-12)
-
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)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
-
Contributors: Esteve Fernandez, Fumiya Watanabe, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
ament_index_cpp | |
diagnostic_updater | |
rclcpp | |
rclcpp_components | |
tf2_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_component_state_monitor |
Launch files
- launch/topic_state_monitor.launch.xml
-
- node_name_suffix
- topic
- topic_type
- transient_local [default: false]
- best_effort [default: false]
- diag_name
- warn_rate
- error_rate
- timeout
- window_size [default: 10]
- launch/topic_state_monitor_tf.launch.xml
-
- node_name_suffix
- topic
- frame_id
- child_frame_id
- transient_local [default: false]
- best_effort [default: false]
- diag_name
- warn_rate
- error_rate
- timeout
- window_size [default: 10]
Messages
Services
Plugins
Recent questions tagged autoware_topic_state_monitor 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
- Ryohsuke Mitsudome
- Junya Sasaki
Authors
autoware_topic_state_monitor
Purpose
This node monitors input topic for abnormalities such as timeout and low frequency. The result of topic status is published as diagnostics.
Inner-workings / Algorithms
The types of topic status and corresponding diagnostic status are following.
Topic status | Diagnostic status | Description |
---|---|---|
OK |
OK | The topic has no abnormalities |
NotReceived |
ERROR | The topic has not been received yet |
WarnRate |
WARN | The frequency of the topic is dropped |
ErrorRate |
ERROR | The frequency of the topic is significantly dropped |
Timeout |
ERROR | The topic subscription is stopped for a certain time |
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
any name | any type | Subscribe target topic to monitor |
Output
Name | Type | Description |
---|---|---|
/diagnostics |
diagnostic_msgs/DiagnosticArray |
Diagnostics outputs |
Parameters
Node Parameters
Name | Type | Default Value | Description |
---|---|---|---|
topic |
string | - | Name of target topic |
topic_type |
string | - | Type of target topic (used if the topic is not transform) |
frame_id |
string | - | Frame ID of transform parent (used if the topic is transform) |
child_frame_id |
string | - | Frame ID of transform child (used if the topic is transform) |
transient_local |
bool | false | QoS policy of topic subscription (Transient Local/Volatile) |
best_effort |
bool | false | QoS policy of topic subscription (Best Effort/Reliable) |
diag_name |
string | - | Name used for the diagnostics to publish |
update_rate |
double | 10.0 | Timer callback period [Hz] |
Core Parameters
Name | Type | Default Value | Description |
---|---|---|---|
warn_rate |
double | 0.5 | If the topic rate is lower than this value, the topic status becomes WarnRate
|
error_rate |
double | 0.1 | If the topic rate is lower than this value, the topic status becomes ErrorRate
|
timeout |
double | 1.0 | If the topic subscription is stopped for more than this time [s], the topic status becomes Timeout
|
window_size |
int | 10 | Window size of target topic for calculating frequency |
Assumptions / Known limits
TBD.
Changelog for package autoware_topic_state_monitor
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
- feat: apply [autoware]{.title-ref} prefix for [component_state_monitor]{.title-ref} and its dependencies (#9961)
- Contributors: Fumiya Watanabe, Junya Sasaki
0.40.0 (2024-12-12)
-
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)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
-
Contributors: Esteve Fernandez, Fumiya Watanabe, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
ament_index_cpp | |
diagnostic_updater | |
rclcpp | |
rclcpp_components | |
tf2_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_component_state_monitor |
Launch files
- launch/topic_state_monitor.launch.xml
-
- node_name_suffix
- topic
- topic_type
- transient_local [default: false]
- best_effort [default: false]
- diag_name
- warn_rate
- error_rate
- timeout
- window_size [default: 10]
- launch/topic_state_monitor_tf.launch.xml
-
- node_name_suffix
- topic
- frame_id
- child_frame_id
- transient_local [default: false]
- best_effort [default: false]
- diag_name
- warn_rate
- error_rate
- timeout
- window_size [default: 10]
Messages
Services
Plugins
Recent questions tagged autoware_topic_state_monitor 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
- Ryohsuke Mitsudome
- Junya Sasaki
Authors
autoware_topic_state_monitor
Purpose
This node monitors input topic for abnormalities such as timeout and low frequency. The result of topic status is published as diagnostics.
Inner-workings / Algorithms
The types of topic status and corresponding diagnostic status are following.
Topic status | Diagnostic status | Description |
---|---|---|
OK |
OK | The topic has no abnormalities |
NotReceived |
ERROR | The topic has not been received yet |
WarnRate |
WARN | The frequency of the topic is dropped |
ErrorRate |
ERROR | The frequency of the topic is significantly dropped |
Timeout |
ERROR | The topic subscription is stopped for a certain time |
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
any name | any type | Subscribe target topic to monitor |
Output
Name | Type | Description |
---|---|---|
/diagnostics |
diagnostic_msgs/DiagnosticArray |
Diagnostics outputs |
Parameters
Node Parameters
Name | Type | Default Value | Description |
---|---|---|---|
topic |
string | - | Name of target topic |
topic_type |
string | - | Type of target topic (used if the topic is not transform) |
frame_id |
string | - | Frame ID of transform parent (used if the topic is transform) |
child_frame_id |
string | - | Frame ID of transform child (used if the topic is transform) |
transient_local |
bool | false | QoS policy of topic subscription (Transient Local/Volatile) |
best_effort |
bool | false | QoS policy of topic subscription (Best Effort/Reliable) |
diag_name |
string | - | Name used for the diagnostics to publish |
update_rate |
double | 10.0 | Timer callback period [Hz] |
Core Parameters
Name | Type | Default Value | Description |
---|---|---|---|
warn_rate |
double | 0.5 | If the topic rate is lower than this value, the topic status becomes WarnRate
|
error_rate |
double | 0.1 | If the topic rate is lower than this value, the topic status becomes ErrorRate
|
timeout |
double | 1.0 | If the topic subscription is stopped for more than this time [s], the topic status becomes Timeout
|
window_size |
int | 10 | Window size of target topic for calculating frequency |
Assumptions / Known limits
TBD.
Changelog for package autoware_topic_state_monitor
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
- feat: apply [autoware]{.title-ref} prefix for [component_state_monitor]{.title-ref} and its dependencies (#9961)
- Contributors: Fumiya Watanabe, Junya Sasaki
0.40.0 (2024-12-12)
-
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)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
-
Contributors: Esteve Fernandez, Fumiya Watanabe, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
ament_index_cpp | |
diagnostic_updater | |
rclcpp | |
rclcpp_components | |
tf2_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_component_state_monitor |
Launch files
- launch/topic_state_monitor.launch.xml
-
- node_name_suffix
- topic
- topic_type
- transient_local [default: false]
- best_effort [default: false]
- diag_name
- warn_rate
- error_rate
- timeout
- window_size [default: 10]
- launch/topic_state_monitor_tf.launch.xml
-
- node_name_suffix
- topic
- frame_id
- child_frame_id
- transient_local [default: false]
- best_effort [default: false]
- diag_name
- warn_rate
- error_rate
- timeout
- window_size [default: 10]
Messages
Services
Plugins
Recent questions tagged autoware_topic_state_monitor 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
- Ryohsuke Mitsudome
- Junya Sasaki
Authors
autoware_topic_state_monitor
Purpose
This node monitors input topic for abnormalities such as timeout and low frequency. The result of topic status is published as diagnostics.
Inner-workings / Algorithms
The types of topic status and corresponding diagnostic status are following.
Topic status | Diagnostic status | Description |
---|---|---|
OK |
OK | The topic has no abnormalities |
NotReceived |
ERROR | The topic has not been received yet |
WarnRate |
WARN | The frequency of the topic is dropped |
ErrorRate |
ERROR | The frequency of the topic is significantly dropped |
Timeout |
ERROR | The topic subscription is stopped for a certain time |
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
any name | any type | Subscribe target topic to monitor |
Output
Name | Type | Description |
---|---|---|
/diagnostics |
diagnostic_msgs/DiagnosticArray |
Diagnostics outputs |
Parameters
Node Parameters
Name | Type | Default Value | Description |
---|---|---|---|
topic |
string | - | Name of target topic |
topic_type |
string | - | Type of target topic (used if the topic is not transform) |
frame_id |
string | - | Frame ID of transform parent (used if the topic is transform) |
child_frame_id |
string | - | Frame ID of transform child (used if the topic is transform) |
transient_local |
bool | false | QoS policy of topic subscription (Transient Local/Volatile) |
best_effort |
bool | false | QoS policy of topic subscription (Best Effort/Reliable) |
diag_name |
string | - | Name used for the diagnostics to publish |
update_rate |
double | 10.0 | Timer callback period [Hz] |
Core Parameters
Name | Type | Default Value | Description |
---|---|---|---|
warn_rate |
double | 0.5 | If the topic rate is lower than this value, the topic status becomes WarnRate
|
error_rate |
double | 0.1 | If the topic rate is lower than this value, the topic status becomes ErrorRate
|
timeout |
double | 1.0 | If the topic subscription is stopped for more than this time [s], the topic status becomes Timeout
|
window_size |
int | 10 | Window size of target topic for calculating frequency |
Assumptions / Known limits
TBD.
Changelog for package autoware_topic_state_monitor
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
- feat: apply [autoware]{.title-ref} prefix for [component_state_monitor]{.title-ref} and its dependencies (#9961)
- Contributors: Fumiya Watanabe, Junya Sasaki
0.40.0 (2024-12-12)
-
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)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
-
Contributors: Esteve Fernandez, Fumiya Watanabe, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
ament_index_cpp | |
diagnostic_updater | |
rclcpp | |
rclcpp_components | |
tf2_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_component_state_monitor |
Launch files
- launch/topic_state_monitor.launch.xml
-
- node_name_suffix
- topic
- topic_type
- transient_local [default: false]
- best_effort [default: false]
- diag_name
- warn_rate
- error_rate
- timeout
- window_size [default: 10]
- launch/topic_state_monitor_tf.launch.xml
-
- node_name_suffix
- topic
- frame_id
- child_frame_id
- transient_local [default: false]
- best_effort [default: false]
- diag_name
- warn_rate
- error_rate
- timeout
- window_size [default: 10]
Messages
Services
Plugins
Recent questions tagged autoware_topic_state_monitor 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
- Ryohsuke Mitsudome
- Junya Sasaki
Authors
autoware_topic_state_monitor
Purpose
This node monitors input topic for abnormalities such as timeout and low frequency. The result of topic status is published as diagnostics.
Inner-workings / Algorithms
The types of topic status and corresponding diagnostic status are following.
Topic status | Diagnostic status | Description |
---|---|---|
OK |
OK | The topic has no abnormalities |
NotReceived |
ERROR | The topic has not been received yet |
WarnRate |
WARN | The frequency of the topic is dropped |
ErrorRate |
ERROR | The frequency of the topic is significantly dropped |
Timeout |
ERROR | The topic subscription is stopped for a certain time |
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
any name | any type | Subscribe target topic to monitor |
Output
Name | Type | Description |
---|---|---|
/diagnostics |
diagnostic_msgs/DiagnosticArray |
Diagnostics outputs |
Parameters
Node Parameters
Name | Type | Default Value | Description |
---|---|---|---|
topic |
string | - | Name of target topic |
topic_type |
string | - | Type of target topic (used if the topic is not transform) |
frame_id |
string | - | Frame ID of transform parent (used if the topic is transform) |
child_frame_id |
string | - | Frame ID of transform child (used if the topic is transform) |
transient_local |
bool | false | QoS policy of topic subscription (Transient Local/Volatile) |
best_effort |
bool | false | QoS policy of topic subscription (Best Effort/Reliable) |
diag_name |
string | - | Name used for the diagnostics to publish |
update_rate |
double | 10.0 | Timer callback period [Hz] |
Core Parameters
Name | Type | Default Value | Description |
---|---|---|---|
warn_rate |
double | 0.5 | If the topic rate is lower than this value, the topic status becomes WarnRate
|
error_rate |
double | 0.1 | If the topic rate is lower than this value, the topic status becomes ErrorRate
|
timeout |
double | 1.0 | If the topic subscription is stopped for more than this time [s], the topic status becomes Timeout
|
window_size |
int | 10 | Window size of target topic for calculating frequency |
Assumptions / Known limits
TBD.
Changelog for package autoware_topic_state_monitor
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
- feat: apply [autoware]{.title-ref} prefix for [component_state_monitor]{.title-ref} and its dependencies (#9961)
- Contributors: Fumiya Watanabe, Junya Sasaki
0.40.0 (2024-12-12)
-
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)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
-
Contributors: Esteve Fernandez, Fumiya Watanabe, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
ament_index_cpp | |
diagnostic_updater | |
rclcpp | |
rclcpp_components | |
tf2_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_component_state_monitor |
Launch files
- launch/topic_state_monitor.launch.xml
-
- node_name_suffix
- topic
- topic_type
- transient_local [default: false]
- best_effort [default: false]
- diag_name
- warn_rate
- error_rate
- timeout
- window_size [default: 10]
- launch/topic_state_monitor_tf.launch.xml
-
- node_name_suffix
- topic
- frame_id
- child_frame_id
- transient_local [default: false]
- best_effort [default: false]
- diag_name
- warn_rate
- error_rate
- timeout
- window_size [default: 10]
Messages
Services
Plugins
Recent questions tagged autoware_topic_state_monitor 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
- Ryohsuke Mitsudome
- Junya Sasaki
Authors
autoware_topic_state_monitor
Purpose
This node monitors input topic for abnormalities such as timeout and low frequency. The result of topic status is published as diagnostics.
Inner-workings / Algorithms
The types of topic status and corresponding diagnostic status are following.
Topic status | Diagnostic status | Description |
---|---|---|
OK |
OK | The topic has no abnormalities |
NotReceived |
ERROR | The topic has not been received yet |
WarnRate |
WARN | The frequency of the topic is dropped |
ErrorRate |
ERROR | The frequency of the topic is significantly dropped |
Timeout |
ERROR | The topic subscription is stopped for a certain time |
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
any name | any type | Subscribe target topic to monitor |
Output
Name | Type | Description |
---|---|---|
/diagnostics |
diagnostic_msgs/DiagnosticArray |
Diagnostics outputs |
Parameters
Node Parameters
Name | Type | Default Value | Description |
---|---|---|---|
topic |
string | - | Name of target topic |
topic_type |
string | - | Type of target topic (used if the topic is not transform) |
frame_id |
string | - | Frame ID of transform parent (used if the topic is transform) |
child_frame_id |
string | - | Frame ID of transform child (used if the topic is transform) |
transient_local |
bool | false | QoS policy of topic subscription (Transient Local/Volatile) |
best_effort |
bool | false | QoS policy of topic subscription (Best Effort/Reliable) |
diag_name |
string | - | Name used for the diagnostics to publish |
update_rate |
double | 10.0 | Timer callback period [Hz] |
Core Parameters
Name | Type | Default Value | Description |
---|---|---|---|
warn_rate |
double | 0.5 | If the topic rate is lower than this value, the topic status becomes WarnRate
|
error_rate |
double | 0.1 | If the topic rate is lower than this value, the topic status becomes ErrorRate
|
timeout |
double | 1.0 | If the topic subscription is stopped for more than this time [s], the topic status becomes Timeout
|
window_size |
int | 10 | Window size of target topic for calculating frequency |
Assumptions / Known limits
TBD.
Changelog for package autoware_topic_state_monitor
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
- feat: apply [autoware]{.title-ref} prefix for [component_state_monitor]{.title-ref} and its dependencies (#9961)
- Contributors: Fumiya Watanabe, Junya Sasaki
0.40.0 (2024-12-12)
-
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)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
-
Contributors: Esteve Fernandez, Fumiya Watanabe, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
ament_index_cpp | |
diagnostic_updater | |
rclcpp | |
rclcpp_components | |
tf2_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_component_state_monitor |
Launch files
- launch/topic_state_monitor.launch.xml
-
- node_name_suffix
- topic
- topic_type
- transient_local [default: false]
- best_effort [default: false]
- diag_name
- warn_rate
- error_rate
- timeout
- window_size [default: 10]
- launch/topic_state_monitor_tf.launch.xml
-
- node_name_suffix
- topic
- frame_id
- child_frame_id
- transient_local [default: false]
- best_effort [default: false]
- diag_name
- warn_rate
- error_rate
- timeout
- window_size [default: 10]
Messages
Services
Plugins
Recent questions tagged autoware_topic_state_monitor 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
- Ryohsuke Mitsudome
- Junya Sasaki
Authors
autoware_topic_state_monitor
Purpose
This node monitors input topic for abnormalities such as timeout and low frequency. The result of topic status is published as diagnostics.
Inner-workings / Algorithms
The types of topic status and corresponding diagnostic status are following.
Topic status | Diagnostic status | Description |
---|---|---|
OK |
OK | The topic has no abnormalities |
NotReceived |
ERROR | The topic has not been received yet |
WarnRate |
WARN | The frequency of the topic is dropped |
ErrorRate |
ERROR | The frequency of the topic is significantly dropped |
Timeout |
ERROR | The topic subscription is stopped for a certain time |
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
any name | any type | Subscribe target topic to monitor |
Output
Name | Type | Description |
---|---|---|
/diagnostics |
diagnostic_msgs/DiagnosticArray |
Diagnostics outputs |
Parameters
Node Parameters
Name | Type | Default Value | Description |
---|---|---|---|
topic |
string | - | Name of target topic |
topic_type |
string | - | Type of target topic (used if the topic is not transform) |
frame_id |
string | - | Frame ID of transform parent (used if the topic is transform) |
child_frame_id |
string | - | Frame ID of transform child (used if the topic is transform) |
transient_local |
bool | false | QoS policy of topic subscription (Transient Local/Volatile) |
best_effort |
bool | false | QoS policy of topic subscription (Best Effort/Reliable) |
diag_name |
string | - | Name used for the diagnostics to publish |
update_rate |
double | 10.0 | Timer callback period [Hz] |
Core Parameters
Name | Type | Default Value | Description |
---|---|---|---|
warn_rate |
double | 0.5 | If the topic rate is lower than this value, the topic status becomes WarnRate
|
error_rate |
double | 0.1 | If the topic rate is lower than this value, the topic status becomes ErrorRate
|
timeout |
double | 1.0 | If the topic subscription is stopped for more than this time [s], the topic status becomes Timeout
|
window_size |
int | 10 | Window size of target topic for calculating frequency |
Assumptions / Known limits
TBD.
Changelog for package autoware_topic_state_monitor
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
- feat: apply [autoware]{.title-ref} prefix for [component_state_monitor]{.title-ref} and its dependencies (#9961)
- Contributors: Fumiya Watanabe, Junya Sasaki
0.40.0 (2024-12-12)
-
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)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
-
Contributors: Esteve Fernandez, Fumiya Watanabe, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
ament_index_cpp | |
diagnostic_updater | |
rclcpp | |
rclcpp_components | |
tf2_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_component_state_monitor |
Launch files
- launch/topic_state_monitor.launch.xml
-
- node_name_suffix
- topic
- topic_type
- transient_local [default: false]
- best_effort [default: false]
- diag_name
- warn_rate
- error_rate
- timeout
- window_size [default: 10]
- launch/topic_state_monitor_tf.launch.xml
-
- node_name_suffix
- topic
- frame_id
- child_frame_id
- transient_local [default: false]
- best_effort [default: false]
- diag_name
- warn_rate
- error_rate
- timeout
- window_size [default: 10]
Messages
Services
Plugins
Recent questions tagged autoware_topic_state_monitor 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
- Ryohsuke Mitsudome
- Junya Sasaki
Authors
autoware_topic_state_monitor
Purpose
This node monitors input topic for abnormalities such as timeout and low frequency. The result of topic status is published as diagnostics.
Inner-workings / Algorithms
The types of topic status and corresponding diagnostic status are following.
Topic status | Diagnostic status | Description |
---|---|---|
OK |
OK | The topic has no abnormalities |
NotReceived |
ERROR | The topic has not been received yet |
WarnRate |
WARN | The frequency of the topic is dropped |
ErrorRate |
ERROR | The frequency of the topic is significantly dropped |
Timeout |
ERROR | The topic subscription is stopped for a certain time |
Inputs / Outputs
Input
Name | Type | Description |
---|---|---|
any name | any type | Subscribe target topic to monitor |
Output
Name | Type | Description |
---|---|---|
/diagnostics |
diagnostic_msgs/DiagnosticArray |
Diagnostics outputs |
Parameters
Node Parameters
Name | Type | Default Value | Description |
---|---|---|---|
topic |
string | - | Name of target topic |
topic_type |
string | - | Type of target topic (used if the topic is not transform) |
frame_id |
string | - | Frame ID of transform parent (used if the topic is transform) |
child_frame_id |
string | - | Frame ID of transform child (used if the topic is transform) |
transient_local |
bool | false | QoS policy of topic subscription (Transient Local/Volatile) |
best_effort |
bool | false | QoS policy of topic subscription (Best Effort/Reliable) |
diag_name |
string | - | Name used for the diagnostics to publish |
update_rate |
double | 10.0 | Timer callback period [Hz] |
Core Parameters
Name | Type | Default Value | Description |
---|---|---|---|
warn_rate |
double | 0.5 | If the topic rate is lower than this value, the topic status becomes WarnRate
|
error_rate |
double | 0.1 | If the topic rate is lower than this value, the topic status becomes ErrorRate
|
timeout |
double | 1.0 | If the topic subscription is stopped for more than this time [s], the topic status becomes Timeout
|
window_size |
int | 10 | Window size of target topic for calculating frequency |
Assumptions / Known limits
TBD.
Changelog for package autoware_topic_state_monitor
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
- feat: apply [autoware]{.title-ref} prefix for [component_state_monitor]{.title-ref} and its dependencies (#9961)
- Contributors: Fumiya Watanabe, Junya Sasaki
0.40.0 (2024-12-12)
-
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)
-
0.39.0
-
update changelog
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
-
chore(package.xml): bump version to 0.38.0 (#9266) (#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
* 0.38.0
-
Contributors: Esteve Fernandez, Fumiya Watanabe, Ryohsuke Mitsudome, Yutaka Kondo
0.39.0 (2024-11-25)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- fix: fix ticket links to point to https://github.com/autowarefoundation/autoware_universe (#9304)
- chore(package.xml): bump version to 0.38.0
(#9266)
(#9284)
- unify package.xml version to 0.37.0
- remove system_monitor/CHANGELOG.rst
- add changelog
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake_auto | |
autoware_cmake | |
ament_lint_auto | |
autoware_lint_common | |
ament_index_cpp | |
diagnostic_updater | |
rclcpp | |
rclcpp_components | |
tf2_msgs |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
autoware_component_state_monitor |
Launch files
- launch/topic_state_monitor.launch.xml
-
- node_name_suffix
- topic
- topic_type
- transient_local [default: false]
- best_effort [default: false]
- diag_name
- warn_rate
- error_rate
- timeout
- window_size [default: 10]
- launch/topic_state_monitor_tf.launch.xml
-
- node_name_suffix
- topic
- frame_id
- child_frame_id
- transient_local [default: false]
- best_effort [default: false]
- diag_name
- warn_rate
- error_rate
- timeout
- window_size [default: 10]