@@ -168,7 +168,7 @@ class BlindSpotModule : public SceneModuleInterface
168
168
tier4_planning_msgs::msg::PathWithLaneId * path) const ;
169
169
170
170
std::optional<OverPassJudge> isOverPassJudge (
171
- const tier4_planning_msgs::msg::PathWithLaneId & path ,
171
+ const tier4_planning_msgs::msg::PathWithLaneId & input_path ,
172
172
const geometry_msgs::msg::Pose & stop_point_pose) const ;
173
173
174
174
double computeTimeToPassStopLine (
@@ -215,7 +215,7 @@ class BlindSpotModule : public SceneModuleInterface
215
215
std::optional<lanelet::CompoundPolygon3d> generateBlindSpotPolygons (
216
216
const tier4_planning_msgs::msg::PathWithLaneId & path, const size_t closest_idx,
217
217
const lanelet::ConstLanelets & blind_spot_lanelets,
218
- const geometry_msgs::msg::Pose & pose ) const ;
218
+ const geometry_msgs::msg::Pose & stop_line_pose ) const ;
219
219
220
220
/* *
221
221
* @brief Check if object is belong to targeted classes
@@ -231,7 +231,8 @@ class BlindSpotModule : public SceneModuleInterface
231
231
*/
232
232
autoware_perception_msgs::msg::PredictedObject cutPredictPathWithDuration (
233
233
const std_msgs::msg::Header & header,
234
- const autoware_perception_msgs::msg::PredictedObject & object, const double time_thr) const ;
234
+ const autoware_perception_msgs::msg::PredictedObject & object_original,
235
+ const double time_thr) const ;
235
236
236
237
StateMachine state_machine_; // ! for state
237
238
0 commit comments