Skip to content

Commit

Permalink
fix bug.
Browse files Browse the repository at this point in the history
Signed-off-by: xtk8532704 <[email protected]>
  • Loading branch information
xtk8532704 committed Nov 27, 2024
1 parent 9d9dc86 commit 862cca1
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
"autoware_processing_time_checker": {
"type": "object",
"properties": {
"output_metrics": {
"description": "If `output_metrics = true`, the node writes the statics of the processing_time measured during its lifetime to `<ros2_logging_directory>/autoware_metrics/<node_name>-<time_stamp>.json` when shut down.",
"type": "boolean",
"default": "false"
},
"update_rate": {
"type": "number",
"default": 10,
Expand All @@ -25,7 +20,7 @@
"description": "The topic name list of the processing time."
}
},
"required": ["output_metrics", "update_rate", "processing_time_topic_name_list"]
"required": ["update_rate", "processing_time_topic_name_list"]
}
},
"properties": {
Expand Down

0 comments on commit 862cca1

Please sign in to comment.