Commit da582cc 1 parent 755ab8e commit da582cc Copy full SHA for da582cc
File tree 1 file changed +2
-2
lines changed
planning/behavior_velocity_intersection_module/src
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ static std::optional<size_t> insertPointIndex(
117
117
}
118
118
119
119
bool hasLaneIds (
120
- const autoware_planning_msgs::msg::PathPointWithLaneId & p,
120
+ const autoware_planning_msgs::msg::PathPointWithLaneId & p,
121
121
const std::set<lanelet::Id> & ids)
122
122
{
123
123
for (const auto & pid : p.lane_ids ) {
@@ -1099,7 +1099,7 @@ std::vector<lanelet::ConstLineString3d> generateDetectionLaneDivisions(
1099
1099
}
1100
1100
1101
1101
std::optional<InterpolatedPathInfo> generateInterpolatedPath (
1102
- const int lane_id, const std::set<lanelet::Id> & associative_lane_ids,
1102
+ const lanelet::Id lane_id, const std::set<lanelet::Id> & associative_lane_ids,
1103
1103
const autoware_planning_msgs::msg::PathWithLaneId & input_path, const double ds,
1104
1104
const rclcpp::Logger logger)
1105
1105
{
You can’t perform that action at this time.
0 commit comments