forked from autowarefoundation/autoware_launch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use xml for system monitor launch (autowarefoundation#602)
* feat: use xml for system monitor launch Signed-off-by: Daisuke Nishimatsu <[email protected]> * ci(pre-commit): autofix * fix voltage monitor param path Signed-off-by: Daisuke Nishimatsu <[email protected]> Signed-off-by: Daisuke Nishimatsu <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c896f3f
commit acb358e
Showing
2 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
system_launch/config/system_monitor/voltage_monitor.param.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
/**: | ||
ros__parameters: | ||
cmos_battery_warn: 2.90 | ||
cmos_battery_error: 2.70 | ||
cmos_battery_label: "" |
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