From b48f5f9d7c3fc34c913060862d3b0d519892413b Mon Sep 17 00:00:00 2001 From: Autumn60 <37181352+Autumn60@users.noreply.github.com> Date: Thu, 29 Aug 2024 10:03:06 +0900 Subject: [PATCH] fix: config for awsim (#289) * delete unnecessary arg passing Signed-off-by: Autumn60 * fix gnss_poser param Signed-off-by: Autumn60 * Adjust gnss launching condition Signed-off-by: Autumn60 * fix invalid tag usage Signed-off-by: Autumn60 * ci(pre-commit): autofix --------- Signed-off-by: Autumn60 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- aip_x1_launch/config/gnss_poser.param.yaml | 8 ++++++++ aip_x1_launch/launch/gnss.launch.xml | 12 +++++------- aip_x1_launch/launch/sensing.launch.xml | 3 +-- 3 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 aip_x1_launch/config/gnss_poser.param.yaml diff --git a/aip_x1_launch/config/gnss_poser.param.yaml b/aip_x1_launch/config/gnss_poser.param.yaml new file mode 100644 index 00000000..5d4e8fda --- /dev/null +++ b/aip_x1_launch/config/gnss_poser.param.yaml @@ -0,0 +1,8 @@ +/**: + ros__parameters: + base_frame: base_link + gnss_base_frame: gnss_link + map_frame: map + buff_epoch: 1 + use_gnss_ins_orientation: false + gnss_pose_pub_method: 0 # 0: Median, 1: Average diff --git a/aip_x1_launch/launch/gnss.launch.xml b/aip_x1_launch/launch/gnss.launch.xml index c99d0afb..27483b46 100644 --- a/aip_x1_launch/launch/gnss.launch.xml +++ b/aip_x1_launch/launch/gnss.launch.xml @@ -1,10 +1,9 @@ - - - + + @@ -14,14 +13,13 @@ + - - + + - - diff --git a/aip_x1_launch/launch/sensing.launch.xml b/aip_x1_launch/launch/sensing.launch.xml index 0f23a733..775a8566 100644 --- a/aip_x1_launch/launch/sensing.launch.xml +++ b/aip_x1_launch/launch/sensing.launch.xml @@ -12,7 +12,6 @@ - @@ -21,7 +20,7 @@ - +