@@ -765,8 +765,8 @@ void reactRTCApprovalByDecisionResult(
765
765
planning_factor_interface->add (
766
766
path->points , path->points .at (closest_idx).point .pose ,
767
767
path->points .at (stopline_idx).point .pose , path->points .at (stopline_idx).point .pose ,
768
- tier4_planning_msgs ::msg::PlanningFactor::STOP,
769
- tier4_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
768
+ autoware_internal_planning_msgs ::msg::PlanningFactor::STOP,
769
+ autoware_internal_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
770
770
0.0 /* shift distance*/ , " intersection(pure StuckStop)" );
771
771
}
772
772
}
@@ -780,8 +780,8 @@ void reactRTCApprovalByDecisionResult(
780
780
path->points , path->points .at (closest_idx).point .pose ,
781
781
path->points .at (occlusion_stopline_idx).point .pose ,
782
782
path->points .at (occlusion_stopline_idx).point .pose ,
783
- tier4_planning_msgs ::msg::PlanningFactor::STOP,
784
- tier4_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
783
+ autoware_internal_planning_msgs ::msg::PlanningFactor::STOP,
784
+ autoware_internal_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
785
785
0.0 /* shift distance*/ , " intersection(StuckStop with occlusion)" );
786
786
}
787
787
}
@@ -812,8 +812,8 @@ void reactRTCApprovalByDecisionResult(
812
812
planning_factor_interface->add (
813
813
path->points , path->points .at (closest_idx).point .pose ,
814
814
path->points .at (stopline_idx).point .pose , path->points .at (stopline_idx).point .pose ,
815
- tier4_planning_msgs ::msg::PlanningFactor::STOP,
816
- tier4_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
815
+ autoware_internal_planning_msgs ::msg::PlanningFactor::STOP,
816
+ autoware_internal_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
817
817
0.0 /* shift distance*/ , " intersection(Yield Stuck)" );
818
818
}
819
819
}
@@ -842,8 +842,8 @@ void reactRTCApprovalByDecisionResult(
842
842
planning_factor_interface->add (
843
843
path->points , path->points .at (decision_result.closest_idx ).point .pose ,
844
844
path->points .at (stopline_idx).point .pose , path->points .at (stopline_idx).point .pose ,
845
- tier4_planning_msgs ::msg::PlanningFactor::STOP,
846
- tier4_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
845
+ autoware_internal_planning_msgs ::msg::PlanningFactor::STOP,
846
+ autoware_internal_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
847
847
0.0 /* shift distance*/ , " intersection(CollisionStop)" );
848
848
}
849
849
}
@@ -856,8 +856,8 @@ void reactRTCApprovalByDecisionResult(
856
856
planning_factor_interface->add (
857
857
path->points , path->points .at (decision_result.closest_idx ).point .pose ,
858
858
path->points .at (stopline_idx).point .pose , path->points .at (stopline_idx).point .pose ,
859
- tier4_planning_msgs ::msg::PlanningFactor::STOP,
860
- tier4_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
859
+ autoware_internal_planning_msgs ::msg::PlanningFactor::STOP,
860
+ autoware_internal_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
861
861
0.0 /* shift distance*/ , " intersection(CollisionStop with occlusion)" );
862
862
}
863
863
}
@@ -886,8 +886,8 @@ void reactRTCApprovalByDecisionResult(
886
886
planning_factor_interface->add (
887
887
path->points , path->points .at (decision_result.closest_idx ).point .pose ,
888
888
path->points .at (stopline_idx).point .pose , path->points .at (stopline_idx).point .pose ,
889
- tier4_planning_msgs ::msg::PlanningFactor::STOP,
890
- tier4_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
889
+ autoware_internal_planning_msgs ::msg::PlanningFactor::STOP,
890
+ autoware_internal_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
891
891
0.0 /* shift distance*/ , " intersection(FirstWaitBeforeOcclusion with collision)" );
892
892
}
893
893
}
@@ -908,8 +908,8 @@ void reactRTCApprovalByDecisionResult(
908
908
planning_factor_interface->add (
909
909
path->points , path->points .at (decision_result.closest_idx ).point .pose ,
910
910
path->points .at (stopline_idx).point .pose , path->points .at (stopline_idx).point .pose ,
911
- tier4_planning_msgs ::msg::PlanningFactor::STOP,
912
- tier4_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
911
+ autoware_internal_planning_msgs ::msg::PlanningFactor::STOP,
912
+ autoware_internal_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
913
913
0.0 /* shift distance*/ , " intersection(FirstWaitBeforeOcclusion with occlusion)" );
914
914
}
915
915
}
@@ -952,8 +952,8 @@ void reactRTCApprovalByDecisionResult(
952
952
path->points , path->points .at (decision_result.closest_idx ).point .pose ,
953
953
path->points .at (occlusion_peeking_stopline).point .pose ,
954
954
path->points .at (occlusion_peeking_stopline).point .pose ,
955
- tier4_planning_msgs ::msg::PlanningFactor::STOP,
956
- tier4_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
955
+ autoware_internal_planning_msgs ::msg::PlanningFactor::STOP,
956
+ autoware_internal_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
957
957
0.0 /* shift distance*/ , " intersection(PeekingToOcclusion)" );
958
958
}
959
959
}
@@ -966,8 +966,8 @@ void reactRTCApprovalByDecisionResult(
966
966
planning_factor_interface->add (
967
967
path->points , path->points .at (decision_result.closest_idx ).point .pose ,
968
968
path->points .at (stopline_idx).point .pose , path->points .at (stopline_idx).point .pose ,
969
- tier4_planning_msgs ::msg::PlanningFactor::STOP,
970
- tier4_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
969
+ autoware_internal_planning_msgs ::msg::PlanningFactor::STOP,
970
+ autoware_internal_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
971
971
0.0 /* shift distance*/ , " intersection(PeekingToOcclusion while stopping for collision)" );
972
972
}
973
973
}
@@ -996,8 +996,8 @@ void reactRTCApprovalByDecisionResult(
996
996
planning_factor_interface->add (
997
997
path->points , path->points .at (decision_result.closest_idx ).point .pose ,
998
998
path->points .at (stopline_idx).point .pose , path->points .at (stopline_idx).point .pose ,
999
- tier4_planning_msgs ::msg::PlanningFactor::STOP,
1000
- tier4_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
999
+ autoware_internal_planning_msgs ::msg::PlanningFactor::STOP,
1000
+ autoware_internal_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
1001
1001
0.0 /* shift distance*/ , " intersection(CollisionStop with occlusion)" );
1002
1002
}
1003
1003
}
@@ -1014,8 +1014,8 @@ void reactRTCApprovalByDecisionResult(
1014
1014
planning_factor_interface->add (
1015
1015
path->points , path->points .at (decision_result.closest_idx ).point .pose ,
1016
1016
path->points .at (stopline_idx).point .pose , path->points .at (stopline_idx).point .pose ,
1017
- tier4_planning_msgs ::msg::PlanningFactor::STOP,
1018
- tier4_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
1017
+ autoware_internal_planning_msgs ::msg::PlanningFactor::STOP,
1018
+ autoware_internal_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
1019
1019
0.0 /* shift distance*/ , " intersection(CollisionStop with occlusion)" );
1020
1020
}
1021
1021
}
@@ -1044,8 +1044,8 @@ void reactRTCApprovalByDecisionResult(
1044
1044
planning_factor_interface->add (
1045
1045
path->points , path->points .at (decision_result.closest_idx ).point .pose ,
1046
1046
path->points .at (stopline_idx).point .pose , path->points .at (stopline_idx).point .pose ,
1047
- tier4_planning_msgs ::msg::PlanningFactor::STOP,
1048
- tier4_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
1047
+ autoware_internal_planning_msgs ::msg::PlanningFactor::STOP,
1048
+ autoware_internal_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
1049
1049
0.0 /* shift distance*/ ,
1050
1050
" intersection(Occlusion without traffic light, collision detected)" );
1051
1051
}
@@ -1059,8 +1059,8 @@ void reactRTCApprovalByDecisionResult(
1059
1059
planning_factor_interface->add (
1060
1060
path->points , path->points .at (decision_result.closest_idx ).point .pose ,
1061
1061
path->points .at (stopline_idx).point .pose , path->points .at (stopline_idx).point .pose ,
1062
- tier4_planning_msgs ::msg::PlanningFactor::STOP,
1063
- tier4_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
1062
+ autoware_internal_planning_msgs ::msg::PlanningFactor::STOP,
1063
+ autoware_internal_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
1064
1064
0.0 /* shift distance*/ , " intersection(Occlusion without traffic light)" );
1065
1065
}
1066
1066
}
@@ -1097,8 +1097,8 @@ void reactRTCApprovalByDecisionResult(
1097
1097
planning_factor_interface->add (
1098
1098
path->points , path->points .at (decision_result.closest_idx ).point .pose ,
1099
1099
path->points .at (stopline_idx).point .pose , path->points .at (stopline_idx).point .pose ,
1100
- tier4_planning_msgs ::msg::PlanningFactor::STOP,
1101
- tier4_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
1100
+ autoware_internal_planning_msgs ::msg::PlanningFactor::STOP,
1101
+ autoware_internal_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
1102
1102
0.0 /* shift distance*/ , " intersection(Safe, but RTC interrupted for collision)" );
1103
1103
}
1104
1104
}
@@ -1111,8 +1111,8 @@ void reactRTCApprovalByDecisionResult(
1111
1111
planning_factor_interface->add (
1112
1112
path->points , path->points .at (decision_result.closest_idx ).point .pose ,
1113
1113
path->points .at (stopline_idx).point .pose , path->points .at (stopline_idx).point .pose ,
1114
- tier4_planning_msgs ::msg::PlanningFactor::STOP,
1115
- tier4_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
1114
+ autoware_internal_planning_msgs ::msg::PlanningFactor::STOP,
1115
+ autoware_internal_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
1116
1116
0.0 /* shift distance*/ , " intersection(Safe, but RTC interrupted for occlusion)" );
1117
1117
}
1118
1118
}
@@ -1141,8 +1141,8 @@ void reactRTCApprovalByDecisionResult(
1141
1141
planning_factor_interface->add (
1142
1142
path->points , path->points .at (decision_result.closest_idx ).point .pose ,
1143
1143
path->points .at (stopline_idx).point .pose , path->points .at (stopline_idx).point .pose ,
1144
- tier4_planning_msgs ::msg::PlanningFactor::STOP,
1145
- tier4_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
1144
+ autoware_internal_planning_msgs ::msg::PlanningFactor::STOP,
1145
+ autoware_internal_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
1146
1146
0.0 /* shift distance*/ , " intersection(FullyPrioritized, collision detected)" );
1147
1147
}
1148
1148
}
@@ -1155,8 +1155,8 @@ void reactRTCApprovalByDecisionResult(
1155
1155
planning_factor_interface->add (
1156
1156
path->points , path->points .at (decision_result.closest_idx ).point .pose ,
1157
1157
path->points .at (stopline_idx).point .pose , path->points .at (stopline_idx).point .pose ,
1158
- tier4_planning_msgs ::msg::PlanningFactor::STOP,
1159
- tier4_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
1158
+ autoware_internal_planning_msgs ::msg::PlanningFactor::STOP,
1159
+ autoware_internal_planning_msgs ::msg::SafetyFactorArray{}, true /* is_driving_forward*/ , 0.0 ,
1160
1160
0.0 /* shift distance*/ ,
1161
1161
" intersection(FullyPrioritized, RTC for occlusion is interrupting)" );
1162
1162
}
0 commit comments