Skip to content

Commit

Permalink
fix(compare_map_segmentation): fix namespace block syntax error (#3374)
Browse files Browse the repository at this point in the history
Fix namespace block syntax error

Signed-off-by: Daniel Taciak <daniel.taciak@dynamics-regensburg.de>
Co-authored-by: Daniel Taciak <daniel.taciak@dynamics-regensburg.de>
  • Loading branch information
danieltaciak and Daniel Taciak authored Apr 17, 2023
1 parent f05442e commit 053753b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,6 @@ class MultiVoxelGrid : public pcl::VoxelGrid<PointT>
Eigen::Vector4f min_p, max_p;
};

}; // namespace compare_map_segmentation
} // namespace compare_map_segmentation

#endif // COMPARE_MAP_SEGMENTATION__MULTI_VOXEL_GRID_MAP_UPDATE_HPP_

0 comments on commit 053753b

Please sign in to comment.