Skip to content

Commit

Permalink
ROS 2
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
xmfcx committed Dec 16, 2024
1 parent 3ef4bfc commit 7bb3491
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def add_launch_arg(name: str, default_value=None, description=None):
)
add_launch_arg("frame_id", "lidar", "frame id")
add_launch_arg("use_multithread", "False", "use multithread")
add_launch_arg("use_intra_process", "False", "use ROS2 component container communication")
add_launch_arg("use_intra_process", "False", "use ROS 2 component container communication")
add_launch_arg(
"distortion_correction_node_param_path",
os.path.join(
Expand Down

0 comments on commit 7bb3491

Please sign in to comment.