Skip to content

Commit

Permalink
sovle schema error
Browse files Browse the repository at this point in the history
Signed-off-by: Ariiees <[email protected]>
  • Loading branch information
Ariiees committed Aug 2, 2024
1 parent d1d2197 commit ec9cfe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@
"required" : ["adaptive_cruise_control"],
"additionalProperties": false
}
}
},
"properties": {
"/**": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"properties": {
"chattering_threshold": {
"type": "number",
"description": "even if the obstacle disappears, the stop judgment continues for chattering_threshold [s]PTION",
"description": "even if the obstacle disappears, the stop judgment continues for chattering_threshold [s]",
"default": "0.5"
},
"max_velocity": {
Expand Down

0 comments on commit ec9cfe5

Please sign in to comment.