We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267f3bd commit 1b5300cCopy full SHA for 1b5300c
adf_core_python/implement/tactics/default_tactics_police_force.py
@@ -116,7 +116,7 @@ def think(
116
target_entity_id = self._road_detector.calculate().get_target_entity_id()
117
if target_entity_id is not None:
118
action = (
119
- self._action_ext_clear.set_target_entity_id(target_entity_id)
+ self._action_ext_move.set_target_entity_id(target_entity_id)
120
.calc()
121
.get_action()
122
)
0 commit comments