Skip to content

Commit e9dcf99

Browse files
authored
fix(autoware_elevation_map_loader): fix functionConst (#8293)
fix: functionConst Signed-off-by: bathteayo <105347690+bathteayo@users.noreply.github.com>
1 parent dcd56fe commit e9dcf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perception/autoware_elevation_map_loader/src/elevation_map_loader_node.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class DataManager
4545
{
4646
public:
4747
DataManager() = default;
48-
bool isInitialized()
48+
bool isInitialized() const
4949
{
5050
if (use_lane_filter_) {
5151
return static_cast<bool>(elevation_map_path_) && static_cast<bool>(map_pcl_ptr_) &&

0 commit comments

Comments
 (0)