Skip to content

Commit

Permalink
fix(goal_planner): fix updateCollisionCheckDebugMap timing in checkSa…
Browse files Browse the repository at this point in the history
…fetyWithIntegralPredictedPolygon (#6413)

Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 authored Feb 17, 2024
1 parent e595755 commit 9530c8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -543,9 +543,9 @@ bool checkSafetyWithIntegralPredictedPolygon(
updateCollisionCheckDebugMap(debug_map, debug_pair, /*is_safe=*/false);
return false;
}
updateCollisionCheckDebugMap(debug_map, debug_pair, /*is_safe=*/true);
}
}
updateCollisionCheckDebugMap(debug_map, debug_pair, /*is_safe=*/true);
}
return true;
}
Expand Down

0 comments on commit 9530c8a

Please sign in to comment.