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
- Junya Sasaki
- Masaki Nishikawa
Authors
System Monitor for Autoware
Further improvement of system monitor functionality for Autoware.
Description
This package provides the following nodes for monitoring system:
- CPU Monitor
- HDD Monitor
- Memory Monitor
- Network Monitor
- NTP Monitor
- Process Monitor
- GPU Monitor
- Voltage Monitor
Supported architecture
- x86_64
- arm64v8/aarch64
Operation confirmed platform
- PC system intel core i7
The following “once confirmed” platforms (or their successor) need to be tested again with the latest environment.
NVIDIA Jetson AGX XavierRaspberry Pi4 Model B
How to use
Use colcon build and launch in the same way as other packages.
colcon build
source install/setup.bash
ros2 launch autoware_system_monitor system_monitor.launch.xml
CPU and GPU monitoring method differs depending on platform.
CMake automatically chooses source to be built according to build environment.
If you build this package on intel platform, CPU monitor and GPU monitor which run on intel platform are built.
ROS topics published by system monitor
Every topic is published in 1 minute interval.
- CPU Monitor
- HDD Monitor
- Mem Monitor
- Net Monitor
- NTP Monitor
- Process Monitor
- GPU Monitor
- Voltage Monitor
[Usage] ✓:Supported, -:Not supported
Node | Message | Intel | arm64(tegra) | arm64(raspi) | Notes |
---|---|---|---|---|---|
CPU Monitor | CPU Temperature | ✓ | ✓ | ✓ | |
CPU Usage | ✓ | ✓ | ✓ | ||
CPU Load Average | ✓ | ✓ | ✓ | ||
CPU Thermal Throttling | ✓ | - | ✓ | ||
CPU Frequency | ✓ | ✓ | ✓ | Notification of frequency only, normally error not generated. | |
HDD Monitor | HDD Temperature | ✓ | ✓ | ✓ | |
HDD PowerOnHours | ✓ | ✓ | ✓ | ||
HDD TotalDataWritten | ✓ | ✓ | ✓ | ||
HDD RecoveredError | ✓ | ✓ | ✓ | ||
HDD Usage | ✓ | ✓ | ✓ | ||
HDD ReadDataRate | ✓ | ✓ | ✓ | ||
HDD WriteDataRate | ✓ | ✓ | ✓ | ||
HDD ReadIOPS | ✓ | ✓ | ✓ | ||
HDD WriteIOPS | ✓ | ✓ | ✓ | ||
HDD Connection | ✓ | ✓ | ✓ | ||
Memory Monitor | Memory Usage | ✓ | ✓ | ✓ | |
Net Monitor | Network Connection | ✓ | ✓ | ✓ | |
Network Usage | ✓ | ✓ | ✓ | Notification of usage only, normally error not generated. | |
Network CRC Error | ✓ | ✓ | ✓ | Warning occurs when the number of CRC errors in the period reaches the threshold value. The number of CRC errors that occur is the same as the value that can be confirmed with the ip command. | |
IP Packet Reassembles Failed | ✓ | ✓ | ✓ | ||
UDP Buf Errors | ✓ | ✓ | ✓ | ||
NTP Monitor | NTP Offset | ✓ | ✓ | ✓ | |
Process Monitor | Tasks Summary | ✓ | ✓ | ✓ | |
High-load Proc[0-9] | ✓ | ✓ | ✓ | ||
High-mem Proc[0-9] | ✓ | ✓ | ✓ | ||
GPU Monitor | GPU Temperature | ✓ | ✓ | - | |
GPU Usage | ✓ | ✓ | - | ||
GPU Memory Usage | ✓ | - | - | ||
GPU Thermal Throttling | ✓ | - | - | ||
GPU Frequency | ✓ | ✓ | - | For Intel platform, monitor whether current GPU clock is supported by the GPU. | |
Voltage Monitor | CMOS Battery Status | ✓ | - | - | Battery Health for RTC and BIOS - |
ROS parameters
See ROS parameters.
Notes
File truncated at 100 lines see the full file
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package autoware_system_monitor \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
fix(gpu_monitor): correct gpu memory calculation (#10660)
- chore(systme): fixed gpu memory calculation
- chore(autoware_system_monitor): fixed data types.
- style(pre-commit): autofix
- changed double literal to float literal
- restore the output format
- style(pre-commit): autofix
* correct the output format. ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Contributors: TaikiYamada4, Takayuki AKAMINE
0.45.0 (2025-05-22)
-
fix(autoware_system_monitor): quick fix for autoware_system_monitor (#10506)
- feat(autoware_system_monitor): quick fix, autoware_system_monitor, fix sompile issue : v0.0
* feat(autoware_system_monitor): quick fix, autoware_system_monitor, add comment by sasaki san: v0.1 ---------
-
Contributors: 心刚
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
-
fix(autoware_system_monitor): quick fix for autoware_system_monitor (#10506)
- feat(autoware_system_monitor): quick fix, autoware_system_monitor, fix sompile issue : v0.0
* feat(autoware_system_monitor): quick fix, autoware_system_monitor, add comment by sasaki san: v0.1 ---------
-
Contributors: 心刚
0.44.0 (2025-04-18)
- fix(process_monitor): get process statistics directly from /proc files to avoid process spawning of Linux commands (#10379) ---------
- Contributors: nishikawa-masaki
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)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
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 [system_monitor]{.title-ref} (#10017)
- feat(system_monitor): apply [autoware_]{.title-ref} prefix (see below):
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_system_launch |
Launch files
- launch/system_monitor.launch.xml
-
- cpu_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/cpu_monitor.param.yaml]
- hdd_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/hdd_monitor.param.yaml]
- mem_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/mem_monitor.param.yaml]
- net_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/net_monitor.param.yaml]
- ntp_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/ntp_monitor.param.yaml]
- process_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/process_monitor.param.yaml]
- gpu_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/gpu_monitor.param.yaml]
- voltage_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/voltage_monitor.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_system_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
- Fumihito Ito
- TetsuKawa
- Junya Sasaki
- Masaki Nishikawa
Authors
System Monitor for Autoware
Further improvement of system monitor functionality for Autoware.
Description
This package provides the following nodes for monitoring system:
- CPU Monitor
- HDD Monitor
- Memory Monitor
- Network Monitor
- NTP Monitor
- Process Monitor
- GPU Monitor
- Voltage Monitor
Supported architecture
- x86_64
- arm64v8/aarch64
Operation confirmed platform
- PC system intel core i7
The following “once confirmed” platforms (or their successor) need to be tested again with the latest environment.
NVIDIA Jetson AGX XavierRaspberry Pi4 Model B
How to use
Use colcon build and launch in the same way as other packages.
colcon build
source install/setup.bash
ros2 launch autoware_system_monitor system_monitor.launch.xml
CPU and GPU monitoring method differs depending on platform.
CMake automatically chooses source to be built according to build environment.
If you build this package on intel platform, CPU monitor and GPU monitor which run on intel platform are built.
ROS topics published by system monitor
Every topic is published in 1 minute interval.
- CPU Monitor
- HDD Monitor
- Mem Monitor
- Net Monitor
- NTP Monitor
- Process Monitor
- GPU Monitor
- Voltage Monitor
[Usage] ✓:Supported, -:Not supported
Node | Message | Intel | arm64(tegra) | arm64(raspi) | Notes |
---|---|---|---|---|---|
CPU Monitor | CPU Temperature | ✓ | ✓ | ✓ | |
CPU Usage | ✓ | ✓ | ✓ | ||
CPU Load Average | ✓ | ✓ | ✓ | ||
CPU Thermal Throttling | ✓ | - | ✓ | ||
CPU Frequency | ✓ | ✓ | ✓ | Notification of frequency only, normally error not generated. | |
HDD Monitor | HDD Temperature | ✓ | ✓ | ✓ | |
HDD PowerOnHours | ✓ | ✓ | ✓ | ||
HDD TotalDataWritten | ✓ | ✓ | ✓ | ||
HDD RecoveredError | ✓ | ✓ | ✓ | ||
HDD Usage | ✓ | ✓ | ✓ | ||
HDD ReadDataRate | ✓ | ✓ | ✓ | ||
HDD WriteDataRate | ✓ | ✓ | ✓ | ||
HDD ReadIOPS | ✓ | ✓ | ✓ | ||
HDD WriteIOPS | ✓ | ✓ | ✓ | ||
HDD Connection | ✓ | ✓ | ✓ | ||
Memory Monitor | Memory Usage | ✓ | ✓ | ✓ | |
Net Monitor | Network Connection | ✓ | ✓ | ✓ | |
Network Usage | ✓ | ✓ | ✓ | Notification of usage only, normally error not generated. | |
Network CRC Error | ✓ | ✓ | ✓ | Warning occurs when the number of CRC errors in the period reaches the threshold value. The number of CRC errors that occur is the same as the value that can be confirmed with the ip command. | |
IP Packet Reassembles Failed | ✓ | ✓ | ✓ | ||
UDP Buf Errors | ✓ | ✓ | ✓ | ||
NTP Monitor | NTP Offset | ✓ | ✓ | ✓ | |
Process Monitor | Tasks Summary | ✓ | ✓ | ✓ | |
High-load Proc[0-9] | ✓ | ✓ | ✓ | ||
High-mem Proc[0-9] | ✓ | ✓ | ✓ | ||
GPU Monitor | GPU Temperature | ✓ | ✓ | - | |
GPU Usage | ✓ | ✓ | - | ||
GPU Memory Usage | ✓ | - | - | ||
GPU Thermal Throttling | ✓ | - | - | ||
GPU Frequency | ✓ | ✓ | - | For Intel platform, monitor whether current GPU clock is supported by the GPU. | |
Voltage Monitor | CMOS Battery Status | ✓ | - | - | Battery Health for RTC and BIOS - |
ROS parameters
See ROS parameters.
Notes
File truncated at 100 lines see the full file
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package autoware_system_monitor \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
fix(gpu_monitor): correct gpu memory calculation (#10660)
- chore(systme): fixed gpu memory calculation
- chore(autoware_system_monitor): fixed data types.
- style(pre-commit): autofix
- changed double literal to float literal
- restore the output format
- style(pre-commit): autofix
* correct the output format. ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Contributors: TaikiYamada4, Takayuki AKAMINE
0.45.0 (2025-05-22)
-
fix(autoware_system_monitor): quick fix for autoware_system_monitor (#10506)
- feat(autoware_system_monitor): quick fix, autoware_system_monitor, fix sompile issue : v0.0
* feat(autoware_system_monitor): quick fix, autoware_system_monitor, add comment by sasaki san: v0.1 ---------
-
Contributors: 心刚
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
-
fix(autoware_system_monitor): quick fix for autoware_system_monitor (#10506)
- feat(autoware_system_monitor): quick fix, autoware_system_monitor, fix sompile issue : v0.0
* feat(autoware_system_monitor): quick fix, autoware_system_monitor, add comment by sasaki san: v0.1 ---------
-
Contributors: 心刚
0.44.0 (2025-04-18)
- fix(process_monitor): get process statistics directly from /proc files to avoid process spawning of Linux commands (#10379) ---------
- Contributors: nishikawa-masaki
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)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
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 [system_monitor]{.title-ref} (#10017)
- feat(system_monitor): apply [autoware_]{.title-ref} prefix (see below):
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_system_launch |
Launch files
- launch/system_monitor.launch.xml
-
- cpu_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/cpu_monitor.param.yaml]
- hdd_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/hdd_monitor.param.yaml]
- mem_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/mem_monitor.param.yaml]
- net_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/net_monitor.param.yaml]
- ntp_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/ntp_monitor.param.yaml]
- process_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/process_monitor.param.yaml]
- gpu_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/gpu_monitor.param.yaml]
- voltage_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/voltage_monitor.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_system_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
- Fumihito Ito
- TetsuKawa
- Junya Sasaki
- Masaki Nishikawa
Authors
System Monitor for Autoware
Further improvement of system monitor functionality for Autoware.
Description
This package provides the following nodes for monitoring system:
- CPU Monitor
- HDD Monitor
- Memory Monitor
- Network Monitor
- NTP Monitor
- Process Monitor
- GPU Monitor
- Voltage Monitor
Supported architecture
- x86_64
- arm64v8/aarch64
Operation confirmed platform
- PC system intel core i7
The following “once confirmed” platforms (or their successor) need to be tested again with the latest environment.
NVIDIA Jetson AGX XavierRaspberry Pi4 Model B
How to use
Use colcon build and launch in the same way as other packages.
colcon build
source install/setup.bash
ros2 launch autoware_system_monitor system_monitor.launch.xml
CPU and GPU monitoring method differs depending on platform.
CMake automatically chooses source to be built according to build environment.
If you build this package on intel platform, CPU monitor and GPU monitor which run on intel platform are built.
ROS topics published by system monitor
Every topic is published in 1 minute interval.
- CPU Monitor
- HDD Monitor
- Mem Monitor
- Net Monitor
- NTP Monitor
- Process Monitor
- GPU Monitor
- Voltage Monitor
[Usage] ✓:Supported, -:Not supported
Node | Message | Intel | arm64(tegra) | arm64(raspi) | Notes |
---|---|---|---|---|---|
CPU Monitor | CPU Temperature | ✓ | ✓ | ✓ | |
CPU Usage | ✓ | ✓ | ✓ | ||
CPU Load Average | ✓ | ✓ | ✓ | ||
CPU Thermal Throttling | ✓ | - | ✓ | ||
CPU Frequency | ✓ | ✓ | ✓ | Notification of frequency only, normally error not generated. | |
HDD Monitor | HDD Temperature | ✓ | ✓ | ✓ | |
HDD PowerOnHours | ✓ | ✓ | ✓ | ||
HDD TotalDataWritten | ✓ | ✓ | ✓ | ||
HDD RecoveredError | ✓ | ✓ | ✓ | ||
HDD Usage | ✓ | ✓ | ✓ | ||
HDD ReadDataRate | ✓ | ✓ | ✓ | ||
HDD WriteDataRate | ✓ | ✓ | ✓ | ||
HDD ReadIOPS | ✓ | ✓ | ✓ | ||
HDD WriteIOPS | ✓ | ✓ | ✓ | ||
HDD Connection | ✓ | ✓ | ✓ | ||
Memory Monitor | Memory Usage | ✓ | ✓ | ✓ | |
Net Monitor | Network Connection | ✓ | ✓ | ✓ | |
Network Usage | ✓ | ✓ | ✓ | Notification of usage only, normally error not generated. | |
Network CRC Error | ✓ | ✓ | ✓ | Warning occurs when the number of CRC errors in the period reaches the threshold value. The number of CRC errors that occur is the same as the value that can be confirmed with the ip command. | |
IP Packet Reassembles Failed | ✓ | ✓ | ✓ | ||
UDP Buf Errors | ✓ | ✓ | ✓ | ||
NTP Monitor | NTP Offset | ✓ | ✓ | ✓ | |
Process Monitor | Tasks Summary | ✓ | ✓ | ✓ | |
High-load Proc[0-9] | ✓ | ✓ | ✓ | ||
High-mem Proc[0-9] | ✓ | ✓ | ✓ | ||
GPU Monitor | GPU Temperature | ✓ | ✓ | - | |
GPU Usage | ✓ | ✓ | - | ||
GPU Memory Usage | ✓ | - | - | ||
GPU Thermal Throttling | ✓ | - | - | ||
GPU Frequency | ✓ | ✓ | - | For Intel platform, monitor whether current GPU clock is supported by the GPU. | |
Voltage Monitor | CMOS Battery Status | ✓ | - | - | Battery Health for RTC and BIOS - |
ROS parameters
See ROS parameters.
Notes
File truncated at 100 lines see the full file
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package autoware_system_monitor \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
fix(gpu_monitor): correct gpu memory calculation (#10660)
- chore(systme): fixed gpu memory calculation
- chore(autoware_system_monitor): fixed data types.
- style(pre-commit): autofix
- changed double literal to float literal
- restore the output format
- style(pre-commit): autofix
* correct the output format. ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Contributors: TaikiYamada4, Takayuki AKAMINE
0.45.0 (2025-05-22)
-
fix(autoware_system_monitor): quick fix for autoware_system_monitor (#10506)
- feat(autoware_system_monitor): quick fix, autoware_system_monitor, fix sompile issue : v0.0
* feat(autoware_system_monitor): quick fix, autoware_system_monitor, add comment by sasaki san: v0.1 ---------
-
Contributors: 心刚
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
-
fix(autoware_system_monitor): quick fix for autoware_system_monitor (#10506)
- feat(autoware_system_monitor): quick fix, autoware_system_monitor, fix sompile issue : v0.0
* feat(autoware_system_monitor): quick fix, autoware_system_monitor, add comment by sasaki san: v0.1 ---------
-
Contributors: 心刚
0.44.0 (2025-04-18)
- fix(process_monitor): get process statistics directly from /proc files to avoid process spawning of Linux commands (#10379) ---------
- Contributors: nishikawa-masaki
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)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
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 [system_monitor]{.title-ref} (#10017)
- feat(system_monitor): apply [autoware_]{.title-ref} prefix (see below):
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_system_launch |
Launch files
- launch/system_monitor.launch.xml
-
- cpu_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/cpu_monitor.param.yaml]
- hdd_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/hdd_monitor.param.yaml]
- mem_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/mem_monitor.param.yaml]
- net_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/net_monitor.param.yaml]
- ntp_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/ntp_monitor.param.yaml]
- process_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/process_monitor.param.yaml]
- gpu_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/gpu_monitor.param.yaml]
- voltage_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/voltage_monitor.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_system_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
- Fumihito Ito
- TetsuKawa
- Junya Sasaki
- Masaki Nishikawa
Authors
System Monitor for Autoware
Further improvement of system monitor functionality for Autoware.
Description
This package provides the following nodes for monitoring system:
- CPU Monitor
- HDD Monitor
- Memory Monitor
- Network Monitor
- NTP Monitor
- Process Monitor
- GPU Monitor
- Voltage Monitor
Supported architecture
- x86_64
- arm64v8/aarch64
Operation confirmed platform
- PC system intel core i7
The following “once confirmed” platforms (or their successor) need to be tested again with the latest environment.
NVIDIA Jetson AGX XavierRaspberry Pi4 Model B
How to use
Use colcon build and launch in the same way as other packages.
colcon build
source install/setup.bash
ros2 launch autoware_system_monitor system_monitor.launch.xml
CPU and GPU monitoring method differs depending on platform.
CMake automatically chooses source to be built according to build environment.
If you build this package on intel platform, CPU monitor and GPU monitor which run on intel platform are built.
ROS topics published by system monitor
Every topic is published in 1 minute interval.
- CPU Monitor
- HDD Monitor
- Mem Monitor
- Net Monitor
- NTP Monitor
- Process Monitor
- GPU Monitor
- Voltage Monitor
[Usage] ✓:Supported, -:Not supported
Node | Message | Intel | arm64(tegra) | arm64(raspi) | Notes |
---|---|---|---|---|---|
CPU Monitor | CPU Temperature | ✓ | ✓ | ✓ | |
CPU Usage | ✓ | ✓ | ✓ | ||
CPU Load Average | ✓ | ✓ | ✓ | ||
CPU Thermal Throttling | ✓ | - | ✓ | ||
CPU Frequency | ✓ | ✓ | ✓ | Notification of frequency only, normally error not generated. | |
HDD Monitor | HDD Temperature | ✓ | ✓ | ✓ | |
HDD PowerOnHours | ✓ | ✓ | ✓ | ||
HDD TotalDataWritten | ✓ | ✓ | ✓ | ||
HDD RecoveredError | ✓ | ✓ | ✓ | ||
HDD Usage | ✓ | ✓ | ✓ | ||
HDD ReadDataRate | ✓ | ✓ | ✓ | ||
HDD WriteDataRate | ✓ | ✓ | ✓ | ||
HDD ReadIOPS | ✓ | ✓ | ✓ | ||
HDD WriteIOPS | ✓ | ✓ | ✓ | ||
HDD Connection | ✓ | ✓ | ✓ | ||
Memory Monitor | Memory Usage | ✓ | ✓ | ✓ | |
Net Monitor | Network Connection | ✓ | ✓ | ✓ | |
Network Usage | ✓ | ✓ | ✓ | Notification of usage only, normally error not generated. | |
Network CRC Error | ✓ | ✓ | ✓ | Warning occurs when the number of CRC errors in the period reaches the threshold value. The number of CRC errors that occur is the same as the value that can be confirmed with the ip command. | |
IP Packet Reassembles Failed | ✓ | ✓ | ✓ | ||
UDP Buf Errors | ✓ | ✓ | ✓ | ||
NTP Monitor | NTP Offset | ✓ | ✓ | ✓ | |
Process Monitor | Tasks Summary | ✓ | ✓ | ✓ | |
High-load Proc[0-9] | ✓ | ✓ | ✓ | ||
High-mem Proc[0-9] | ✓ | ✓ | ✓ | ||
GPU Monitor | GPU Temperature | ✓ | ✓ | - | |
GPU Usage | ✓ | ✓ | - | ||
GPU Memory Usage | ✓ | - | - | ||
GPU Thermal Throttling | ✓ | - | - | ||
GPU Frequency | ✓ | ✓ | - | For Intel platform, monitor whether current GPU clock is supported by the GPU. | |
Voltage Monitor | CMOS Battery Status | ✓ | - | - | Battery Health for RTC and BIOS - |
ROS parameters
See ROS parameters.
Notes
File truncated at 100 lines see the full file
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package autoware_system_monitor \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
fix(gpu_monitor): correct gpu memory calculation (#10660)
- chore(systme): fixed gpu memory calculation
- chore(autoware_system_monitor): fixed data types.
- style(pre-commit): autofix
- changed double literal to float literal
- restore the output format
- style(pre-commit): autofix
* correct the output format. ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Contributors: TaikiYamada4, Takayuki AKAMINE
0.45.0 (2025-05-22)
-
fix(autoware_system_monitor): quick fix for autoware_system_monitor (#10506)
- feat(autoware_system_monitor): quick fix, autoware_system_monitor, fix sompile issue : v0.0
* feat(autoware_system_monitor): quick fix, autoware_system_monitor, add comment by sasaki san: v0.1 ---------
-
Contributors: 心刚
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
-
fix(autoware_system_monitor): quick fix for autoware_system_monitor (#10506)
- feat(autoware_system_monitor): quick fix, autoware_system_monitor, fix sompile issue : v0.0
* feat(autoware_system_monitor): quick fix, autoware_system_monitor, add comment by sasaki san: v0.1 ---------
-
Contributors: 心刚
0.44.0 (2025-04-18)
- fix(process_monitor): get process statistics directly from /proc files to avoid process spawning of Linux commands (#10379) ---------
- Contributors: nishikawa-masaki
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)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
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 [system_monitor]{.title-ref} (#10017)
- feat(system_monitor): apply [autoware_]{.title-ref} prefix (see below):
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_system_launch |
Launch files
- launch/system_monitor.launch.xml
-
- cpu_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/cpu_monitor.param.yaml]
- hdd_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/hdd_monitor.param.yaml]
- mem_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/mem_monitor.param.yaml]
- net_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/net_monitor.param.yaml]
- ntp_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/ntp_monitor.param.yaml]
- process_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/process_monitor.param.yaml]
- gpu_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/gpu_monitor.param.yaml]
- voltage_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/voltage_monitor.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_system_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
- Fumihito Ito
- TetsuKawa
- Junya Sasaki
- Masaki Nishikawa
Authors
System Monitor for Autoware
Further improvement of system monitor functionality for Autoware.
Description
This package provides the following nodes for monitoring system:
- CPU Monitor
- HDD Monitor
- Memory Monitor
- Network Monitor
- NTP Monitor
- Process Monitor
- GPU Monitor
- Voltage Monitor
Supported architecture
- x86_64
- arm64v8/aarch64
Operation confirmed platform
- PC system intel core i7
The following “once confirmed” platforms (or their successor) need to be tested again with the latest environment.
NVIDIA Jetson AGX XavierRaspberry Pi4 Model B
How to use
Use colcon build and launch in the same way as other packages.
colcon build
source install/setup.bash
ros2 launch autoware_system_monitor system_monitor.launch.xml
CPU and GPU monitoring method differs depending on platform.
CMake automatically chooses source to be built according to build environment.
If you build this package on intel platform, CPU monitor and GPU monitor which run on intel platform are built.
ROS topics published by system monitor
Every topic is published in 1 minute interval.
- CPU Monitor
- HDD Monitor
- Mem Monitor
- Net Monitor
- NTP Monitor
- Process Monitor
- GPU Monitor
- Voltage Monitor
[Usage] ✓:Supported, -:Not supported
Node | Message | Intel | arm64(tegra) | arm64(raspi) | Notes |
---|---|---|---|---|---|
CPU Monitor | CPU Temperature | ✓ | ✓ | ✓ | |
CPU Usage | ✓ | ✓ | ✓ | ||
CPU Load Average | ✓ | ✓ | ✓ | ||
CPU Thermal Throttling | ✓ | - | ✓ | ||
CPU Frequency | ✓ | ✓ | ✓ | Notification of frequency only, normally error not generated. | |
HDD Monitor | HDD Temperature | ✓ | ✓ | ✓ | |
HDD PowerOnHours | ✓ | ✓ | ✓ | ||
HDD TotalDataWritten | ✓ | ✓ | ✓ | ||
HDD RecoveredError | ✓ | ✓ | ✓ | ||
HDD Usage | ✓ | ✓ | ✓ | ||
HDD ReadDataRate | ✓ | ✓ | ✓ | ||
HDD WriteDataRate | ✓ | ✓ | ✓ | ||
HDD ReadIOPS | ✓ | ✓ | ✓ | ||
HDD WriteIOPS | ✓ | ✓ | ✓ | ||
HDD Connection | ✓ | ✓ | ✓ | ||
Memory Monitor | Memory Usage | ✓ | ✓ | ✓ | |
Net Monitor | Network Connection | ✓ | ✓ | ✓ | |
Network Usage | ✓ | ✓ | ✓ | Notification of usage only, normally error not generated. | |
Network CRC Error | ✓ | ✓ | ✓ | Warning occurs when the number of CRC errors in the period reaches the threshold value. The number of CRC errors that occur is the same as the value that can be confirmed with the ip command. | |
IP Packet Reassembles Failed | ✓ | ✓ | ✓ | ||
UDP Buf Errors | ✓ | ✓ | ✓ | ||
NTP Monitor | NTP Offset | ✓ | ✓ | ✓ | |
Process Monitor | Tasks Summary | ✓ | ✓ | ✓ | |
High-load Proc[0-9] | ✓ | ✓ | ✓ | ||
High-mem Proc[0-9] | ✓ | ✓ | ✓ | ||
GPU Monitor | GPU Temperature | ✓ | ✓ | - | |
GPU Usage | ✓ | ✓ | - | ||
GPU Memory Usage | ✓ | - | - | ||
GPU Thermal Throttling | ✓ | - | - | ||
GPU Frequency | ✓ | ✓ | - | For Intel platform, monitor whether current GPU clock is supported by the GPU. | |
Voltage Monitor | CMOS Battery Status | ✓ | - | - | Battery Health for RTC and BIOS - |
ROS parameters
See ROS parameters.
Notes
File truncated at 100 lines see the full file
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package autoware_system_monitor \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
fix(gpu_monitor): correct gpu memory calculation (#10660)
- chore(systme): fixed gpu memory calculation
- chore(autoware_system_monitor): fixed data types.
- style(pre-commit): autofix
- changed double literal to float literal
- restore the output format
- style(pre-commit): autofix
* correct the output format. ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Contributors: TaikiYamada4, Takayuki AKAMINE
0.45.0 (2025-05-22)
-
fix(autoware_system_monitor): quick fix for autoware_system_monitor (#10506)
- feat(autoware_system_monitor): quick fix, autoware_system_monitor, fix sompile issue : v0.0
* feat(autoware_system_monitor): quick fix, autoware_system_monitor, add comment by sasaki san: v0.1 ---------
-
Contributors: 心刚
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
-
fix(autoware_system_monitor): quick fix for autoware_system_monitor (#10506)
- feat(autoware_system_monitor): quick fix, autoware_system_monitor, fix sompile issue : v0.0
* feat(autoware_system_monitor): quick fix, autoware_system_monitor, add comment by sasaki san: v0.1 ---------
-
Contributors: 心刚
0.44.0 (2025-04-18)
- fix(process_monitor): get process statistics directly from /proc files to avoid process spawning of Linux commands (#10379) ---------
- Contributors: nishikawa-masaki
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)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
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 [system_monitor]{.title-ref} (#10017)
- feat(system_monitor): apply [autoware_]{.title-ref} prefix (see below):
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_system_launch |
Launch files
- launch/system_monitor.launch.xml
-
- cpu_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/cpu_monitor.param.yaml]
- hdd_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/hdd_monitor.param.yaml]
- mem_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/mem_monitor.param.yaml]
- net_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/net_monitor.param.yaml]
- ntp_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/ntp_monitor.param.yaml]
- process_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/process_monitor.param.yaml]
- gpu_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/gpu_monitor.param.yaml]
- voltage_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/voltage_monitor.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_system_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
- Fumihito Ito
- TetsuKawa
- Junya Sasaki
- Masaki Nishikawa
Authors
System Monitor for Autoware
Further improvement of system monitor functionality for Autoware.
Description
This package provides the following nodes for monitoring system:
- CPU Monitor
- HDD Monitor
- Memory Monitor
- Network Monitor
- NTP Monitor
- Process Monitor
- GPU Monitor
- Voltage Monitor
Supported architecture
- x86_64
- arm64v8/aarch64
Operation confirmed platform
- PC system intel core i7
The following “once confirmed” platforms (or their successor) need to be tested again with the latest environment.
NVIDIA Jetson AGX XavierRaspberry Pi4 Model B
How to use
Use colcon build and launch in the same way as other packages.
colcon build
source install/setup.bash
ros2 launch autoware_system_monitor system_monitor.launch.xml
CPU and GPU monitoring method differs depending on platform.
CMake automatically chooses source to be built according to build environment.
If you build this package on intel platform, CPU monitor and GPU monitor which run on intel platform are built.
ROS topics published by system monitor
Every topic is published in 1 minute interval.
- CPU Monitor
- HDD Monitor
- Mem Monitor
- Net Monitor
- NTP Monitor
- Process Monitor
- GPU Monitor
- Voltage Monitor
[Usage] ✓:Supported, -:Not supported
Node | Message | Intel | arm64(tegra) | arm64(raspi) | Notes |
---|---|---|---|---|---|
CPU Monitor | CPU Temperature | ✓ | ✓ | ✓ | |
CPU Usage | ✓ | ✓ | ✓ | ||
CPU Load Average | ✓ | ✓ | ✓ | ||
CPU Thermal Throttling | ✓ | - | ✓ | ||
CPU Frequency | ✓ | ✓ | ✓ | Notification of frequency only, normally error not generated. | |
HDD Monitor | HDD Temperature | ✓ | ✓ | ✓ | |
HDD PowerOnHours | ✓ | ✓ | ✓ | ||
HDD TotalDataWritten | ✓ | ✓ | ✓ | ||
HDD RecoveredError | ✓ | ✓ | ✓ | ||
HDD Usage | ✓ | ✓ | ✓ | ||
HDD ReadDataRate | ✓ | ✓ | ✓ | ||
HDD WriteDataRate | ✓ | ✓ | ✓ | ||
HDD ReadIOPS | ✓ | ✓ | ✓ | ||
HDD WriteIOPS | ✓ | ✓ | ✓ | ||
HDD Connection | ✓ | ✓ | ✓ | ||
Memory Monitor | Memory Usage | ✓ | ✓ | ✓ | |
Net Monitor | Network Connection | ✓ | ✓ | ✓ | |
Network Usage | ✓ | ✓ | ✓ | Notification of usage only, normally error not generated. | |
Network CRC Error | ✓ | ✓ | ✓ | Warning occurs when the number of CRC errors in the period reaches the threshold value. The number of CRC errors that occur is the same as the value that can be confirmed with the ip command. | |
IP Packet Reassembles Failed | ✓ | ✓ | ✓ | ||
UDP Buf Errors | ✓ | ✓ | ✓ | ||
NTP Monitor | NTP Offset | ✓ | ✓ | ✓ | |
Process Monitor | Tasks Summary | ✓ | ✓ | ✓ | |
High-load Proc[0-9] | ✓ | ✓ | ✓ | ||
High-mem Proc[0-9] | ✓ | ✓ | ✓ | ||
GPU Monitor | GPU Temperature | ✓ | ✓ | - | |
GPU Usage | ✓ | ✓ | - | ||
GPU Memory Usage | ✓ | - | - | ||
GPU Thermal Throttling | ✓ | - | - | ||
GPU Frequency | ✓ | ✓ | - | For Intel platform, monitor whether current GPU clock is supported by the GPU. | |
Voltage Monitor | CMOS Battery Status | ✓ | - | - | Battery Health for RTC and BIOS - |
ROS parameters
See ROS parameters.
Notes
File truncated at 100 lines see the full file
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package autoware_system_monitor \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
fix(gpu_monitor): correct gpu memory calculation (#10660)
- chore(systme): fixed gpu memory calculation
- chore(autoware_system_monitor): fixed data types.
- style(pre-commit): autofix
- changed double literal to float literal
- restore the output format
- style(pre-commit): autofix
* correct the output format. ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Contributors: TaikiYamada4, Takayuki AKAMINE
0.45.0 (2025-05-22)
-
fix(autoware_system_monitor): quick fix for autoware_system_monitor (#10506)
- feat(autoware_system_monitor): quick fix, autoware_system_monitor, fix sompile issue : v0.0
* feat(autoware_system_monitor): quick fix, autoware_system_monitor, add comment by sasaki san: v0.1 ---------
-
Contributors: 心刚
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
-
fix(autoware_system_monitor): quick fix for autoware_system_monitor (#10506)
- feat(autoware_system_monitor): quick fix, autoware_system_monitor, fix sompile issue : v0.0
* feat(autoware_system_monitor): quick fix, autoware_system_monitor, add comment by sasaki san: v0.1 ---------
-
Contributors: 心刚
0.44.0 (2025-04-18)
- fix(process_monitor): get process statistics directly from /proc files to avoid process spawning of Linux commands (#10379) ---------
- Contributors: nishikawa-masaki
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)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
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 [system_monitor]{.title-ref} (#10017)
- feat(system_monitor): apply [autoware_]{.title-ref} prefix (see below):
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_system_launch |
Launch files
- launch/system_monitor.launch.xml
-
- cpu_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/cpu_monitor.param.yaml]
- hdd_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/hdd_monitor.param.yaml]
- mem_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/mem_monitor.param.yaml]
- net_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/net_monitor.param.yaml]
- ntp_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/ntp_monitor.param.yaml]
- process_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/process_monitor.param.yaml]
- gpu_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/gpu_monitor.param.yaml]
- voltage_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/voltage_monitor.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_system_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
- Fumihito Ito
- TetsuKawa
- Junya Sasaki
- Masaki Nishikawa
Authors
System Monitor for Autoware
Further improvement of system monitor functionality for Autoware.
Description
This package provides the following nodes for monitoring system:
- CPU Monitor
- HDD Monitor
- Memory Monitor
- Network Monitor
- NTP Monitor
- Process Monitor
- GPU Monitor
- Voltage Monitor
Supported architecture
- x86_64
- arm64v8/aarch64
Operation confirmed platform
- PC system intel core i7
The following “once confirmed” platforms (or their successor) need to be tested again with the latest environment.
NVIDIA Jetson AGX XavierRaspberry Pi4 Model B
How to use
Use colcon build and launch in the same way as other packages.
colcon build
source install/setup.bash
ros2 launch autoware_system_monitor system_monitor.launch.xml
CPU and GPU monitoring method differs depending on platform.
CMake automatically chooses source to be built according to build environment.
If you build this package on intel platform, CPU monitor and GPU monitor which run on intel platform are built.
ROS topics published by system monitor
Every topic is published in 1 minute interval.
- CPU Monitor
- HDD Monitor
- Mem Monitor
- Net Monitor
- NTP Monitor
- Process Monitor
- GPU Monitor
- Voltage Monitor
[Usage] ✓:Supported, -:Not supported
Node | Message | Intel | arm64(tegra) | arm64(raspi) | Notes |
---|---|---|---|---|---|
CPU Monitor | CPU Temperature | ✓ | ✓ | ✓ | |
CPU Usage | ✓ | ✓ | ✓ | ||
CPU Load Average | ✓ | ✓ | ✓ | ||
CPU Thermal Throttling | ✓ | - | ✓ | ||
CPU Frequency | ✓ | ✓ | ✓ | Notification of frequency only, normally error not generated. | |
HDD Monitor | HDD Temperature | ✓ | ✓ | ✓ | |
HDD PowerOnHours | ✓ | ✓ | ✓ | ||
HDD TotalDataWritten | ✓ | ✓ | ✓ | ||
HDD RecoveredError | ✓ | ✓ | ✓ | ||
HDD Usage | ✓ | ✓ | ✓ | ||
HDD ReadDataRate | ✓ | ✓ | ✓ | ||
HDD WriteDataRate | ✓ | ✓ | ✓ | ||
HDD ReadIOPS | ✓ | ✓ | ✓ | ||
HDD WriteIOPS | ✓ | ✓ | ✓ | ||
HDD Connection | ✓ | ✓ | ✓ | ||
Memory Monitor | Memory Usage | ✓ | ✓ | ✓ | |
Net Monitor | Network Connection | ✓ | ✓ | ✓ | |
Network Usage | ✓ | ✓ | ✓ | Notification of usage only, normally error not generated. | |
Network CRC Error | ✓ | ✓ | ✓ | Warning occurs when the number of CRC errors in the period reaches the threshold value. The number of CRC errors that occur is the same as the value that can be confirmed with the ip command. | |
IP Packet Reassembles Failed | ✓ | ✓ | ✓ | ||
UDP Buf Errors | ✓ | ✓ | ✓ | ||
NTP Monitor | NTP Offset | ✓ | ✓ | ✓ | |
Process Monitor | Tasks Summary | ✓ | ✓ | ✓ | |
High-load Proc[0-9] | ✓ | ✓ | ✓ | ||
High-mem Proc[0-9] | ✓ | ✓ | ✓ | ||
GPU Monitor | GPU Temperature | ✓ | ✓ | - | |
GPU Usage | ✓ | ✓ | - | ||
GPU Memory Usage | ✓ | - | - | ||
GPU Thermal Throttling | ✓ | - | - | ||
GPU Frequency | ✓ | ✓ | - | For Intel platform, monitor whether current GPU clock is supported by the GPU. | |
Voltage Monitor | CMOS Battery Status | ✓ | - | - | Battery Health for RTC and BIOS - |
ROS parameters
See ROS parameters.
Notes
File truncated at 100 lines see the full file
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package autoware_system_monitor \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
fix(gpu_monitor): correct gpu memory calculation (#10660)
- chore(systme): fixed gpu memory calculation
- chore(autoware_system_monitor): fixed data types.
- style(pre-commit): autofix
- changed double literal to float literal
- restore the output format
- style(pre-commit): autofix
* correct the output format. ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Contributors: TaikiYamada4, Takayuki AKAMINE
0.45.0 (2025-05-22)
-
fix(autoware_system_monitor): quick fix for autoware_system_monitor (#10506)
- feat(autoware_system_monitor): quick fix, autoware_system_monitor, fix sompile issue : v0.0
* feat(autoware_system_monitor): quick fix, autoware_system_monitor, add comment by sasaki san: v0.1 ---------
-
Contributors: 心刚
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
-
fix(autoware_system_monitor): quick fix for autoware_system_monitor (#10506)
- feat(autoware_system_monitor): quick fix, autoware_system_monitor, fix sompile issue : v0.0
* feat(autoware_system_monitor): quick fix, autoware_system_monitor, add comment by sasaki san: v0.1 ---------
-
Contributors: 心刚
0.44.0 (2025-04-18)
- fix(process_monitor): get process statistics directly from /proc files to avoid process spawning of Linux commands (#10379) ---------
- Contributors: nishikawa-masaki
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)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
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 [system_monitor]{.title-ref} (#10017)
- feat(system_monitor): apply [autoware_]{.title-ref} prefix (see below):
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_system_launch |
Launch files
- launch/system_monitor.launch.xml
-
- cpu_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/cpu_monitor.param.yaml]
- hdd_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/hdd_monitor.param.yaml]
- mem_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/mem_monitor.param.yaml]
- net_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/net_monitor.param.yaml]
- ntp_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/ntp_monitor.param.yaml]
- process_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/process_monitor.param.yaml]
- gpu_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/gpu_monitor.param.yaml]
- voltage_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/voltage_monitor.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_system_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
- Fumihito Ito
- TetsuKawa
- Junya Sasaki
- Masaki Nishikawa
Authors
System Monitor for Autoware
Further improvement of system monitor functionality for Autoware.
Description
This package provides the following nodes for monitoring system:
- CPU Monitor
- HDD Monitor
- Memory Monitor
- Network Monitor
- NTP Monitor
- Process Monitor
- GPU Monitor
- Voltage Monitor
Supported architecture
- x86_64
- arm64v8/aarch64
Operation confirmed platform
- PC system intel core i7
The following “once confirmed” platforms (or their successor) need to be tested again with the latest environment.
NVIDIA Jetson AGX XavierRaspberry Pi4 Model B
How to use
Use colcon build and launch in the same way as other packages.
colcon build
source install/setup.bash
ros2 launch autoware_system_monitor system_monitor.launch.xml
CPU and GPU monitoring method differs depending on platform.
CMake automatically chooses source to be built according to build environment.
If you build this package on intel platform, CPU monitor and GPU monitor which run on intel platform are built.
ROS topics published by system monitor
Every topic is published in 1 minute interval.
- CPU Monitor
- HDD Monitor
- Mem Monitor
- Net Monitor
- NTP Monitor
- Process Monitor
- GPU Monitor
- Voltage Monitor
[Usage] ✓:Supported, -:Not supported
Node | Message | Intel | arm64(tegra) | arm64(raspi) | Notes |
---|---|---|---|---|---|
CPU Monitor | CPU Temperature | ✓ | ✓ | ✓ | |
CPU Usage | ✓ | ✓ | ✓ | ||
CPU Load Average | ✓ | ✓ | ✓ | ||
CPU Thermal Throttling | ✓ | - | ✓ | ||
CPU Frequency | ✓ | ✓ | ✓ | Notification of frequency only, normally error not generated. | |
HDD Monitor | HDD Temperature | ✓ | ✓ | ✓ | |
HDD PowerOnHours | ✓ | ✓ | ✓ | ||
HDD TotalDataWritten | ✓ | ✓ | ✓ | ||
HDD RecoveredError | ✓ | ✓ | ✓ | ||
HDD Usage | ✓ | ✓ | ✓ | ||
HDD ReadDataRate | ✓ | ✓ | ✓ | ||
HDD WriteDataRate | ✓ | ✓ | ✓ | ||
HDD ReadIOPS | ✓ | ✓ | ✓ | ||
HDD WriteIOPS | ✓ | ✓ | ✓ | ||
HDD Connection | ✓ | ✓ | ✓ | ||
Memory Monitor | Memory Usage | ✓ | ✓ | ✓ | |
Net Monitor | Network Connection | ✓ | ✓ | ✓ | |
Network Usage | ✓ | ✓ | ✓ | Notification of usage only, normally error not generated. | |
Network CRC Error | ✓ | ✓ | ✓ | Warning occurs when the number of CRC errors in the period reaches the threshold value. The number of CRC errors that occur is the same as the value that can be confirmed with the ip command. | |
IP Packet Reassembles Failed | ✓ | ✓ | ✓ | ||
UDP Buf Errors | ✓ | ✓ | ✓ | ||
NTP Monitor | NTP Offset | ✓ | ✓ | ✓ | |
Process Monitor | Tasks Summary | ✓ | ✓ | ✓ | |
High-load Proc[0-9] | ✓ | ✓ | ✓ | ||
High-mem Proc[0-9] | ✓ | ✓ | ✓ | ||
GPU Monitor | GPU Temperature | ✓ | ✓ | - | |
GPU Usage | ✓ | ✓ | - | ||
GPU Memory Usage | ✓ | - | - | ||
GPU Thermal Throttling | ✓ | - | - | ||
GPU Frequency | ✓ | ✓ | - | For Intel platform, monitor whether current GPU clock is supported by the GPU. | |
Voltage Monitor | CMOS Battery Status | ✓ | - | - | Battery Health for RTC and BIOS - |
ROS parameters
See ROS parameters.
Notes
File truncated at 100 lines see the full file
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package autoware_system_monitor \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
fix(gpu_monitor): correct gpu memory calculation (#10660)
- chore(systme): fixed gpu memory calculation
- chore(autoware_system_monitor): fixed data types.
- style(pre-commit): autofix
- changed double literal to float literal
- restore the output format
- style(pre-commit): autofix
* correct the output format. ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Contributors: TaikiYamada4, Takayuki AKAMINE
0.45.0 (2025-05-22)
-
fix(autoware_system_monitor): quick fix for autoware_system_monitor (#10506)
- feat(autoware_system_monitor): quick fix, autoware_system_monitor, fix sompile issue : v0.0
* feat(autoware_system_monitor): quick fix, autoware_system_monitor, add comment by sasaki san: v0.1 ---------
-
Contributors: 心刚
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
-
fix(autoware_system_monitor): quick fix for autoware_system_monitor (#10506)
- feat(autoware_system_monitor): quick fix, autoware_system_monitor, fix sompile issue : v0.0
* feat(autoware_system_monitor): quick fix, autoware_system_monitor, add comment by sasaki san: v0.1 ---------
-
Contributors: 心刚
0.44.0 (2025-04-18)
- fix(process_monitor): get process statistics directly from /proc files to avoid process spawning of Linux commands (#10379) ---------
- Contributors: nishikawa-masaki
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)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
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 [system_monitor]{.title-ref} (#10017)
- feat(system_monitor): apply [autoware_]{.title-ref} prefix (see below):
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_system_launch |
Launch files
- launch/system_monitor.launch.xml
-
- cpu_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/cpu_monitor.param.yaml]
- hdd_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/hdd_monitor.param.yaml]
- mem_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/mem_monitor.param.yaml]
- net_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/net_monitor.param.yaml]
- ntp_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/ntp_monitor.param.yaml]
- process_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/process_monitor.param.yaml]
- gpu_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/gpu_monitor.param.yaml]
- voltage_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/voltage_monitor.param.yaml]
Messages
Services
Plugins
Recent questions tagged autoware_system_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
- Fumihito Ito
- TetsuKawa
- Junya Sasaki
- Masaki Nishikawa
Authors
System Monitor for Autoware
Further improvement of system monitor functionality for Autoware.
Description
This package provides the following nodes for monitoring system:
- CPU Monitor
- HDD Monitor
- Memory Monitor
- Network Monitor
- NTP Monitor
- Process Monitor
- GPU Monitor
- Voltage Monitor
Supported architecture
- x86_64
- arm64v8/aarch64
Operation confirmed platform
- PC system intel core i7
The following “once confirmed” platforms (or their successor) need to be tested again with the latest environment.
NVIDIA Jetson AGX XavierRaspberry Pi4 Model B
How to use
Use colcon build and launch in the same way as other packages.
colcon build
source install/setup.bash
ros2 launch autoware_system_monitor system_monitor.launch.xml
CPU and GPU monitoring method differs depending on platform.
CMake automatically chooses source to be built according to build environment.
If you build this package on intel platform, CPU monitor and GPU monitor which run on intel platform are built.
ROS topics published by system monitor
Every topic is published in 1 minute interval.
- CPU Monitor
- HDD Monitor
- Mem Monitor
- Net Monitor
- NTP Monitor
- Process Monitor
- GPU Monitor
- Voltage Monitor
[Usage] ✓:Supported, -:Not supported
Node | Message | Intel | arm64(tegra) | arm64(raspi) | Notes |
---|---|---|---|---|---|
CPU Monitor | CPU Temperature | ✓ | ✓ | ✓ | |
CPU Usage | ✓ | ✓ | ✓ | ||
CPU Load Average | ✓ | ✓ | ✓ | ||
CPU Thermal Throttling | ✓ | - | ✓ | ||
CPU Frequency | ✓ | ✓ | ✓ | Notification of frequency only, normally error not generated. | |
HDD Monitor | HDD Temperature | ✓ | ✓ | ✓ | |
HDD PowerOnHours | ✓ | ✓ | ✓ | ||
HDD TotalDataWritten | ✓ | ✓ | ✓ | ||
HDD RecoveredError | ✓ | ✓ | ✓ | ||
HDD Usage | ✓ | ✓ | ✓ | ||
HDD ReadDataRate | ✓ | ✓ | ✓ | ||
HDD WriteDataRate | ✓ | ✓ | ✓ | ||
HDD ReadIOPS | ✓ | ✓ | ✓ | ||
HDD WriteIOPS | ✓ | ✓ | ✓ | ||
HDD Connection | ✓ | ✓ | ✓ | ||
Memory Monitor | Memory Usage | ✓ | ✓ | ✓ | |
Net Monitor | Network Connection | ✓ | ✓ | ✓ | |
Network Usage | ✓ | ✓ | ✓ | Notification of usage only, normally error not generated. | |
Network CRC Error | ✓ | ✓ | ✓ | Warning occurs when the number of CRC errors in the period reaches the threshold value. The number of CRC errors that occur is the same as the value that can be confirmed with the ip command. | |
IP Packet Reassembles Failed | ✓ | ✓ | ✓ | ||
UDP Buf Errors | ✓ | ✓ | ✓ | ||
NTP Monitor | NTP Offset | ✓ | ✓ | ✓ | |
Process Monitor | Tasks Summary | ✓ | ✓ | ✓ | |
High-load Proc[0-9] | ✓ | ✓ | ✓ | ||
High-mem Proc[0-9] | ✓ | ✓ | ✓ | ||
GPU Monitor | GPU Temperature | ✓ | ✓ | - | |
GPU Usage | ✓ | ✓ | - | ||
GPU Memory Usage | ✓ | - | - | ||
GPU Thermal Throttling | ✓ | - | - | ||
GPU Frequency | ✓ | ✓ | - | For Intel platform, monitor whether current GPU clock is supported by the GPU. | |
Voltage Monitor | CMOS Battery Status | ✓ | - | - | Battery Health for RTC and BIOS - |
ROS parameters
See ROS parameters.
Notes
File truncated at 100 lines see the full file
\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^ Changelog for package autoware_system_monitor \^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
0.46.0 (2025-06-20)
-
Merge remote-tracking branch 'upstream/main' into tmp/TaikiYamada/bump_version_base
-
fix(gpu_monitor): correct gpu memory calculation (#10660)
- chore(systme): fixed gpu memory calculation
- chore(autoware_system_monitor): fixed data types.
- style(pre-commit): autofix
- changed double literal to float literal
- restore the output format
- style(pre-commit): autofix
* correct the output format. ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
-
Contributors: TaikiYamada4, Takayuki AKAMINE
0.45.0 (2025-05-22)
-
fix(autoware_system_monitor): quick fix for autoware_system_monitor (#10506)
- feat(autoware_system_monitor): quick fix, autoware_system_monitor, fix sompile issue : v0.0
* feat(autoware_system_monitor): quick fix, autoware_system_monitor, add comment by sasaki san: v0.1 ---------
-
Contributors: 心刚
0.44.2 (2025-06-10)
0.44.1 (2025-05-01)
-
fix(autoware_system_monitor): quick fix for autoware_system_monitor (#10506)
- feat(autoware_system_monitor): quick fix, autoware_system_monitor, fix sompile issue : v0.0
* feat(autoware_system_monitor): quick fix, autoware_system_monitor, add comment by sasaki san: v0.1 ---------
-
Contributors: 心刚
0.44.0 (2025-04-18)
- fix(process_monitor): get process statistics directly from /proc files to avoid process spawning of Linux commands (#10379) ---------
- Contributors: nishikawa-masaki
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)
- Merge remote-tracking branch 'origin/main' into tmp/bot/bump_version_base
- feat(autoware_utils): replace autoware_universe_utils with autoware_utils (#10191)
- Contributors: Fumiya Watanabe, 心刚
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 [system_monitor]{.title-ref} (#10017)
- feat(system_monitor): apply [autoware_]{.title-ref} prefix (see below):
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
Name | Deps |
---|---|
tier4_system_launch |
Launch files
- launch/system_monitor.launch.xml
-
- cpu_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/cpu_monitor.param.yaml]
- hdd_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/hdd_monitor.param.yaml]
- mem_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/mem_monitor.param.yaml]
- net_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/net_monitor.param.yaml]
- ntp_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/ntp_monitor.param.yaml]
- process_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/process_monitor.param.yaml]
- gpu_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/gpu_monitor.param.yaml]
- voltage_monitor_config_file [default: $(find-pkg-share autoware_system_monitor)/config/voltage_monitor.param.yaml]