@@ -769,7 +769,7 @@ bool RunOutModule::insertStopPoint(
769
769
770
770
planning_factor_interface_->add (
771
771
path.points , planner_data_->current_odometry ->pose , stop_point.value (), stop_point.value (),
772
- tier4_planning_msgs ::msg::PlanningFactor::STOP, tier4_planning_msgs ::msg::SafetyFactorArray{},
772
+ autoware_internal_planning_msgs ::msg::PlanningFactor::STOP, autoware_internal_planning_msgs ::msg::SafetyFactorArray{},
773
773
true /* is_driving_forward*/ , 0.0 /* velocity*/ , 0.0 /* shift_distance*/ , " run_out_stop" );
774
774
775
775
return true ;
@@ -883,8 +883,8 @@ void RunOutModule::insertApproachingVelocity(
883
883
884
884
planning_factor_interface_->add (
885
885
output_path.points , planner_data_->current_odometry ->pose , stop_point.value (),
886
- stop_point.value (), tier4_planning_msgs ::msg::PlanningFactor::STOP,
887
- tier4_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 /* velocity*/ ,
886
+ stop_point.value (), autoware_internal_planning_msgs ::msg::PlanningFactor::STOP,
887
+ autoware_internal_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 /* velocity*/ ,
888
888
0.0 /* shift_distance*/ , " run_out_approaching_velocity" );
889
889
890
890
// debug
0 commit comments