Package com.viam.common.v1
Interface Common.TransformOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Common.Transform
,Common.Transform.Builder
- Enclosing class:
- Common
public static interface Common.TransformOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .viam.common.v1.Geometry physical_object = 3 [json_name = "physicalObject"];
the pose of the above reference frame with respect to a different observer reference framethe name of a given reference framecom.google.protobuf.ByteString
the name of a given reference frameboolean
optional .viam.common.v1.Geometry physical_object = 3 [json_name = "physicalObject"];
boolean
the pose of the above reference frame with respect to a different observer reference frameMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getReferenceFrame
String getReferenceFrame()the name of a given reference frame
string reference_frame = 1 [json_name = "referenceFrame"];
- Returns:
- The referenceFrame.
-
getReferenceFrameBytes
com.google.protobuf.ByteString getReferenceFrameBytes()the name of a given reference frame
string reference_frame = 1 [json_name = "referenceFrame"];
- Returns:
- The bytes for referenceFrame.
-
hasPoseInObserverFrame
boolean hasPoseInObserverFrame()the pose of the above reference frame with respect to a different observer reference frame
.viam.common.v1.PoseInFrame pose_in_observer_frame = 2 [json_name = "poseInObserverFrame"];
- Returns:
- Whether the poseInObserverFrame field is set.
-
getPoseInObserverFrame
Common.PoseInFrame getPoseInObserverFrame()the pose of the above reference frame with respect to a different observer reference frame
.viam.common.v1.PoseInFrame pose_in_observer_frame = 2 [json_name = "poseInObserverFrame"];
- Returns:
- The poseInObserverFrame.
-
hasPhysicalObject
boolean hasPhysicalObject()optional .viam.common.v1.Geometry physical_object = 3 [json_name = "physicalObject"];
- Returns:
- Whether the physicalObject field is set.
-
getPhysicalObject
Common.Geometry getPhysicalObject()optional .viam.common.v1.Geometry physical_object = 3 [json_name = "physicalObject"];
- Returns:
- The physicalObject.
-