Skip to content

Commit

Permalink
fix input offset as publish time
Browse files Browse the repository at this point in the history
Signed-off-by: badai-nguyen <[email protected]>
  • Loading branch information
badai-nguyen committed Dec 4, 2024
1 parent 88810ad commit be7869f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def launch_setup(context, *args, **kwargs):
"/sensing/lidar/rear_upper/pointcloud",
"/sensing/lidar/rear_lower/pointcloud",
],
"input_offset": [0.025, 0.025, 0.005, 0.0, 0.025, 0.050, 0.005, 0.0],
"input_offset": [0.025, 0.025, 0.025, 0.0, 0.050, 0.050, 0.050, 0.050],
"timeout_sec": 0.075,
"output_frame": LaunchConfiguration("base_frame"),
"input_twist_topic_type": "twist",
Expand Down

0 comments on commit be7869f

Please sign in to comment.