Package com.viam.component.arm.v1
Class Arm.TrajectoryPoint.KinematicConstraints
java.lang.Object
com.google.protobuf.AbstractMessageLite<Arm.TrajectoryPoint.KinematicConstraints,Arm.TrajectoryPoint.KinematicConstraints.Builder>
com.google.protobuf.GeneratedMessageLite<Arm.TrajectoryPoint.KinematicConstraints,Arm.TrajectoryPoint.KinematicConstraints.Builder>
com.viam.component.arm.v1.Arm.TrajectoryPoint.KinematicConstraints
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,Arm.TrajectoryPoint.KinematicConstraintsOrBuilder
- Enclosing class:
Arm.TrajectoryPoint
public static final class Arm.TrajectoryPoint.KinematicConstraints
extends com.google.protobuf.GeneratedMessageLite<Arm.TrajectoryPoint.KinematicConstraints,Arm.TrajectoryPoint.KinematicConstraints.Builder>
implements Arm.TrajectoryPoint.KinematicConstraintsOrBuilder
Protobuf type
viam.component.arm.v1.TrajectoryPoint.KinematicConstraints-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typeviam.component.arm.v1.TrajectoryPoint.KinematicConstraintsNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType, BuilderType>, BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite, Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageLite
unknownFieldsFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionprotected final ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) Optional target joint accelerations at this waypoint.Target joint velocities at this waypoint.booleanOptional target joint accelerations at this waypoint.booleanTarget joint velocities at this waypoint.parseDelimitedFrom(InputStream input) parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(byte[] data) parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.ByteString data) parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.CodedInputStream input) parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(InputStream input) parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(ByteBuffer data) parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Arm.TrajectoryPoint.KinematicConstraints> parser()Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Field Details
-
VELOCITIES_FIELD_NUMBER
public static final int VELOCITIES_FIELD_NUMBER- See Also:
-
ACCELERATIONS_FIELD_NUMBER
public static final int ACCELERATIONS_FIELD_NUMBER- See Also:
-
-
Method Details
-
hasVelocities
public boolean hasVelocities()Target joint velocities at this waypoint. If provided, the first point of the stream (the t=0 sample) must have zero velocity. Server implementations should validate this constraint.
.viam.component.arm.v1.JointVelocities velocities = 1 [json_name = "velocities"];- Specified by:
hasVelocitiesin interfaceArm.TrajectoryPoint.KinematicConstraintsOrBuilder- Returns:
- Whether the velocities field is set.
-
getVelocities
Target joint velocities at this waypoint. If provided, the first point of the stream (the t=0 sample) must have zero velocity. Server implementations should validate this constraint.
.viam.component.arm.v1.JointVelocities velocities = 1 [json_name = "velocities"];- Specified by:
getVelocitiesin interfaceArm.TrajectoryPoint.KinematicConstraintsOrBuilder- Returns:
- The velocities.
-
hasAccelerations
public boolean hasAccelerations()Optional target joint accelerations at this waypoint.
optional .viam.component.arm.v1.JointAccelerations accelerations = 2 [json_name = "accelerations"];- Specified by:
hasAccelerationsin interfaceArm.TrajectoryPoint.KinematicConstraintsOrBuilder- Returns:
- Whether the accelerations field is set.
-
getAccelerations
Optional target joint accelerations at this waypoint.
optional .viam.component.arm.v1.JointAccelerations accelerations = 2 [json_name = "accelerations"];- Specified by:
getAccelerationsin interfaceArm.TrajectoryPoint.KinematicConstraintsOrBuilder- Returns:
- The accelerations.
-
parseFrom
public static Arm.TrajectoryPoint.KinematicConstraints parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Arm.TrajectoryPoint.KinematicConstraints parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Arm.TrajectoryPoint.KinematicConstraints parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Arm.TrajectoryPoint.KinematicConstraints parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Arm.TrajectoryPoint.KinematicConstraints parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Arm.TrajectoryPoint.KinematicConstraints parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Arm.TrajectoryPoint.KinematicConstraints parseFrom(InputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Arm.TrajectoryPoint.KinematicConstraints parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static Arm.TrajectoryPoint.KinematicConstraints parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static Arm.TrajectoryPoint.KinematicConstraints parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Arm.TrajectoryPoint.KinematicConstraints parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Arm.TrajectoryPoint.KinematicConstraints parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilder
-
newBuilder
public static Arm.TrajectoryPoint.KinematicConstraints.Builder newBuilder(Arm.TrajectoryPoint.KinematicConstraints prototype) -
dynamicMethod
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1) - Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<Arm.TrajectoryPoint.KinematicConstraints,Arm.TrajectoryPoint.KinematicConstraints.Builder>
-
getDefaultInstance
-
parser
-