From ba81ebd7612df75219a69937a713f6efdbd7699e Mon Sep 17 00:00:00 2001 From: Kento Yabuuchi Date: Mon, 6 Jan 2025 15:10:59 +0900 Subject: [PATCH] ignore some spell Signed-off-by: Kento Yabuuchi --- aip_xx1_gen2_launch/launch/gnss.launch.xml | 1 + aip_xx1_gen2_launch/scripts/septentrio_heading_converter.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/aip_xx1_gen2_launch/launch/gnss.launch.xml b/aip_xx1_gen2_launch/launch/gnss.launch.xml index 5fb3a47b..6a4e65be 100644 --- a/aip_xx1_gen2_launch/launch/gnss.launch.xml +++ b/aip_xx1_gen2_launch/launch/gnss.launch.xml @@ -6,6 +6,7 @@ + diff --git a/aip_xx1_gen2_launch/scripts/septentrio_heading_converter.py b/aip_xx1_gen2_launch/scripts/septentrio_heading_converter.py index 641049ab..0f838a20 100755 --- a/aip_xx1_gen2_launch/scripts/septentrio_heading_converter.py +++ b/aip_xx1_gen2_launch/scripts/septentrio_heading_converter.py @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +# cspell: ignore atteuler + from autoware_sensing_msgs.msg import GnssInsOrientationStamped from geometry_msgs.msg import Quaternion import numpy as np