forked from autowarefoundation/autoware_launch
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
46 changed files
with
1,008 additions
and
620 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,55 @@ | ||
**Note**: Confirm the [contribution guidelines](https://autowarefoundation.github.io/autoware-documentation/main/contributing/) before submitting a pull request. | ||
## PR Type | ||
|
||
Click the `Preview` tab and select a PR template: | ||
<!-- Select one and remove others. If an appropriate one is not listed, please write by yourself. --> | ||
|
||
- [Standard change](?expand=1&template=standard-change.md) | ||
- [Small change](?expand=1&template=small-change.md) | ||
- New Feature | ||
- Improvement | ||
- Bug Fix | ||
|
||
**Do NOT send a PR with this description.** | ||
## Related Links | ||
|
||
<!-- Please write related links to GitHub/Jira/Slack/etc. --> | ||
|
||
## Description | ||
|
||
<!-- Describe what this PR changes. --> | ||
|
||
## Review Procedure | ||
|
||
<!-- Explain how to review this PR. --> | ||
|
||
## Remarks | ||
|
||
<!-- Write remarks as you like if you need them. --> | ||
|
||
## Pre-Review Checklist for the PR Author | ||
|
||
**PR Author should check the checkboxes below when creating the PR.** | ||
|
||
- [ ] Code follows [coding guidelines][coding-guidelines] | ||
- [ ] Assign PR to reviewer | ||
|
||
## Checklist for the PR Reviewer | ||
|
||
**Reviewers should check the checkboxes below before approval.** | ||
|
||
- [ ] Commits are properly organized and messages are according to the guideline | ||
- [ ] Code follows [coding guidelines][coding-guidelines] | ||
- [ ] (Optional) Unit tests have been written for new behavior | ||
- [ ] PR title describes the changes | ||
|
||
## Post-Review Checklist for the PR Author | ||
|
||
**PR Author should check the checkboxes below before merging.** | ||
|
||
- [ ] All open points are addressed and tracked via issues or tickets | ||
- [ ] Write [release notes][release-notes] | ||
|
||
## CI Checks | ||
|
||
- **Build and test for PR**: Required to pass before the merge. | ||
- **Check spelling**: NOT required to pass before the merge. It is up to the reviewer(s). See [here][spell-check-dict] if you want to add some words to the spell check dictionary. | ||
|
||
[coding-guidelines]: https://tier4.atlassian.net/wiki/spaces/AIP/pages/1194394777/T4 | ||
[release-notes]: https://tier4.atlassian.net/wiki/spaces/AIP/pages/563774416 | ||
[spell-check-dict]: https://github.com/tier4/autoware-spell-check-dict#how-to-contribute |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
- repository: autowarefoundation/autoware_launch | ||
files: | ||
- source: autoware_launch/launch/autoware.launch.xml | ||
- source: autoware_launch/launch/e2e_simulator.launch.xml | ||
- source: autoware_launch/launch/logging_simulator.launch.xml | ||
- source: autoware_launch/launch/planning_simulator.launch.xml | ||
- source: autoware_launch/launch/pointcloud_container.launch.py | ||
- source: autoware_launch/rviz/autoware.rviz | ||
- source: autoware_launch/rviz/image/autoware.png | ||
- source: autoware_launch/CMakeLists.txt | ||
- source: autoware_launch/README.md | ||
- source: autoware_launch/autoware_launch.drawio.svg | ||
- source: autoware_launch/package.xml |
Oops, something went wrong.