Kiwi Kinematics
Used to compute the various physics related to the kiwi drive (Killough platform).
This was based off of MecanumKinematics and TankKinematics.
Types
Link copied to clipboard
data class WheelTicks<Param>(val red: DualNum<Param>, val green: DualNum<Param>, val blue: DualNum<Param>)
Represents the amount of ticks each wheel on the drive rotated.
Link copied to clipboard
Link copied to clipboard
data class WheelVelocities<Param>(val red: DualNum<Param>, val green: DualNum<Param>, val blue: DualNum<Param>)
Represents the velocities of each wheel on the drive.