Skip to content

Commit 92c90fd

Browse files
dmouynatGodeffroy
authored andcommitted
adjust target position
1 parent 46d0e88 commit 92c90fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ void TaskMatch(void *pvParameters)
238238
Motion::Go(-400);
239239
Motion::SetCurrentY(1910);
240240
Motion::SetCurrentRot(-90);
241-
const float targetX = TeamAwareX(1630, IHM::team);
242-
Motion::GoTo(targetX, 1680);
241+
const float targetX = TeamAwareX(1780, IHM::team);
242+
Motion::GoTo(targetX, 1640);
243243
// delay(7000);
244244
// if (IHM::team == IHM::Team::Jaune)
245245
// {

0 commit comments

Comments
 (0)