From 704dd1988cd9defd876662d247e5d29c0825ebfe Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 05:03:33 +0000 Subject: [PATCH] style(pre-commit): autofix --- .../planning_debug_tools/scripts/perception_replayer/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/planning/planning_debug_tools/scripts/perception_replayer/utils.py b/planning/planning_debug_tools/scripts/perception_replayer/utils.py index 2a22c2b1..0a1e6f53 100644 --- a/planning/planning_debug_tools/scripts/perception_replayer/utils.py +++ b/planning/planning_debug_tools/scripts/perception_replayer/utils.py @@ -207,7 +207,6 @@ def get_pose_from_bag(input_path: str, interval=(0.1, 10000.0)) -> Tuple[Pose, P def pub_route(input_path: str): - try: first_pose, last_pose = get_pose_from_bag(input_path) except Exception as e: