File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed
adf_core_python/core/component/module/complex Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 55
66from rcrs_core .entities .human import Human
77
8+ from adf_core_python .core .component .module .complex .target_detector import (
9+ TargetDetector ,
10+ )
11+
812if TYPE_CHECKING :
913 from adf_core_python .core .agent .develop .develop_data import DevelopData
1014 from adf_core_python .core .agent .info .agent_info import AgentInfo
1115 from adf_core_python .core .agent .info .scenario_info import ScenarioInfo
1216 from adf_core_python .core .agent .info .world_info import WorldInfo
1317 from adf_core_python .core .agent .module .module_manager import ModuleManager
1418 from adf_core_python .core .agent .precompute .precompute_data import PrecomputeData
15- from adf_core_python .core .component .module .complex .target_detector import (
16- TargetDetector ,
17- )
1819
1920
2021class HumanDetector (TargetDetector [Human ]):
Original file line number Diff line number Diff line change 55
66from rcrs_core .entities .road import Road
77
8+ from adf_core_python .core .component .module .complex .target_detector import (
9+ TargetDetector ,
10+ )
11+
812if TYPE_CHECKING :
913 from adf_core_python .core .agent .develop .develop_data import DevelopData
1014 from adf_core_python .core .agent .info .agent_info import AgentInfo
1115 from adf_core_python .core .agent .info .scenario_info import ScenarioInfo
1216 from adf_core_python .core .agent .info .world_info import WorldInfo
1317 from adf_core_python .core .agent .module .module_manager import ModuleManager
1418 from adf_core_python .core .agent .precompute .precompute_data import PrecomputeData
15- from adf_core_python .core .component .module .complex .target_detector import (
16- TargetDetector ,
17- )
1819
1920
2021class RoadDetector (TargetDetector [Road ]):
Original file line number Diff line number Diff line change 55
66from rcrs_core .entities .area import Area
77
8+ from adf_core_python .core .component .module .complex .target_detector import (
9+ TargetDetector ,
10+ )
11+
812if TYPE_CHECKING :
913 from adf_core_python .core .agent .develop .develop_data import DevelopData
1014 from adf_core_python .core .agent .info .agent_info import AgentInfo
1115 from adf_core_python .core .agent .info .scenario_info import ScenarioInfo
1216 from adf_core_python .core .agent .info .world_info import WorldInfo
1317 from adf_core_python .core .agent .module .module_manager import ModuleManager
1418 from adf_core_python .core .agent .precompute .precompute_data import PrecomputeData
15- from adf_core_python .core .component .module .complex .target_detector import (
16- TargetDetector ,
17- )
1819
1920
2021class Search (TargetDetector [Area ]):
You can’t perform that action at this time.
0 commit comments