Skip to content

Commit

Permalink
fix(avoidance): get nearest target object (autowarefoundation#3155)
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota authored and ktro2828 committed Apr 7, 2023
1 parent a048715 commit e0324f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,7 @@ void AvoidanceModule::fillShiftLine(AvoidancePlanningData & data, DebugData & de
if (o.avoid_required && o.is_avoidable) {
data.avoid_required = true;
data.stop_target_object = o;
break;
}
}

Expand Down

0 comments on commit e0324f2

Please sign in to comment.