Package xbot.common.trajectory
Interface ProvidesInterpolationData
- All Known Implementing Classes:
XbotSwervePoint
public interface ProvidesInterpolationData
-
Method Summary
Modifier and TypeMethodDescriptiondouble
-
Method Details
-
getTranslation2d
Translation2d getTranslation2d() -
getSecondsForSegment
double getSecondsForSegment() -
getRotation2d
Rotation2d getRotation2d() -
getKinematics
SwervePointKinematics getKinematics()
-