Interface Arm.JointVelocitiesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Arm.JointVelocities, Arm.JointVelocities.Builder
Enclosing class:
Arm

public static interface Arm.JointVelocitiesOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    getValues(int index)
    A list of joint velocities.
    int
    A list of joint velocities.
    A list of joint velocities.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getValuesList

      List<Double> getValuesList()
       A list of joint velocities. Rotational values are in degrees per second, translational values in mm per second.
       There should be 1 entry in the list per joint DOF, ordered spatially from the base toward the end effector of the arm.
       
      repeated double values = 1 [json_name = "values"];
      Returns:
      A list containing the values.
    • getValuesCount

      int getValuesCount()
       A list of joint velocities. Rotational values are in degrees per second, translational values in mm per second.
       There should be 1 entry in the list per joint DOF, ordered spatially from the base toward the end effector of the arm.
       
      repeated double values = 1 [json_name = "values"];
      Returns:
      The count of values.
    • getValues

      double getValues(int index)
       A list of joint velocities. Rotational values are in degrees per second, translational values in mm per second.
       There should be 1 entry in the list per joint DOF, ordered spatially from the base toward the end effector of the arm.
       
      repeated double values = 1 [json_name = "values"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The values at the given index.