forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(image_diagnostics): add package name prefix of autoware_ (au…
…towarefoundation#8130) * refactor: rename image_diagnostics to autoware_image_diagnostics Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> * refactor: rename sensing/image_diagnostics to sensing/autoware_image_diagnostics Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp> --------- Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
- Loading branch information
1 parent
9b3d2dd
commit 09227bf
Showing
10 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
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
2 changes: 1 addition & 1 deletion
2
sensing/image_diagnostics/CMakeLists.txt → ...autoware_image_diagnostics/CMakeLists.txt
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
File renamed without changes
2 changes: 1 addition & 1 deletion
2
.../launch/image_diagnostics_node.launch.xml → .../launch/image_diagnostics_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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<launch> | ||
<arg name="input_topic_name" default="/sensing/camera/camera0/image_raw"/> | ||
|
||
<node pkg="image_diagnostics" exec="image_diagnostics_node" name="image_diagnostics_node"> | ||
<node pkg="autoware_image_diagnostics" exec="image_diagnostics_node" name="image_diagnostics_node"> | ||
<remap from="input/raw_image" to="$(var input_topic_name)"/> | ||
</node> | ||
</launch> |
4 changes: 2 additions & 2 deletions
4
sensing/image_diagnostics/package.xml → ...ng/autoware_image_diagnostics/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
File renamed without changes.
File renamed without changes.