Skip to content

Commit

Permalink
feat: shorten timeout for subscribing dummy lidar
Browse files Browse the repository at this point in the history
Signed-off-by: Shumpei Wakabayashi <[email protected]>
  • Loading branch information
shmpwk committed Dec 9, 2022
1 parent 0d12764 commit 7b7deb4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def launch_setup(context, *args, **kwargs):
"/sensing/lidar/right/outlier_filtered/pointcloud",
],
"output_frame": LaunchConfiguration("base_frame"),
"timeout_sec": 0.01,
}
],
extra_arguments=[{"use_intra_process_comms": LaunchConfiguration("use_intra_process")}],
Expand Down

0 comments on commit 7b7deb4

Please sign in to comment.