Skip to content

Commit

Permalink
feat(lane_change): add lane change parameter (#1263)
Browse files Browse the repository at this point in the history
* add flag to enable/disable terminal path feature

Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>

* add parameter to cofigure stop point placement

Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>

* add flag to disable feature near goal

Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>

* set default flag value to false

Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>

---------

Signed-off-by: mohammad alqudah <alqudah.mohammad@tier4.jp>
  • Loading branch information
mkquda authored Dec 27, 2024
1 parent fb51904 commit 1c68a7d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
# turn signal
min_length_for_turn_signal_activation: 10.0 # [m]

# terminal path
terminal_path:
enable: true
disable_near_goal: true
stop_at_boundary: false

# trajectory generation
trajectory:
max_prepare_duration: 4.0
Expand Down

0 comments on commit 1c68a7d

Please sign in to comment.