Closed EinEisbxr closed 6 months ago
Implemented wide corners and other positions have to be tested further
TODO: trying simple responses to pos1-pos1 combinations; smooth to middle driving; Make code symmetrical
Next testing: test other direction and tune position detection for pos2 and pos3
Done: Pos1 in both directions works well enough
TODO: How to react to pos2: If not pos1 and pos3 and there is a red block, drive to the outside. To reduce false detections from this "pos4", lock new detections for that part of the track.
Done: refactor code, implement smart steer, fix bugs
TODO: print new sensor holders to hopefully make robot more accurate in sections where really near wall; When driving around a block, try to identify the second block in the block_array to not detect red as pos1 when driving around it; Maybe start implementing really hard special cases
TODO:
functionality almost back, need to resolve the other issues to fully work, safety needs some testing
There are a lot of changes to be made to get it to work a lot better than at the moment