Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 16, 2024
1 parent ef6bd68 commit 6ddc975
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
matching_strategy:
type: advanced
lidar_timestamp_offsets: [0.0, 0.0, 0.0]
lidar_timestamp_noise_window: [0.01, 0.01, 0.01]
lidar_timestamp_noise_window: [0.01, 0.01, 0.01]
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
from launch_ros.descriptions import ComposableNode
from launch_ros.parameter_descriptions import ParameterFile


def launch_setup(context, *args, **kwargs):
# concatenate node parameters
concatenate_and_time_sync_node_param = ParameterFile(
Expand Down Expand Up @@ -64,7 +65,9 @@ def generate_launch_description():
def add_launch_arg(name: str, default_value=None):
launch_arguments.append(DeclareLaunchArgument(name, default_value=default_value))

awsim_labs_sensor_kit_launch_share_dir = get_package_share_directory("awsim_labs_sensor_kit_launch")
awsim_labs_sensor_kit_launch_share_dir = get_package_share_directory(
"awsim_labs_sensor_kit_launch"
)

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

0 comments on commit 6ddc975

Please sign in to comment.