From 97e133db6a47070b41b6a14d428ab922efc3592f Mon Sep 17 00:00:00 2001 From: paulbourelly999 <77466294+paulbourelly999@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:09:19 -0500 Subject: [PATCH] Cdar 746 remove debug scenario runner (#320) # PR Details ## Description Debug flag causes following error in scenario runner (https://github.com/carla-simulator/scenario_runner/issues/1055) ## Related Issue https://github.com/carla-simulator/scenario_runner/issues/1055 ## Motivation and Context Avoid scenario runner crashes ## How Has This Been Tested? CDASim deployment ## Types of changes - [x] Defect fix (non-breaking change that fixes an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that cause existing functionality to change) ## Checklist: - [ ] I have added any new packages to the sonar-scanner.properties file - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [x] I have read the **CONTRIBUTING** document. [CARMA Contributing Guide](https://github.com/usdot-fhwa-stol/carma-platform/blob/develop/Contributing.md) - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. --- ail_vru_uc1_scenario/docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ail_vru_uc1_scenario/docker-compose.yml b/ail_vru_uc1_scenario/docker-compose.yml index 6d79f9e4..23717873 100644 --- a/ail_vru_uc1_scenario/docker-compose.yml +++ b/ail_vru_uc1_scenario/docker-compose.yml @@ -409,7 +409,6 @@ services: && python3 scenario_runner.py --scenario VulnerableRoadUserCollision_LeftTurn --record metrics/data/ - --debug --host 172.2.0.2" networks: