TankKinematics

Parameters

trackWidth

distance between wheels on opposite sides; see the diagram below Wheelbase and track width diagram

Constructors

Link copied to clipboard
constructor(trackWidth: Double)

Types

Link copied to clipboard
data class TankWheelIncrements<Param>(val left: DualNum<Param>, val right: DualNum<Param>) : WheelIncrements<Param>
Link copied to clipboard
data class TankWheelVelocities<Param>(val left: DualNum<Param>, val right: DualNum<Param>) : WheelVelocities<Param>

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard

Performs inverse kinematics: computes wheel velocities required to achieve the desired robot velocity.