-
Notifications
You must be signed in to change notification settings - Fork 676
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(duplicated_node_checker): apply `autoware_` prefix (see below): Note: * In this commit, I did not organize a folder structure. The folder structure will be organized in the next some commits. * The changes will follow the Autoware's guideline as below: - https://autowarefoundation.github.io/autoware-documentation/main/contributing/coding-guidelines/ros-nodes/directory-structure/#package-folder Signed-off-by: Junya Sasaki <[email protected]> * rename(duplicated_node_checker): move a header under `include/autoware`: * Fixes due to this changes for .hpp/.cpp files will be applied in the next commit Signed-off-by: Junya Sasaki <[email protected]> * fix(duplicated_node_checker): fix include header path * To follow the previous commit Signed-off-by: Junya Sasaki <[email protected]> * rename: `duplicated_node_checker` => `autoware_duplicated_node_checker` Signed-off-by: Junya Sasaki <[email protected]> * style(pre-commit): autofix * bug(autoware_duplicated_node_checker): revert wrongly updated copyrights Signed-off-by: Junya Sasaki <[email protected]> * update(autoware_duplicated_node_checker): `README.md` Signed-off-by: Junya Sasaki <[email protected]> * update: `CODEOWNERS` Signed-off-by: Junya Sasaki <[email protected]> --------- Signed-off-by: Junya Sasaki <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8418ae9
commit 56f29fe
Showing
11 changed files
with
24 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -219,7 +219,7 @@ system/diagnostic_graph_aggregator/** [email protected] | |
system/diagnostic_graph_utils/** [email protected] | ||
system/autoware_dummy_diag_publisher/** [email protected] [email protected] | ||
system/dummy_infrastructure/** [email protected] | ||
system/duplicated_node_checker/** [email protected] [email protected] [email protected] | ||
system/autoware_duplicated_node_checker/** [email protected] [email protected] uken.ryu@tier4.jp junya.sasaki@tier4.jp | ||
system/hazard_status_converter/** [email protected] | ||
system/mrm_comfortable_stop_operator/** [email protected] [email protected] | ||
system/mrm_emergency_stop_operator/** [email protected] [email protected] | ||
|
File renamed without changes.
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
File renamed without changes.
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
7 changes: 7 additions & 0 deletions
7
system/autoware_duplicated_node_checker/launch/duplicated_node_checker.launch.xml
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,7 @@ | ||
<launch> | ||
<arg name="config_file" default="$(find-pkg-share autoware_duplicated_node_checker)/config/duplicated_node_checker.param.yaml"/> | ||
|
||
<node pkg="autoware_duplicated_node_checker" exec="autoware_duplicated_node_checker_node" name="duplicated_node_checker" output="screen"> | ||
<param from="$(var config_file)"/> | ||
</node> | ||
</launch> |
3 changes: 2 additions & 1 deletion
3
system/duplicated_node_checker/package.xml → ...oware_duplicated_node_checker/package.xml
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,12 +1,13 @@ | ||
<?xml version="1.0"?> | ||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>duplicated_node_checker</name> | ||
<name>autoware_duplicated_node_checker</name> | ||
<version>0.40.0</version> | ||
<description>A package to find out nodes with common names</description> | ||
<maintainer email="[email protected]">Shumpei Wakabayashi</maintainer> | ||
<maintainer email="[email protected]">yliuhb</maintainer> | ||
<maintainer email="[email protected]">Mamoru Sobue</maintainer> | ||
<maintainer email="[email protected]">Junya Sasaki</maintainer> | ||
<license>Apache 2.0</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
File renamed without changes.
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
7 changes: 0 additions & 7 deletions
7
system/duplicated_node_checker/launch/duplicated_node_checker.launch.xml
This file was deleted.
Oops, something went wrong.