Skip to content

Commit

Permalink
fix const
Browse files Browse the repository at this point in the history
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
  • Loading branch information
YamatoAndo committed Jul 10, 2024
1 parent 7658df8 commit aa70ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class DifferentialMapLoaderModule
GetDifferentialPointCloudMap::Response::SharedPtr res) const;
void differential_area_load(
const autoware_map_msgs::msg::AreaInfo & area_info, const std::vector<std::string> & cached_ids,
GetDifferentialPointCloudMap::Response::SharedPtr & response) const;
const GetDifferentialPointCloudMap::Response::SharedPtr & response) const;
autoware_map_msgs::msg::PointCloudMapCellWithMetaData load_point_cloud_map_cell_with_metadata(
const std::string & path, const std::string & map_id) const;
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class PartialMapLoaderModule
GetPartialPointCloudMap::Response::SharedPtr res) const;
void partial_area_load(
const autoware_map_msgs::msg::AreaInfo & area,
GetPartialPointCloudMap::Response::SharedPtr & response) const;
const GetPartialPointCloudMap::Response::SharedPtr & response) const;
autoware_map_msgs::msg::PointCloudMapCellWithMetaData load_point_cloud_map_cell_with_metadata(
const std::string & path, const std::string & map_id) const;
};
Expand Down

0 comments on commit aa70ae0

Please sign in to comment.