acmerobotics / road-runner-quickstart

FTC quickstart for https://github.com/acmerobotics/road-runner
BSD 3-Clause Clear License
168 stars 856 forks source link

Autonomy not working #282

Closed Ev0lut10nTeam closed 7 months ago

Ev0lut10nTeam commented 8 months ago

Action da = drive.actionBuilder(new Pose2d(0,1,2)) .lineToX(10) .build(); Actions.runBlocking(da); when im runing this the robot goes 10 inches and then goes back to it s starting position