mirror of
https://github.com/Team4388/RiseOfRidgebotics2020.git
synced 2026-06-09 00:38:00 -06:00
Started Path 2, Made endAngle an optional param
This commit is contained in:
@@ -191,7 +191,6 @@ public class RobotContainer {
|
||||
RamseteCommand ramseteCommand = getRamseteCommand(trajectory);
|
||||
// Run path following command, then stop at the end.
|
||||
//return ramseteCommand.andThen(() -> m_robotDrive.tankDriveVelocity(0, 0));
|
||||
|
||||
//return new AutoPath1FromCenter(m_robotDrive);
|
||||
return new AutoPath2FromRight(m_robotDrive);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user