Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion geospatial/src/ImageHeightmap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ void ImageHeightmap::FillHeightMap(int _subSampling,
imgFormat == common::Image::PixelFormatType::BAYER_BGGR8 ||
imgFormat == common::Image::PixelFormatType::BAYER_GBRG8 ||
imgFormat == common::Image::PixelFormatType::BAYER_GRBG8 ||
imgFormat == common::Image::PixelFormatType::BAYER_GRBG8 ||
Comment on lines 69 to -70
Copy link
Contributor Author

@ntfshard ntfshard Jun 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same line twice
(re-pushed commit due to CI on Windows complained about temp dir)

imgFormat == common::Image::PixelFormatType::BAYER_RGGB8 ||
imgFormat == common::Image::PixelFormatType::BGR_INT8 ||
imgFormat == common::Image::PixelFormatType::BGRA_INT8)
Expand Down
1 change: 0 additions & 1 deletion graphics/include/gz/common/MeshManager.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#ifndef GZ_COMMON_MESHMANAGER_HH_
#define GZ_COMMON_MESHMANAGER_HH_

#include <map>
#include <utility>
#include <string>
#include <vector>
Expand Down
Loading
Loading