Skip to content

Commit

Permalink
fix(static_obstacle_avoidance): fix json schema (autowarefoundation#7692
Browse files Browse the repository at this point in the history
)

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota authored Jun 26, 2024
1 parent 1d1ee46 commit 1cff7ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"default": "4.0"
},
"path_generation_method": {
"type": "string",
"enum": ["shift_line_base", "optimization_base", "both"],
"description": "Path generation method.",
"default": "shift_line_base"
Expand Down

0 comments on commit 1cff7ad

Please sign in to comment.