Skip to content

Commit

Permalink
feat: add curbstone to static_map_tags of obstacle_velocity_limiter (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#404)

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>

Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
  • Loading branch information
tkimura4 authored Jan 24, 2023
1 parent 8d6722d commit cd9b2ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
dynamic_obstacles_min_vel: 0.5 # [m/s] velocity above which a dynamic obstacle is ignored by the module
static_map_tags: # linestring tags in the lanelet maps that will be used as static obstacles
- guard_rail
- curbstone
filter_envelope : false # whether to calculate the apparent safety envelope and use it to filter obstacles
rtree_min_points: 500 # from this number of obstacle points, a rtree is used for collision detection
rtree_min_segments: 1600 # from this number of obstacle segments, a rtree is used for collision detection

0 comments on commit cd9b2ac

Please sign in to comment.