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) repeated .viam.service.motion.v1.CollisionSpecification collision_specification = 3 [json_name = "collisionSpecification"];
int
repeated .viam.service.motion.v1.CollisionSpecification collision_specification = 3 [json_name = "collisionSpecification"];
repeated .viam.service.motion.v1.CollisionSpecification collision_specification = 3 [json_name = "collisionSpecification"];
getLinearConstraint
(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"];
getPseudolinearConstraint
(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 supportedMethods 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()repeated .viam.service.motion.v1.CollisionSpecification collision_specification = 3 [json_name = "collisionSpecification"];
-
getCollisionSpecification
repeated .viam.service.motion.v1.CollisionSpecification collision_specification = 3 [json_name = "collisionSpecification"];
-
getCollisionSpecificationCount
int getCollisionSpecificationCount()repeated .viam.service.motion.v1.CollisionSpecification collision_specification = 3 [json_name = "collisionSpecification"];
-
getPseudolinearConstraintList
List<Motion.PseudolinearConstraint> getPseudolinearConstraintList()Arc constraint, Time constraint, and others will be added here when they are supported
repeated .viam.service.motion.v1.PseudolinearConstraint pseudolinear_constraint = 4 [json_name = "pseudolinearConstraint"];
-
getPseudolinearConstraint
Arc constraint, Time constraint, and others will be added here when they are supported
repeated .viam.service.motion.v1.PseudolinearConstraint pseudolinear_constraint = 4 [json_name = "pseudolinearConstraint"];
-
getPseudolinearConstraintCount
int getPseudolinearConstraintCount()Arc constraint, Time constraint, and others will be added here when they are supported
repeated .viam.service.motion.v1.PseudolinearConstraint pseudolinear_constraint = 4 [json_name = "pseudolinearConstraint"];
-