-
Notifications
You must be signed in to change notification settings - Fork 680
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(autoware_dummy_diag_publisher): add autowre prefix (#9958)
* fic: add autoare_ prefix Signed-off-by: TetsuKawa <[email protected]> * fix: add autoare_ prefix codeowner Signed-off-by: TetsuKawa <[email protected]> * style(pre-commit): autofix --------- Signed-off-by: TetsuKawa <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f36d072
commit b132a88
Showing
13 changed files
with
31 additions
and
28 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 |
---|---|---|
|
@@ -217,7 +217,7 @@ system/default_ad_api_helpers/ad_api_visualizers/** [email protected] ryohsu | |
system/default_ad_api_helpers/automatic_pose_initializer/** [email protected] [email protected] [email protected] | ||
system/diagnostic_graph_aggregator/** [email protected] | ||
system/diagnostic_graph_utils/** [email protected] | ||
system/dummy_diag_publisher/** [email protected] [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/hazard_status_converter/** [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.
File renamed without changes.
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
13 changes: 13 additions & 0 deletions
13
system/autoware_dummy_diag_publisher/launch/dummy_diag_publisher_node.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,13 @@ | ||
<launch> | ||
<arg name="config_file" default="$(find-pkg-share autoware_dummy_diag_publisher)/config/dummy_diag_publisher.param.yaml"/> | ||
<arg name="extra_config_file_sensor" default="$(find-pkg-share autoware_dummy_diag_publisher)/config/extra.param.yaml"/> | ||
<arg name="update_rate" default="10.0"/> | ||
|
||
<group> | ||
<node pkg="autoware_dummy_diag_publisher" exec="autoware_dummy_diag_publisher_node" name="dummy_diag_publisher" output="screen"> | ||
<param from="$(var config_file)"/> | ||
<param from="$(var extra_config_file_sensor)"/> | ||
<param name="update_rate" value="$(var update_rate)"/> | ||
</node> | ||
</group> | ||
</launch> |
2 changes: 1 addition & 1 deletion
2
system/dummy_diag_publisher/package.xml → ...autoware_dummy_diag_publisher/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,7 +1,7 @@ | ||
<?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>dummy_diag_publisher</name> | ||
<name>autoware_dummy_diag_publisher</name> | ||
<version>0.40.0</version> | ||
<description>The dummy_diag_publisher ROS 2 package</description> | ||
<maintainer email="[email protected]">Fumihito Ito</maintainer> | ||
|
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
13 changes: 0 additions & 13 deletions
13
system/dummy_diag_publisher/launch/dummy_diag_publisher_node.launch.xml
This file was deleted.
Oops, something went wrong.