From 18e33ecaa235a6bc2e8fee6064d1bbe9d78df201 Mon Sep 17 00:00:00 2001 From: andf-viam <132301587+andf-viam@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:43:45 -0400 Subject: [PATCH] Quick typo fix --- proto/viam/common/v1/common.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/viam/common/v1/common.proto b/proto/viam/common/v1/common.proto index 5f5b8fc1d..9ade47aa7 100644 --- a/proto/viam/common/v1/common.proto +++ b/proto/viam/common/v1/common.proto @@ -67,7 +67,7 @@ message Orientation { double theta = 4; } -// PoseInFrame contains a pose and the and the reference frame in which it was observed +// PoseInFrame contains a pose and the reference frame in which it was observed message PoseInFrame { string reference_frame = 1; Pose pose = 2;