Skip to content

Commit

Permalink
feat: disable lane departure checker (autowarefoundation#317)
Browse files Browse the repository at this point in the history
* feat(obstacle_avoidance_planner): change optimization_center_offset

Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com>

* feat(system_error_monitor): do not monitor lane_departure_checker

Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com>

* feat: add comment

Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com>

---------

Signed-off-by: 1222-takeshi <m.takeshi1995@gmail.com>
  • Loading branch information
1222-takeshi authored and saka1-s committed Jun 25, 2024
1 parent ca46ab7 commit ce0349a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
num_points: 100 # number of points for optimization [-]
delta_arc_length: 1.0 # delta arc length for optimization [m]

# kinematics:
kinematics:
# If this parameter is commented out, the parameter is set as below by default.
# The logic could be `optimization_center_offset = vehicle_info.wheelbase * 0.8`
# The 0.8 scale is adopted as it performed the best.
# optimization_center_offset: 2.3 # optimization center offset from base link
optimization_center_offset: 0.0 # optimization center offset from base link

clearance: # clearance(distance) between vehicle and roads/objects when generating trajectory
# if collision_free_constraints.option.hard_constraint is true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
required_modules:
autonomous_driving:
/autoware/control/autonomous_driving/node_alive_monitoring: default
/autoware/control/autonomous_driving/performance_monitoring/lane_departure: default
# /autoware/control/autonomous_driving/performance_monitoring/lane_departure: default # temporarily until logic is improved
/autoware/control/control_command_gate/node_alive_monitoring: default

/autoware/localization/node_alive_monitoring: default
Expand Down

0 comments on commit ce0349a

Please sign in to comment.