Skip to content

Commit

Permalink
Auto to reset odometry for auto-aim
Browse files Browse the repository at this point in the history
  • Loading branch information
harnwalN committed Feb 11, 2024
1 parent 5831e76 commit c32a309
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/main/deploy/pathplanner/autos/Reset_Odometry.auto
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1.0,
"startingPose": {
"position": {
"x": 1.35,
"y": 5.54
},
"rotation": 180.0
},
"command": {
"type": "sequential",
"data": {
"commands": []
}
},
"folder": "Kitbot_2024",
"choreoAuto": false
}

0 comments on commit c32a309

Please sign in to comment.