-
Notifications
You must be signed in to change notification settings - Fork 4
[Server]: implement centering on the website end #275
Copy link
Copy link
Open
Labels
D3Hard DifficultyHard DifficultyP2Medium PriorityMedium PriorityS26Current relevant issue that should be worked on in the spring 2026 semesterCurrent relevant issue that should be worked on in the spring 2026 semesterapprovedThis issue has passed the draft stage, and is ready to be assignedThis issue has passed the draft stage, and is ready to be assigned
Metadata
Metadata
Assignees
Labels
D3Hard DifficultyHard DifficultyP2Medium PriorityMedium PriorityS26Current relevant issue that should be worked on in the spring 2026 semesterCurrent relevant issue that should be worked on in the spring 2026 semesterapprovedThis issue has passed the draft stage, and is ready to be assignedThis issue has passed the draft stage, and is ready to be assigned
Type
Fields
Give feedbackNo fields configured for issues without a type.
Task Description:
We have centering done on the embedded side. Yippee! Now we have to... actually have the website use centering. We can do this for now just that whenever all robots reach their destination for their task, they'll just quickly run centering, send that they're finished centering, and move on. We can probably implement this as a separate job for each robot that just gets called whenever the robots get to their destination, so they just get added to the stack.
Eventually we want it so that as the robot moves it'll do continuous alignment as it passes an edge at a wrong angle, so that way it can correct itself before the drift gets silly, but this is a later problem. This will especially be useful for diagonal movements.
Implementation Details: