From c54858fa743e927a4a1b070ae9b060da0d249958 Mon Sep 17 00:00:00 2001 From: Manato Hirabayashi <3022416+manato@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:14:15 +0900 Subject: [PATCH] fix: update edge auto (#17) * refactor(yolox): change param file name because of its versatility Signed-off-by: Manato HIRABAYASHI * revert(yolox): introduce condition to use composable container Signed-off-by: Manato HIRABAYASHI * revert(bytetrack): introduce condition to use composable container Signed-off-by: Manato HIRABAYASHI * fix(image_transport_decompressor): treat autoware prefix Signed-off-by: Manato HIRABAYASHI --------- Signed-off-by: Manato HIRABAYASHI --- .../image_transport_decompressor.param.yaml | 3 ++ ...yolox_tiny.param.yaml => yolox.param.yaml} | 0 .../launch/bytetrack.launch.xml | 36 +++++++++++++++--- .../image_transport_decompressor.launch.xml | 7 +++- .../launch/tensorrt_yolox.launch.xml | 37 ++++++++++++++----- 5 files changed, 66 insertions(+), 17 deletions(-) create mode 100644 edge_auto_jetson_launch/config/image_transport_decompressor.param.yaml rename edge_auto_jetson_launch/config/{yolox_tiny.param.yaml => yolox.param.yaml} (100%) 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/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/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 @@ + - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 --> - + + diff --git a/edge_auto_jetson_launch/launch/tensorrt_yolox.launch.xml b/edge_auto_jetson_launch/launch/tensorrt_yolox.launch.xml index 5ec70a8..960adf8 100644 --- a/edge_auto_jetson_launch/launch/tensorrt_yolox.launch.xml +++ b/edge_auto_jetson_launch/launch/tensorrt_yolox.launch.xml @@ -4,16 +4,35 @@ - - + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + +