From 1aa106dd889f6530f9ec3a538c385f49b403286d Mon Sep 17 00:00:00 2001
From: "pre-commit-ci[bot]"
<66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date: Thu, 4 Apr 2024 17:01:33 +0000
Subject: [PATCH] ci(pre-commit): autofix
---
aip_x1_1_launch/launch/pandar_node_container.launch.py | 2 ++
aip_x1_1_launch/launch/pointcloud_preprocessor.launch.py | 2 +-
common_sensor_launch/package.xml | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/aip_x1_1_launch/launch/pandar_node_container.launch.py b/aip_x1_1_launch/launch/pandar_node_container.launch.py
index 4f51035b..fc102338 100644
--- a/aip_x1_1_launch/launch/pandar_node_container.launch.py
+++ b/aip_x1_1_launch/launch/pandar_node_container.launch.py
@@ -39,6 +39,7 @@ def get_pandar_monitor_info():
p = yaml.safe_load(f)["/**"]["ros__parameters"]
return p
+
def get_vehicle_info(context):
# TODO(TIER IV): Use Parameter Substitution after we drop Galactic support
# https://github.com/ros2/launch_ros/blob/master/launch_ros/launch_ros/substitutions/parameter.py
@@ -56,6 +57,7 @@ def get_vehicle_info(context):
p["max_height_offset"] = gp["vehicle_height"]
return p
+
def launch_setup(context, *args, **kwargs):
def create_parameter_dict(*args):
result = {}
diff --git a/aip_x1_1_launch/launch/pointcloud_preprocessor.launch.py b/aip_x1_1_launch/launch/pointcloud_preprocessor.launch.py
index eab446b9..dd2a2c17 100644
--- a/aip_x1_1_launch/launch/pointcloud_preprocessor.launch.py
+++ b/aip_x1_1_launch/launch/pointcloud_preprocessor.launch.py
@@ -31,7 +31,7 @@ def launch_setup(context, *args, **kwargs):
name="concatenate_data",
remappings=[
("~/input/twist", "/sensing/vehicle_velocity_converter/twist_with_covariance"),
- ("output", "concatenated/pointcloud")
+ ("output", "concatenated/pointcloud"),
],
parameters=[
{
diff --git a/common_sensor_launch/package.xml b/common_sensor_launch/package.xml
index 7c636c0e..020add57 100644
--- a/common_sensor_launch/package.xml
+++ b/common_sensor_launch/package.xml
@@ -11,10 +11,10 @@
ament_cmake_auto
dummy_diag_publisher
-
radar_tracks_msgs_converter
radar_tracks_noise_filter
velodyne_monitor
+
ament_lint_auto
autoware_lint_common