Skip to content

Commit

Permalink
Remove scenario runner from CDA Sim (#192)
Browse files Browse the repository at this point in the history
<!-- Thanks for the contribution, this is awesome. -->

# PR Details
## Description
Remove scenario runner from CDASim. It has been moved to
https://github.com/usdot-fhwa-stol/scenario-runner
<!--- Describe your changes in detail -->

## Related GitHub Issue

<!--- This project only accepts pull requests related to open GitHub
issues or Jira Keys -->
<!--- If suggesting a new feature or change, please discuss it in an
issue first -->
<!--- If fixing a bug, there should be an issue describing it with steps
to reproduce -->
<!--- Please DO NOT name partially fixed issues, instead open an issue
specific to this fix -->
<!--- Please link to the issue here: -->

## Related Jira Key
[CDAR-590](https://usdot-carma.atlassian.net/browse/CDAR-590)
<!-- e.g. CAR-123 -->

## Motivation and Context
Reduce coupling and improve modularity.
<!--- Why is this change required? What problem does it solve? -->

## How Has This Been Tested?

<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran
to -->
<!--- see how your change affects other areas of the code, etc. -->

## Types of changes

<!--- What types of changes does your code introduce? Put an `x` in all
the boxes that apply: -->

- [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:

<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->

- [ ] 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**](https://github.com/usdot-fhwa-stol/carma-platform/blob/develop/Contributing.md)
document.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.


[CDAR-590]:
https://usdot-carma.atlassian.net/browse/CDAR-590?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
  • Loading branch information
paulbourelly999 authored Jan 11, 2024
1 parent 48bff23 commit a07001b
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 938 deletions.
2 changes: 0 additions & 2 deletions scenario-runner/.dockerignore

This file was deleted.

46 changes: 0 additions & 46 deletions scenario-runner/Dockerfile

This file was deleted.

70 changes: 0 additions & 70 deletions scenario-runner/README.md

This file was deleted.

31 changes: 0 additions & 31 deletions scenario-runner/examples/my_scenario.xml

This file was deleted.

30 changes: 0 additions & 30 deletions scenario-runner/examples/sensorlib_lidar_field_of_view.xml

This file was deleted.

31 changes: 0 additions & 31 deletions scenario-runner/examples/trb_2024.xml

This file was deleted.

Loading

0 comments on commit a07001b

Please sign in to comment.