Skip to content

Commit

Permalink
Add back
Browse files Browse the repository at this point in the history
  • Loading branch information
benemer committed Aug 27, 2024
1 parent 856a12a commit 09d6b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mapmos/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def _run_pipeline(self):

start_time = time.perf_counter_ns()
self.belief.update_belief(points_stacked, logits_stacked)
self.belief.get_belief(scan_points)
self.times_belief.append(time.perf_counter_ns() - start_time)

self.visualizer.update(
Expand Down

0 comments on commit 09d6b88

Please sign in to comment.