Class RemoteControl.ControlCommand

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Byte>
com.highmobility.value.Bytes
com.highmobility.autoapi.Command
com.highmobility.autoapi.SetCommand
com.highmobility.autoapi.RemoteControl.ControlCommand
All Implemented Interfaces:
Iterable<Byte>, Collection<Byte>, List<Byte>
Enclosing class:
RemoteControl

public static class RemoteControl.ControlCommand extends SetCommand
Control command
  • Constructor Details

    • ControlCommand

      public ControlCommand(@Nullable com.highmobility.autoapi.value.measurement.Angle angle, @Nullable com.highmobility.autoapi.value.measurement.Speed speed)
      Control command
      Parameters:
      angle - Wheel base angle
      speed - Target speed
  • Method Details

    • getAngle

      public Property<com.highmobility.autoapi.value.measurement.Angle> getAngle()
      Returns:
      The angle
    • getSpeed

      public Property<com.highmobility.autoapi.value.measurement.Speed> getSpeed()
      Returns:
      The speed