forked from Ridecell/Autoware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
67 additions
and
7 deletions.
There are no files selected for viewing
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
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,23 @@ | ||
Fill-out only one section depending on whether you are reporting a bug or a new feature. | ||
|
||
# Bug | ||
## Expected Behavior | ||
|
||
|
||
## Actual Behavior | ||
|
||
|
||
## Steps to Reproduce the Problem | ||
|
||
1. | ||
1. | ||
1. | ||
|
||
## Specifications | ||
|
||
- Ubuntu version: | ||
- ROS Version: | ||
- Autoware branch: | ||
|
||
# New Feature | ||
Describe where does new feature request come from. Add high-level picture of how the new feature should work. |
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,27 @@ | ||
## Status | ||
**PRODUCTION / DEVELOPMENT** | ||
|
||
## Description | ||
A few sentences describing the overall goals of the pull request's commits. | ||
|
||
## Related PRs | ||
List related PRs against other branches: | ||
|
||
branch | PR | ||
------ | ------ | ||
other_pr_production | [link]() | ||
other_pr_master | [link]() | ||
|
||
|
||
## Todos | ||
- [ ] Tests | ||
- [ ] Documentation | ||
|
||
|
||
## Steps to Test or Reproduce | ||
Outline the steps to test or reproduce the PR here. | ||
|
||
``` | ||
roslaunch pkg_A executable_A | ||
``` | ||
The car should move. |