diff --git a/launch/tier4_perception_launch/launch/object_recognition/detection/camera_lidar_fusion_based_detection.launch.xml b/launch/tier4_perception_launch/launch/object_recognition/detection/camera_lidar_fusion_based_detection.launch.xml
index dade43a98bd98..ba7933ce68d03 100644
--- a/launch/tier4_perception_launch/launch/object_recognition/detection/camera_lidar_fusion_based_detection.launch.xml
+++ b/launch/tier4_perception_launch/launch/object_recognition/detection/camera_lidar_fusion_based_detection.launch.xml
@@ -37,6 +37,7 @@
+
@@ -68,10 +69,8 @@
-
-
@@ -86,6 +85,7 @@
+
@@ -93,18 +93,40 @@
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/launch/tier4_perception_launch/launch/object_recognition/detection/lidar_based_detection.launch.xml b/launch/tier4_perception_launch/launch/object_recognition/detection/lidar_based_detection.launch.xml
index a836c4198f608..692697d6d9964 100644
--- a/launch/tier4_perception_launch/launch/object_recognition/detection/lidar_based_detection.launch.xml
+++ b/launch/tier4_perception_launch/launch/object_recognition/detection/lidar_based_detection.launch.xml
@@ -33,7 +33,7 @@
-
+
diff --git a/perception/roi_cluster_fusion/src/roi_cluster_fusion_nodelet.cpp b/perception/roi_cluster_fusion/src/roi_cluster_fusion_nodelet.cpp
index d50c1ca2b1375..4b2ffb50bec92 100644
--- a/perception/roi_cluster_fusion/src/roi_cluster_fusion_nodelet.cpp
+++ b/perception/roi_cluster_fusion/src/roi_cluster_fusion_nodelet.cpp
@@ -47,7 +47,7 @@ Debugger::Debugger(rclcpp::Node * node, const int camera_num) : node_(node)
for (int id = 0; id < camera_num; ++id) {
auto sub = image_transport::create_subscription(
node, "input/image_raw" + std::to_string(id),
- boost::bind(&Debugger::imageCallback, this, _1, id), "raw");
+ boost::bind(&Debugger::imageCallback, this, _1, id), "raw", rmw_qos_profile_sensor_data);
image_subs_.push_back(sub);
if (node->has_parameter("format")) {
node->undeclare_parameter("format");
diff --git a/perception/shape_estimation/launch/shape_estimation.launch.xml b/perception/shape_estimation/launch/shape_estimation.launch.xml
index 7bf927a378786..11657173a7f6b 100644
--- a/perception/shape_estimation/launch/shape_estimation.launch.xml
+++ b/perception/shape_estimation/launch/shape_estimation.launch.xml
@@ -2,15 +2,15 @@
-
+
-
+
+
-
diff --git a/sensing/image_transport_decompressor/CMakeLists.txt b/sensing/image_transport_decompressor/CMakeLists.txt
index e67a6a9cf4eb4..d6ce92e911f32 100644
--- a/sensing/image_transport_decompressor/CMakeLists.txt
+++ b/sensing/image_transport_decompressor/CMakeLists.txt
@@ -39,4 +39,6 @@ if(BUILD_TESTING)
ament_lint_auto_find_test_dependencies()
endif()
-ament_auto_package()
+ament_auto_package(INSTALL_TO_SHARE
+ launch
+)
diff --git a/sensing/image_transport_decompressor/launch/image_transport_decompressor.launch.xml b/sensing/image_transport_decompressor/launch/image_transport_decompressor.launch.xml
index 13b8884f2fc0e..f09f15730c772 100644
--- a/sensing/image_transport_decompressor/launch/image_transport_decompressor.launch.xml
+++ b/sensing/image_transport_decompressor/launch/image_transport_decompressor.launch.xml
@@ -1,9 +1,9 @@
-
-
+
+
-
-
-
-
-
+
+
+
+
+