Skip to content

Commit

Permalink
remove extra space
Browse files Browse the repository at this point in the history
Signed-off-by: stevedan <[email protected]>
  • Loading branch information
stevedanomodolor committed Oct 10, 2024
1 parent 5939bf2 commit cd631f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/planner_benchmarking/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def main():
costmap = np.asarray(costmap_msg.data)
costmap.resize(costmap_msg.metadata.size_y, costmap_msg.metadata.size_x)

planners = ['Navfn', 'ThetaStar', 'SmacHybrid', 'Smac2d', 'SmacLattice']
planners = ['Navfn', 'ThetaStar', 'SmacHybrid', 'Smac2d', 'SmacLattice']
max_cost = 210
side_buffer = 100
time_stamp = navigator.get_clock().now().to_msg()
Expand Down

0 comments on commit cd631f5

Please sign in to comment.