-
Notifications
You must be signed in to change notification settings - Fork 665
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into traffic-light-visualization-branch
- Loading branch information
Showing
879 changed files
with
84,963 additions
and
77,351 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
Validating CODEOWNERS rules …
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 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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"problemMatcher": [ | ||
{ | ||
"owner": "cppcheck", | ||
"pattern": [ | ||
{ | ||
"regexp": "^([^:]+):(\\d+):(\\d*):\\s(style|portability|performance|warning|error):\\s(.*)$", | ||
"file": 1, | ||
"line": 2, | ||
"column": 3, | ||
"message": 5 | ||
} | ||
] | ||
} | ||
] | ||
} |
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,61 @@ | ||
## Description | ||
|
||
## Related links | ||
|
||
**Parent Issue:** | ||
|
||
- Link | ||
|
||
<!-- ⬇️🟢 | ||
**Private Links:** | ||
- [CompanyName internal link]() | ||
⬆️🟢 --> | ||
|
||
## How was this PR tested? | ||
|
||
## Notes for reviewers | ||
|
||
None. | ||
|
||
## Interface changes | ||
|
||
None. | ||
|
||
<!-- ⬇️🔴 | ||
### Topic changes | ||
#### Additions and removals | ||
| Change type | Topic Type | Topic Name | Message Type | Description | | ||
|:--------------|:----------------|:--------------|:--------------------|:------------------| | ||
| Added/Removed | Pub/Sub/Srv/Cli | `/topic_name` | `std_msgs/String` | Topic description | | ||
#### Modifications | ||
| Version | Topic Type | Topic Name | Message Type | Description | | ||
|:--------|:----------------|:------------------|:--------------------|:------------------| | ||
| Old | Pub/Sub/Srv/Cli | `/old_topic_name` | `sensor_msgs/Image` | Topic description | | ||
| New | Pub/Sub/Srv/Cli | `/new_topic_name` | `sensor_msgs/Image` | Topic description | | ||
### ROS Parameter Changes | ||
#### Additions and removals | ||
| Change type | Parameter Name | Type | Default Value | Description | | ||
|:--------------|:---------------|:---------|:--------------|:------------------| | ||
| Added/Removed | `param_name` | `double` | `1.0` | Param description | | ||
#### Modifications | ||
| Version | Parameter Name | Type | Default Value | Description | | ||
|:--------|:-----------------|:---------|:--------------|:------------------| | ||
| Old | `old_param_name` | `double` | `1.0` | Param description | | ||
| New | `new_param_name` | `double` | `1.0` | Param description | | ||
🔴⬆️ --> | ||
|
||
## Effects on system behavior | ||
|
||
None. |
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
Oops, something went wrong.