Skip to content

Commit 2bdeaac

Browse files
Auto: adjust turning slightly to keep robot aligned on hub
- Nick Q
1 parent 3eb6867 commit 2bdeaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cpp/Robot.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void Robot::RobotInit()
121121
[](){},
122122
[&](){
123123
// Turn slightly right to compensate for drift/drag.
124-
mSwerveDrive->setMotion(0, -0.5, -0.03);
124+
mSwerveDrive->setMotion(0, -0.5, -0.035);
125125
},
126126
[&](bool _interrupted){
127127
mSwerveDrive->setMotion(0, 0, 0); //stop swerve

0 commit comments

Comments
 (0)