We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d0e88 commit 92c90fdCopy full SHA for 92c90fd
1 file changed
src/main.cpp
@@ -238,8 +238,8 @@ void TaskMatch(void *pvParameters)
238
Motion::Go(-400);
239
Motion::SetCurrentY(1910);
240
Motion::SetCurrentRot(-90);
241
- const float targetX = TeamAwareX(1630, IHM::team);
242
- Motion::GoTo(targetX, 1680);
+ const float targetX = TeamAwareX(1780, IHM::team);
+ Motion::GoTo(targetX, 1640);
243
// delay(7000);
244
// if (IHM::team == IHM::Team::Jaune)
245
// {
0 commit comments