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 Nov 13, 2023
1 parent 09a7fae commit bac6c71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions common_sensor_launch/launch/nebula_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,7 @@ def create_parameter_dict(*args):
package="pointcloud_preprocessor",
plugin="pointcloud_preprocessor::DistortionCorrectorComponent",
name="distortion_corrector_node",
parameters=[
{"update_azimuth_and_distance": False}
],
parameters=[{"update_azimuth_and_distance": False}],
remappings=[
("~/input/twist", "/sensing/vehicle_velocity_converter/twist_with_covariance"),
("~/input/imu", "/sensing/imu/imu_data"),
Expand Down

0 comments on commit bac6c71

Please sign in to comment.