Skip to content

Commit

Permalink
refactor(behavior_velocity_planner): removed external input from beha…
Browse files Browse the repository at this point in the history
…vior_velocity (#296)

removed external input from behavior_velocity

Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin authored Apr 14, 2023
1 parent 6b97c8c commit d4eda8d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
ego_yield_query_stop_duration: 0.1 # [s] the amount of time which ego should be stopping to query whether it yields or not

# param for input data
external_input_timeout: 1.0
tl_state_timeout: 3.0 # [s] timeout threshold for traffic light signal

# param for target area & object
Expand All @@ -43,4 +42,3 @@
walkway:
stop_duration_sec: 1.0 # [s] stop time at stop position
stop_line_distance: 3.5 # [m] make stop line away from crosswalk when no explicit stop line exists
external_input_timeout: 1.0
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
assumed_front_car_decel: 1.0 # [m/ss] the expected deceleration of front car when front car as well as ego are turning
enable_front_car_decel_prediction: false # By default this feature is disabled
stop_overshoot_margin: 0.5 # [m] overshoot margin for stuck, collision detection
external_input_timeout: 1.0

merge_from_private_road:
stop_duration_sec: 1.0
merge_from_private:
merge_from_private_area:
stop_duration_sec: 1.0
stop_duration_sec: 1.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
traffic_light:
stop_margin: 0.0
tl_state_timeout: 1.0
external_tl_state_timeout: 1.0
yellow_lamp_period: 2.75
enable_pass_judge: true

0 comments on commit d4eda8d

Please sign in to comment.