Skip to content

Commit

Permalink
feat(autoware_launch): 信号連携周りの改善 (autowarefoundation#688)
Browse files Browse the repository at this point in the history
* feat(autoware_launch): add traffic protected level for amber color in intersection (autowarefoundation#588)

* feat(autoware_launch): add traffic protected level for amber color in intersection

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* update

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* update

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>

* feat(intersection): ignore decelerating vehicle on amber traffic light (autowarefoundation#635)

* feat(intersection): ignore decelerating vehicle on amber traffic light

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

* tuning

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

---------

Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>

---------

Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
Signed-off-by: Mamoru Sobue <mamoru.sobue@tier4.jp>
Co-authored-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
soblin and takayuki5168 committed Nov 17, 2023
1 parent 9f71e25 commit ccd4e59
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,18 @@
state_transit_margin_time: 1.0
min_predicted_path_confidence: 0.05
minimum_ego_predicted_velocity: 1.388 # [m/s]
normal:
collision_start_margin_time: 4.0 # [s] this + state_transit_margin_time should be higher to account for collision with fast/accelerating object
collision_end_margin_time: 6.0 # [s] this + state_transit_margin_time should be higher to account for collision with slow/decelerating object
relaxed:
fully_prioritized:
collision_start_margin_time: 2.0
collision_end_margin_time: 0.0
partially_prioritized:
collision_start_margin_time: 4.0
collision_end_margin_time: 6.0
not_prioritized:
collision_start_margin_time: 4.0 # [s] this + state_transit_margin_time should be higher to account for collision with fast/accelerating object
collision_end_margin_time: 6.0 # [s] this + state_transit_margin_time should be higher to account for collision with slow/decelerating object
keep_detection_vel_thr: 1.5 # == 5.4km/h. keep detection if ego is ego.vel < keep_detection_vel_thr
ignore_on_amber_traffic_light:
object_expected_deceleration: 2.0 # [m/ss]

occlusion:
enable: true
Expand Down

0 comments on commit ccd4e59

Please sign in to comment.