Skip to content

Commit d0ca65f

Browse files
technolojinzulfaqar-azmi-t4
authored andcommitted
refactor(image_diagnostics): add package name prefix of autoware_ (autowarefoundation#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>
1 parent f4a82e1 commit d0ca65f

10 files changed

+5
-5
lines changed

.github/CODEOWNERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ planning/sampling_based_planner/autoware_frenet_planner/** maxime.clement@tier4.
202202
planning/sampling_based_planner/autoware_path_sampler/** maxime.clement@tier4.jp
203203
planning/sampling_based_planner/autoware_sampler_common/** maxime.clement@tier4.jp
204204
sensing/gnss_poser/** anh.nguyen.2@tier4.jp kento.yabuuchi.2@tier4.jp masahiro.sakamoto@tier4.jp ryu.yamamoto@tier4.jp shintaro.sakoda@tier4.jp taiki.yamada@tier4.jp yamato.ando@tier4.jp
205-
sensing/image_diagnostics/** dai.nguyen@tier4.jp yoshi.ri@tier4.jp
205+
sensing/autoware_image_diagnostics/** dai.nguyen@tier4.jp yoshi.ri@tier4.jp
206206
sensing/image_transport_decompressor/** kenzo.lobos@tier4.jp yukihiro.saito@tier4.jp
207207
sensing/imu_corrector/** taiki.yamada@tier4.jp yamato.ando@tier4.jp
208208
sensing/livox/autoware_livox_tag_filter/** kenzo.lobos@tier4.jp ryohsuke.mitsudome@tier4.jp

sensing/image_diagnostics/CMakeLists.txt sensing/autoware_image_diagnostics/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.8)
2-
project(image_diagnostics)
2+
project(autoware_image_diagnostics)
33

44
### Compile options
55
if(NOT CMAKE_CXX_STANDARD)
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<launch>
22
<arg name="input_topic_name" default="/sensing/camera/camera0/image_raw"/>
33

4-
<node pkg="image_diagnostics" exec="image_diagnostics_node" name="image_diagnostics_node">
4+
<node pkg="autoware_image_diagnostics" exec="image_diagnostics_node" name="image_diagnostics_node">
55
<remap from="input/raw_image" to="$(var input_topic_name)"/>
66
</node>
77
</launch>

sensing/image_diagnostics/package.xml sensing/autoware_image_diagnostics/package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0"?>
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
4-
<name>image_diagnostics</name>
4+
<name>autoware_image_diagnostics</name>
55
<version>0.1.0</version>
6-
<description>The image_diagnostics_package</description>
6+
<description>The autoware_image_diagnostics package</description>
77
<maintainer email="dai.nguyen@tier4.jp">Dai Nguyen</maintainer>
88
<maintainer email="yoshi.ri@tier4.jp">Yoshi Ri</maintainer>
99
<license>Apache License 2.0</license>

0 commit comments

Comments
 (0)