Skip to content

Commit

Permalink
feat(sample_sensor_kit_launch): add param file for dummy_diag_publish…
Browse files Browse the repository at this point in the history
…er (#55)

* add param file for dummy_diag_publisher

Signed-off-by: asana17 <akihiro.sakurai@tier4.jp>

* fixed dummy_diag_publisher sensor_kit param yaml (add empty diag)

Signed-off-by: asana17 <akihiro.sakurai@tier4.jp>

---------

Signed-off-by: asana17 <akihiro.sakurai@tier4.jp>
  • Loading branch information
asana17 authored Feb 16, 2023
1 parent 82fb86d commit 06330e6
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Description:
# required_diags:
# <name>: {is_active: <is_active>, status: <status>}
# name: diag name
# is_active: Force update or not
# status: diag status set by dummy diag publisher "OK, Warn, Error, Stale"
#
# Note:
#
# default values are:
# is_active: "true"
# status: "OK"
---
/**:
ros__parameters:
required_diags:
dummy_diag_empty: default

0 comments on commit 06330e6

Please sign in to comment.