We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b8fbf commit a0254f3Copy full SHA for a0254f3
planning/behavior_path_dynamic_avoidance_module/src/scene.cpp
@@ -1800,8 +1800,8 @@ DynamicAvoidanceModule::EgoPathReservePoly DynamicAvoidanceModule::calcEgoPathRe
1800
}
1801
1802
auto calcReservePoly = [&ego_path_lines](
1803
- strategy::distance_asymmetric<double> path_expand_strategy,
1804
- strategy::distance_asymmetric<double> steer_expand_strategy,
+ const strategy::distance_asymmetric<double> path_expand_strategy,
+ const strategy::distance_asymmetric<double> steer_expand_strategy,
1805
const std::vector<geometry_msgs::msg::Point> & outer_body_path)
1806
-> tier4_autoware_utils::Polygon2d {
1807
// reserve area based on the reference path
0 commit comments