Class TankPath
- java.lang.Object
-
- org.wildstang.framework.subsystems.drive.TankPath
-
-
Constructor Summary
Constructors Constructor Description TankPath()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrajectorygetLeft()Returns the left side Trajectory.TrajectorygetRight()Returns the right side Trajectory.voidsetLeft(Trajectory p_left)Sets the left side Trajectory.voidsetRight(Trajectory p_right)Sets the right side Trajectory.
-
-
-
Method Detail
-
getLeft
public Trajectory getLeft()
Returns the left side Trajectory.- Returns:
- Trajectory for left motors.
-
setLeft
public void setLeft(Trajectory p_left)
Sets the left side Trajectory.- Parameters:
p_left- New Trajectory for left motors.
-
getRight
public Trajectory getRight()
Returns the right side Trajectory.- Returns:
- Trajectory for right motors.
-
setRight
public void setRight(Trajectory p_right)
Sets the right side Trajectory.- Parameters:
p_right- New Trajectory for right motors.
-
-