Skip to content

Commit 13060ae

Browse files
committedApr 11, 2025··
feat: デフォルト設定をサンプル設定に変更
1 parent f822458 commit 13060ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎adf_core_python/cli/template/config/module.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ DefaultTacticsPoliceOffice:
3434
TargetAllocator: adf_core_python.implement.module.complex.default_police_target_allocator.DefaultPoliceTargetAllocator
3535
CommandPicker: adf_core_python.implement.centralized.default_command_picker_police.DefaultCommandPickerPolice
3636

37-
DefaultSearch:
37+
SampleSearch:
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-
DefaultRoadDetector:
41+
SampleRoadDetector:
4242
PathPlanning: adf_core_python.implement.module.algorithm.a_star_path_planning.AStarPathPlanning
4343

44-
DefaultHumanDetector:
44+
SampleHumanDetector:
4545
Clustering: adf_core_python.implement.module.algorithm.k_means_clustering.KMeansClustering
4646

4747
DefaultExtendActionClear:

0 commit comments

Comments
 (0)
Please sign in to comment.