Skip to content

Commit

Permalink
grid_cells example: reduce rate
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Mar 26, 2022
1 parent 8849394 commit d7cfaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/send_grid_cells_node.cpp
Expand Up @@ -38,7 +38,7 @@ int main(int argc, char** argv)
ros::NodeHandle nh;

ros::Publisher pub = nh.advertise<nav_msgs::GridCells>("grid_cells", 100);
ros::Rate loop_rate(100);
ros::Rate loop_rate(30);

nav_msgs::GridCells msg;
int width = 500;
Expand Down

0 comments on commit d7cfaba

Please sign in to comment.