Skip to content

Commit

Permalink
refactor(surround_obstacle_checker): rework parameters (autowarefound…
Browse files Browse the repository at this point in the history
…ation#5648)

* refactor(surround_obstacle_checker): rework parameters

Signed-off-by: PhoebeWu21 <wwcphoebe@gmail.com>

* style(pre-commit): autofix

---------

Signed-off-by: PhoebeWu21 <wwcphoebe@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
PhoebeWu21 and pre-commit-ci[bot] authored Nov 22, 2023
1 parent a9d05d5 commit c7380db
Show file tree
Hide file tree
Showing 2 changed files with 399 additions and 0 deletions.
2 changes: 2 additions & 0 deletions planning/surround_obstacle_checker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ As mentioned in stop condition section, it prevents chattering by changing thres

## Parameters

{{ json_to_markdown("planning/surround_obstacle_checker/schema/surround_obstacle_checker.schema.json") }}

| Name | Type | Description | Default value |
| :-------------------------------- | :------- | :------------------------------------------------------------------------------------- | :------------ |
| `use_pointcloud` | `bool` | Use pointcloud as obstacle check | `true` |
Expand Down
Loading

0 comments on commit c7380db

Please sign in to comment.