diff --git a/edge_auto_launch/config/can_assign_matrix.yaml b/edge_auto_launch/config/can_assign_matrix.yaml
new file mode 100644
index 0000000..1fd5a38
--- /dev/null
+++ b/edge_auto_launch/config/can_assign_matrix.yaml
@@ -0,0 +1,13 @@
+/**:
+ ros__parameters:
+
+ can_assign_matrix:
+ #UNKNOWN, CAR, TRUCK, BUS, TRAILER, MOTORBIKE, BICYCLE, PEDESTRIAN <-roi_msg
+ [1, 0, 0, 0, 0, 0, 0, 0, # UNKNOWN <-detected_objects
+ 0, 1, 0, 0, 0, 0, 0, 0, # CAR
+ 0, 0, 1, 0, 0, 0, 0, 0, # TRUCK
+ 0, 0, 0, 1, 0, 0, 0, 0, # BUS
+ 0, 0, 0, 0, 1, 0, 0, 0, # TRAILER
+ 0, 0, 0, 0, 0, 1, 0, 0, # MOTORBIKE
+ 0, 0, 0, 0, 0, 0, 1, 0, # BICYCLE
+ 0, 0, 0, 0, 0, 0, 0, 1] # PEDESTRIAN
diff --git a/edge_auto_launch/launch/component/roi_detected_objects_fusion.launch.xml b/edge_auto_launch/launch/component/roi_detected_objects_fusion.launch.xml
index bf00be6..757d20e 100644
--- a/edge_auto_launch/launch/component/roi_detected_objects_fusion.launch.xml
+++ b/edge_auto_launch/launch/component/roi_detected_objects_fusion.launch.xml
@@ -8,6 +8,7 @@
+
@@ -23,11 +24,13 @@
-
+
+
+