You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
818 B
818 B
AI Agent Instructions for Fox CARLA SIM
MANDATORY FIRST STEP: Always read d:\CARLA\CARLA_0.9.16\PythonAPI\Fox\gemini.md in the root folder before starting any task to understand current project status, architecture, and best practices.
Core Rules
- Simulation Logic: All scenario-specific code belongs in
scenarios/. Usesrc/for scenario-agnostic orchestrators. - Environment: Use PowerShell as the shell. Always activate
carla312conda environment (automatic viarun.bat). - Determinism: Use manual coordinate-based control and
set_target_velocityfor repeatable scenarios. - Safety Defaults: Mandatory +0.5m Z-offset for actor spawning to avoid ground collisions.
- Asynchronous I/O: Use
ThreadPoolExecutorfor disk writes (images/data) to maintain simulation FPS.