Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: Yukihiro Saito <yukky.saito@gmail.com>
  • Loading branch information
yukkysaito committed Mar 19, 2022
1 parent ac74d88 commit e3aa520
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ OccupancyGridMapNode::OccupancyGridMapNode(const rclcpp::NodeOptions & node_opti

/* Occupancy grid */
occupancy_grid_map_updater_ptr_ = std::make_shared<OccupancyGridMapBBFUpdater>(
map_width / map_resolution, map_length / map_resolution, map_resolution);
map_length / map_resolution, map_width / map_resolution, map_resolution);
}

PointCloud2::SharedPtr OccupancyGridMapNode::convertLaserscanToPointCLoud2(
Expand Down

0 comments on commit e3aa520

Please sign in to comment.