Skip to content

Commit

Permalink
add description
Browse files Browse the repository at this point in the history
Signed-off-by: beyza <bnk@leodrive.ai>
  • Loading branch information
beyza committed Jan 18, 2023
1 parent 1c47da4 commit 6fe1e15
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 238 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# params for detection area
detection_area:
lateral_margin: 0.0 # margin of vehicle footprint [m]
pedestrian_lateral_margin: 0.0
car_lateral_margin: 5.0
unknown_lateral_margin: 10.0
pedestrian_lateral_margin: 0.0 # margin of detection area for pedestrian [m]
car_lateral_margin: 5.0 # margin of detection area for car [m]
unknown_lateral_margin: 10.0 # margin of detection area for unknown object [m]
step_length: 1.0 # step length for pointcloud search range [m]
extend_distance: 0.0 # extend trajectory to consider after goal obstacle in the extend_distance [m]

Expand Down
Loading

0 comments on commit 6fe1e15

Please sign in to comment.