-
Notifications
You must be signed in to change notification settings - Fork 650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(system_monitor): add parameter to launch system_monitor and fix hdd_monitor #2285
Merged
kenji-miyake
merged 1 commit into
autowarefoundation:main
from
ito-san:fix/launch_system_monitor
Nov 21, 2022
Merged
fix(system_monitor): add parameter to launch system_monitor and fix hdd_monitor #2285
kenji-miyake
merged 1 commit into
autowarefoundation:main
from
ito-san:fix/launch_system_monitor
Nov 21, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…dd_monitor Signed-off-by: ito-san <fumihito.ito@tier4.jp>
ito-san
added
type:bug
Software flaws or errors.
type:new-feature
New functionalities or additions, feature requests.
component:system
System design and integration. (auto-assigned)
labels
Nov 14, 2022
github-actions
bot
added
component:launch
Launch files, scripts and initialization tools. (auto-assigned)
and removed
component:system
System design and integration. (auto-assigned)
labels
Nov 14, 2022
7 tasks
yukkysaito
reviewed
Nov 14, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
kenji-miyake
approved these changes
Nov 21, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm so sorry to be late, LGTM!
HansRobo
pushed a commit
to HansRobo/autoware.universe
that referenced
this pull request
Dec 16, 2022
…dd_monitor (autowarefoundation#2285) Signed-off-by: ito-san <fumihito.ito@tier4.jp> Signed-off-by: ito-san <fumihito.ito@tier4.jp> Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
kminoda
pushed a commit
to kminoda/autoware.universe
that referenced
this pull request
Jan 6, 2023
…dd_monitor (autowarefoundation#2285) Signed-off-by: ito-san <fumihito.ito@tier4.jp> Signed-off-by: ito-san <fumihito.ito@tier4.jp> Signed-off-by: kminoda <koji.minoda@tier4.jp>
YoshiRi
pushed a commit
to YoshiRi/autoware.universe
that referenced
this pull request
Jan 11, 2023
…dd_monitor (autowarefoundation#2285) Signed-off-by: ito-san <fumihito.ito@tier4.jp> Signed-off-by: ito-san <fumihito.ito@tier4.jp> Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component:launch
Launch files, scripts and initialization tools. (auto-assigned)
type:bug
Software flaws or errors.
type:new-feature
New functionalities or additions, feature requests.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: ito-san fumihito.ito@tier4.jp
Description
Add launch parameter to launch system_monitor or not.
The system monitor should be configured according to system configuration but it it difficult to cover all system configurations all over the world, so we made the system_monitor optional.
Fixed the error regarding hdd_monitor because old parameter is used.
[system.system_monitor.hdd_monitor] getDeviceFromMountPoint(): Failed to execute findmnt. /dev/sda3
Related links
#630
Tests performed
Planning simulation
ros2 launch autoware_launch planning_simulator.launch.xml map_path:=$HOME/autoware_map/sample-map-planning vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit
launch_system_monitor:=true
)ros2 launch autoware_launch planning_simulator.launch.xml map_path:=$HOME/autoware_map/sample-map-planning vehicle_model:=sample_vehicle sensor_model:=sample_sensor_kit launch_system_monitor:=true
Rosbag replay simulation
launch_system_monitor:=true
)Verification
Default (without system_monitor)
ros2 run rqt_robot_monitor rqt_robot_monitor
With system_monitor
ros2 run rqt_robot_monitor rqt_robot_monitor
Notes for reviewers
Here is related PR that should be merged at the same time.
autowarefoundation/autoware_launch#113
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.