Skip to content

Commit 8009ac3

Browse files
committed
Set smaller grid size to improve performance
1 parent 20851e9 commit 8009ac3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

local_navigation/include/local_navigation/GridmapUpdaterNode.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ class GridmapUpdaterNode : public rclcpp::Node
8888
bool camera_info_received_ {false};
8989

9090
double resolution_gridmap_ {0.2};
91-
double size_x_ {200.0};
92-
double size_y_ {200.0};
91+
double size_x_ {100.0};
92+
double size_y_ {100.0};
9393
double infl_radious_x_ {10.0};
9494
double infl_radious_y_ {10.0};
9595
double robot_radious_min_x_ {-4.0};

0 commit comments

Comments
 (0)