File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
adf_core_python/implement/module/complex Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ def __init__(
3131 self ._clustering : Clustering = cast (
3232 Clustering ,
3333 module_manager .get_module (
34- "SampleHumanDetector .Clustering" ,
34+ "DefaultHumanDetector .Clustering" ,
3535 "adf_core_python.implement.module.algorithm.k_means_clustering.KMeansClustering" ,
3636 ),
3737 )
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def __init__(
3636 self ._path_planning : PathPlanning = cast (
3737 PathPlanning ,
3838 module_manager .get_module (
39- "SampleRoadDetector .PathPlanning" ,
39+ "DefaultRoadDetector .PathPlanning" ,
4040 "adf_core_python.implement.module.algorithm.a_star_path_planning.AStarPathPlanning" ,
4141 ),
4242 )
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ def __init__(
3636 self ._clustering : Clustering = cast (
3737 Clustering ,
3838 module_manager .get_module (
39- "SampleSearch .Clustering" ,
39+ "DefaultSearch .Clustering" ,
4040 "adf_core_python.implement.module.algorithm.k_means_clustering.KMeansClustering" ,
4141 ),
4242 )
4343
4444 self ._path_planning : PathPlanning = cast (
4545 PathPlanning ,
4646 module_manager .get_module (
47- "SampleSearch .PathPlanning" ,
47+ "DefaultSearch .PathPlanning" ,
4848 "adf_core_python.implement.module.algorithm.a_star_path_planning.AStarPathPlanning" ,
4949 ),
5050 )
Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ DefaultTacticsPoliceForce:
3434# TargetAllocator: sample_team.module.complex.SamplePoliceTargetAllocator
3535# CommandPicker: adf_core_python.implement.centralized.DefaultCommandPickerPolice
3636
37- SampleSearch :
37+ DefaultSearch :
3838 PathPlanning : adf_core_python.implement.module.algorithm.a_star_path_planning.AStarPathPlanning
3939 Clustering : adf_core_python.implement.module.algorithm.k_means_clustering.KMeansClustering
4040
41- SampleRoadDetector :
41+ DefaultRoadDetector :
4242 PathPlanning : adf_core_python.implement.module.algorithm.a_star_path_planning.AStarPathPlanning
4343
44- SampleHumanDetector :
44+ DefaultHumanDetector :
4545 Clustering : adf_core_python.implement.module.algorithm.k_means_clustering.KMeansClustering
4646
4747DefaultExtendActionClear :
You can’t perform that action at this time.
0 commit comments