From ffd5f0ae9069a1e91a8ddd01e2f0e0e29f8d0664 Mon Sep 17 00:00:00 2001 From: Manato HIRABAYASHI Date: Mon, 9 Sep 2024 23:27:47 +0900 Subject: [PATCH 1/4] refactor(yolox): change param file name because of its versatility Signed-off-by: Manato HIRABAYASHI --- .../config/{yolox_tiny.param.yaml => yolox.param.yaml} | 0 edge_auto_jetson_launch/launch/tensorrt_yolox.launch.xml | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename edge_auto_jetson_launch/config/{yolox_tiny.param.yaml => yolox.param.yaml} (100%) diff --git a/edge_auto_jetson_launch/config/yolox_tiny.param.yaml b/edge_auto_jetson_launch/config/yolox.param.yaml similarity index 100% rename from edge_auto_jetson_launch/config/yolox_tiny.param.yaml rename to edge_auto_jetson_launch/config/yolox.param.yaml diff --git a/edge_auto_jetson_launch/launch/tensorrt_yolox.launch.xml b/edge_auto_jetson_launch/launch/tensorrt_yolox.launch.xml index 5ec70a8..4de5be8 100644 --- a/edge_auto_jetson_launch/launch/tensorrt_yolox.launch.xml +++ b/edge_auto_jetson_launch/launch/tensorrt_yolox.launch.xml @@ -4,8 +4,7 @@ - - + From 26279421eee08c6364df754adf96066b9e4e0574 Mon Sep 17 00:00:00 2001 From: Manato HIRABAYASHI Date: Mon, 9 Sep 2024 23:28:44 +0900 Subject: [PATCH 2/4] revert(yolox): introduce condition to use composable container Signed-off-by: Manato HIRABAYASHI --- .../launch/tensorrt_yolox.launch.xml | 34 +++++++++++++++---- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/edge_auto_jetson_launch/launch/tensorrt_yolox.launch.xml b/edge_auto_jetson_launch/launch/tensorrt_yolox.launch.xml index 4de5be8..960adf8 100644 --- a/edge_auto_jetson_launch/launch/tensorrt_yolox.launch.xml +++ b/edge_auto_jetson_launch/launch/tensorrt_yolox.launch.xml @@ -7,12 +7,32 @@ - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + From ab9d6309ef97684b3c10fe00612129101a2ad747 Mon Sep 17 00:00:00 2001 From: Manato HIRABAYASHI Date: Mon, 9 Sep 2024 23:29:02 +0900 Subject: [PATCH 3/4] revert(bytetrack): introduce condition to use composable container Signed-off-by: Manato HIRABAYASHI --- .../launch/bytetrack.launch.xml | 36 +++++++++++++++---- 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/edge_auto_jetson_launch/launch/bytetrack.launch.xml b/edge_auto_jetson_launch/launch/bytetrack.launch.xml index d5875e0..f66dbf4 100755 --- a/edge_auto_jetson_launch/launch/bytetrack.launch.xml +++ b/edge_auto_jetson_launch/launch/bytetrack.launch.xml @@ -7,18 +7,42 @@ + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + From 83516517f7012e5cf191347ae46763c373b4ec3a Mon Sep 17 00:00:00 2001 From: Manato HIRABAYASHI Date: Mon, 9 Sep 2024 23:29:33 +0900 Subject: [PATCH 4/4] fix(image_transport_decompressor): treat autoware prefix Signed-off-by: Manato HIRABAYASHI --- .../config/image_transport_decompressor.param.yaml | 3 +++ .../launch/image_transport_decompressor.launch.xml | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 edge_auto_jetson_launch/config/image_transport_decompressor.param.yaml diff --git a/edge_auto_jetson_launch/config/image_transport_decompressor.param.yaml b/edge_auto_jetson_launch/config/image_transport_decompressor.param.yaml new file mode 100644 index 0000000..05b0f0b --- /dev/null +++ b/edge_auto_jetson_launch/config/image_transport_decompressor.param.yaml @@ -0,0 +1,3 @@ +/**: + ros__parameters: + encoding: default diff --git a/edge_auto_jetson_launch/launch/image_transport_decompressor.launch.xml b/edge_auto_jetson_launch/launch/image_transport_decompressor.launch.xml index ae76a17..c683270 100644 --- a/edge_auto_jetson_launch/launch/image_transport_decompressor.launch.xml +++ b/edge_auto_jetson_launch/launch/image_transport_decompressor.launch.xml @@ -9,14 +9,16 @@ + - + + @@ -24,9 +26,10 @@ execute function as a composable node and load it into the container --> - + +