Skip to content

Commit

Permalink
Fixed typos in functions (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bey9434 authored Sep 6, 2024
1 parent 6d0acc8 commit 2fba0e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class OccupancyGridParameters
double resolution_inv() const { return resolution_inv_; }
int grid_width_2() const { return grid_width_2_; }
int grid_width() const { return grid_width_; }
int gird_height_2() const { return grid_height_2_; }
int grid_height_2() const { return grid_height_2_; }
int grid_height() const { return grid_height_; }
int grid_num() const { return grid_num_; }

Expand Down

0 comments on commit 2fba0e8

Please sign in to comment.