Skip to content

Commit

Permalink
fix(autoware_elevation_map_loader): fix functionConst (#8293)
Browse files Browse the repository at this point in the history
fix: functionConst

Signed-off-by: bathteayo <[email protected]>
  • Loading branch information
bathteayo authored Aug 8, 2024
1 parent dcd56fe commit e9dcf99
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class DataManager
{
public:
DataManager() = default;
bool isInitialized()
bool isInitialized() const
{
if (use_lane_filter_) {
return static_cast<bool>(elevation_map_path_) && static_cast<bool>(map_pcl_ptr_) &&
Expand Down

0 comments on commit e9dcf99

Please sign in to comment.