Units
Properties
Link copied to clipboard
The base SI unit of temperature, where a value of 0 roughly corresponds to the freezing point of water and a value of 100 corresponds to the boiling point.
Link copied to clipboard
1/100 of a Meter.
Link copied to clipboard
1/100 of a Meter.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The base imperial (American) unit of temperature, where a value of 32 roughly corresponds to the freezing point of water and a value of 212 corresponds to the boiling point.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
24 inches, equivalent to 1 FTC Field Tile per unit
Link copied to clipboard
A unit equal to 745.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The base unit of temperature, where a value of 0 corresponds with absolutely zero energy in the measured system.
Link copied to clipboard
Link copied to clipboard
A unit equal to 1,000 Joules.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Alias for Microseconds to make combined unit definitions read more smoothly.
Link copied to clipboard
1/1,000,000 of a Second.
Link copied to clipboard
A unit equal to 1/1000 of a Joule.
Link copied to clipboard
A unit equal to 1/1000 of a Joule.
Link copied to clipboard
1/1000 of a Meter.
Link copied to clipboard
1/1000 of a Meter.
Link copied to clipboard
Alias for Milliseconds to make combined unit definitions read more smoothly.
Link copied to clipboard
1/1000 of a Second.
Link copied to clipboard
1/1000 of a Volt.
Link copied to clipboard
A unit equal to 1/1000 of a Watt.
Link copied to clipboard
Alias for Nanoseconds to make combined unit definitions read more smoothly.
Link copied to clipboard
1/1,000,000,000 of a Second.
Link copied to clipboard
A dimensionless unit equal to to 1/100th of a Value.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A single turn of an object around an external axis.
Link copied to clipboard
A single turn of an object around an external axis.
Link copied to clipboard
A unit of angular velocity equivalent to spinning at a rate of one Revolution per Second.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A dimensionless unit that performs no scaling whatsoever.
Link copied to clipboard
A standard unit for measuring linear mechanisms' feedforward voltages based on a model of the system and a desired commanded linear velocity.
Link copied to clipboard
Link copied to clipboard
A standard unit for measuring angular mechanisms' feedforward voltages based on a model of the system and a desired commanded angular velocity.
Link copied to clipboard
Functions
Link copied to clipboard
Creates a unit equal to a millionth of the base unit, eg Microseconds = Micro(Units.Seconds).
open fun <U : Unit<U>?> Micro(@NonNull baseUnit: Unit<U>, @NonNull name: String, @NonNull symbol: String): U
Creates a unit equal to a millionth of the base unit, eg
Microseconds =
Micro(Units.Seconds, "Microseconds", 'us")
.