Skip to content

Commit

Permalink
set the default as False for updating value
Browse files Browse the repository at this point in the history
  • Loading branch information
vividf committed Nov 13, 2023
1 parent 03ba3c5 commit 09a7fae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def create_parameter_dict(*args):
plugin="pointcloud_preprocessor::DistortionCorrectorComponent",
name="distortion_corrector_node",
parameters=[
{"update_azimuth_and_distance": True}
{"update_azimuth_and_distance": False}
],
remappings=[
("~/input/twist", "/sensing/vehicle_velocity_converter/twist_with_covariance"),
Expand Down

0 comments on commit 09a7fae

Please sign in to comment.