Skip to content

Commit

Permalink
ci(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 3, 2024
1 parent b2ca298 commit 4f2de83
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion aip_xx1_gen2_launch/launch/lidar.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from copy import deepcopy
import os

from launch_ros.substitutions import FindPackageShare
from ament_index_python.packages import get_package_share_directory
from launch import LaunchDescription
from launch.actions import DeclareLaunchArgument
Expand All @@ -28,6 +27,7 @@
from launch.substitutions import EnvironmentVariable
from launch.substitutions import LaunchConfiguration
from launch_ros.actions import PushRosNamespace
from launch_ros.substitutions import FindPackageShare
import yaml


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def add_launch_arg(name: str, default_value=None):
add_launch_arg("individual_container_name", "concatenate_container")
add_launch_arg("concatenate_and_time_sync_node_param_path")


set_container_executable = SetLaunchConfiguration(
"container_executable",
"component_container",
Expand Down
1 change: 0 additions & 1 deletion aip_xx1_launch/launch/pointcloud_preprocessor.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def generate_launch_description():
def add_launch_arg(name: str, default_value=None):
launch_arguments.append(DeclareLaunchArgument(name, default_value=default_value))


add_launch_arg("use_multithread", "False")
add_launch_arg("use_intra_process", "False")
add_launch_arg("pointcloud_container_name", "pointcloud_container")
Expand Down

0 comments on commit 4f2de83

Please sign in to comment.