Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
strasdat committed Oct 17, 2023
2 parents 4df90cd + bc9a04a commit 49b312c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions cpp/sophus/image/image_view.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ struct ImageView {
[[nodiscard]] auto sizeBytes() const -> size_t {
return layout().sizeBytes();
}
[[nodiscard]] auto pixelSize() const -> size_t { return sizeof(Pixel); }

/// Returns true if u is in [0, width).
[[nodiscard]] auto colInBounds(int u) const -> bool {
Expand Down
1 change: 0 additions & 1 deletion protos/farm_ng/core/event_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
syntax = "proto3";

import "farm_ng/core/uri.proto";
import "farm_ng/core/timestamp.proto";
import "farm_ng/core/event.proto";

package farm_ng.core.proto;
Expand Down
1 change: 0 additions & 1 deletion protos/farm_ng/core/pose.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
syntax = "proto3";

import "farm_ng/core/lie.proto";
import "farm_ng/core/linalg.proto";

package farm_ng.core.proto;

Expand Down

0 comments on commit 49b312c

Please sign in to comment.