Package com.viam.service.motion.v1
Interface Motion.ConstraintsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Motion.Constraints
,Motion.Constraints.Builder
- Enclosing class:
- Motion
public static interface Motion.ConstraintsOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCollisionSpecification
(int index) Arc constraint, Time constraint, and others will be added here when they are supportedint
Arc constraint, Time constraint, and others will be added here when they are supportedArc constraint, Time constraint, and others will be added here when they are supportedgetLinearConstraint
(int index) Typed message for a specific constraintint
Typed message for a specific constraintTyped message for a specific constraintgetOrientationConstraint
(int index) repeated .viam.service.motion.v1.OrientationConstraint orientation_constraint = 2 [json_name = "orientationConstraint"];
int
repeated .viam.service.motion.v1.OrientationConstraint orientation_constraint = 2 [json_name = "orientationConstraint"];
repeated .viam.service.motion.v1.OrientationConstraint orientation_constraint = 2 [json_name = "orientationConstraint"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getLinearConstraintList
List<Motion.LinearConstraint> getLinearConstraintList()Typed message for a specific constraint
repeated .viam.service.motion.v1.LinearConstraint linear_constraint = 1 [json_name = "linearConstraint"];
-
getLinearConstraint
Typed message for a specific constraint
repeated .viam.service.motion.v1.LinearConstraint linear_constraint = 1 [json_name = "linearConstraint"];
-
getLinearConstraintCount
int getLinearConstraintCount()Typed message for a specific constraint
repeated .viam.service.motion.v1.LinearConstraint linear_constraint = 1 [json_name = "linearConstraint"];
-
getOrientationConstraintList
List<Motion.OrientationConstraint> getOrientationConstraintList()repeated .viam.service.motion.v1.OrientationConstraint orientation_constraint = 2 [json_name = "orientationConstraint"];
-
getOrientationConstraint
repeated .viam.service.motion.v1.OrientationConstraint orientation_constraint = 2 [json_name = "orientationConstraint"];
-
getOrientationConstraintCount
int getOrientationConstraintCount()repeated .viam.service.motion.v1.OrientationConstraint orientation_constraint = 2 [json_name = "orientationConstraint"];
-
getCollisionSpecificationList
List<Motion.CollisionSpecification> getCollisionSpecificationList()Arc constraint, Time constraint, and others will be added here when they are supported
repeated .viam.service.motion.v1.CollisionSpecification collision_specification = 3 [json_name = "collisionSpecification"];
-
getCollisionSpecification
Arc constraint, Time constraint, and others will be added here when they are supported
repeated .viam.service.motion.v1.CollisionSpecification collision_specification = 3 [json_name = "collisionSpecification"];
-
getCollisionSpecificationCount
int getCollisionSpecificationCount()Arc constraint, Time constraint, and others will be added here when they are supported
repeated .viam.service.motion.v1.CollisionSpecification collision_specification = 3 [json_name = "collisionSpecification"];
-