toggle menu
0.4.9
common
switch theme
search in API
Navigation
/
com.amarcolini.joos.trajectory.constraints
/
DriveVelocityConstraint
/
Companion
Companion
object
Companion
Members
Functions
for
Mecanum
Link copied to clipboard
@
JvmStatic
fun
forMecanum
(
maxWheelVel
:
Double
,
trackWidth
:
Double
,
wheelBase
:
Double
=
trackWidth
,
lateralMultiplier
:
Double
=
1.0
)
:
DriveVelocityConstraint
for
Swerve
Link copied to clipboard
@
JvmStatic
fun
forSwerve
(
maxWheelVel
:
Double
,
modulePositions
:
List
<
Vector2d
>
)
:
DriveVelocityConstraint
for
Tank
Link copied to clipboard
@
JvmStatic
fun
forTank
(
maxWheelVel
:
Double
,
trackWidth
:
Double
)
:
DriveVelocityConstraint