Skip to content

Commit

Permalink
fix pre-commit.ci error, del _v2
Browse files Browse the repository at this point in the history
Signed-off-by: temkei.kem <[email protected]>
  • Loading branch information
xtk8532704 committed Jun 11, 2024
1 parent a80a1c8 commit ace423c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 295 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def on_timer(self):
print("No ego pose found.")
return

## Update reproduce list if ego_pos is moved.
# Update reproduce list if ego_pos is moved.
if (
self.ego_pose is None
or self.prev_ego_pos is None
Expand Down Expand Up @@ -158,7 +158,7 @@ def on_timer(self):

self.prev_ego_pos = self.ego_pose

## get data to publish
# get data to publish
repeat_trigger = len(self.reproduce_sequence_indices) == 0
if not repeat_trigger: # pop data from reproduce_sequence if sequence is not empty.
ego_odom_idx = self.reproduce_sequence_indices.popleft()
Expand All @@ -175,7 +175,7 @@ def on_timer(self):
objects_msg = self.perv_objects_msg
traffic_signals_msg = self.prev_traffic_signals_msg

## transform and publish current data.
# transform and publish current data.
self.stopwatch.tic("transform and publish")

# ego odom
Expand Down

This file was deleted.

0 comments on commit ace423c

Please sign in to comment.