-
public class MecanumInverseKinematics
-
-
Method Summary
Modifier and Type Method Description static MecanumWheelKinematicsData<Double>
calculate(Pose2D direction)
Calculate the combined power based on the desired direction of movement. -
-
Method Detail
-
calculate
static MecanumWheelKinematicsData<Double> calculate(Pose2D direction)
Calculate the combined power based on the desired direction of movement.
- Parameters:
direction
- direction of movement.
-
-
-
-