Interface Motion.CollisionSpecificationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Motion.CollisionSpecification, Motion.CollisionSpecification.Builder
Enclosing class:
Motion

public static interface Motion.CollisionSpecificationOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • getAllowsList

       Pairs of frame which should be allowed to collide with one another
       
      repeated .viam.service.motion.v1.CollisionSpecification.AllowedFrameCollisions allows = 1 [json_name = "allows"];
    • getAllows

       Pairs of frame which should be allowed to collide with one another
       
      repeated .viam.service.motion.v1.CollisionSpecification.AllowedFrameCollisions allows = 1 [json_name = "allows"];
    • getAllowsCount

      int getAllowsCount()
       Pairs of frame which should be allowed to collide with one another
       
      repeated .viam.service.motion.v1.CollisionSpecification.AllowedFrameCollisions allows = 1 [json_name = "allows"];