NUbots icon indicating copy to clipboard operation
NUbots copied to clipboard

The NUbots codebase

Results 167 NUbots issues
Sort by recently updated
recently updated
newest added

This PR restructures the localisation view to move our custom R3F components into their own files. The purpose of this is: 1. To make `localisation/view.tsx` easier to work on. Before...

Do not merge, pls request changes

Main thing is the intersection association has changed from a nearest neighbour to more of a greedy search where we try to get the lowest cost and have unique one...

G-Localisation-Odometry
L-C++
Config

Need an overlap so one is waiting to take over from the other. Also copied our current robot `robocup` to tthe webots one so we are using the same stuff...

- Reordered camera settings to make it easier to read - Tune Frankie's camera - Weight intersections more than field lines - Don't associate two field intersection features as the...

G-Localisation-Odometry

Don't merge without further testing until we're sure what broke things. Worth testing removing threadpool from things that weren't `Sync`ed or `MainThread`ed before #1441 Only merge after #1450, #1451, #1452

- Removes min association distance for landmarks - Add visualisation in nusight - Adds more initial hypothesis to help when starting

This PR adds an NUsight page which displays a visual overview of director for debugging. ![image](https://github.com/NUbots/NUbots/assets/54734963/edb00fa0-74db-4dc6-96a6-55d568847fdc)