<aside> π Summary
</aside>
Northstar is 6328βs AprilTag detection software developed in the 2023 build season. The documentation below is for understanding how they use OpenCV and Python to detect AprilTags, rather than for using the software itself, as they donβt have the capacity to handle other teams using it.
<aside> β©οΈ Flow of Northstar Code
</aside>
https://www.figma.com/embed?embed_host=share&url=https%3A%2F%2Fwww.figma.com%2Ffile%2FEDdMzCFpLktjckzVZzJp3x%2FUntitled%3Fnode-id%3D0%253A1%26t%3DXNonjPKeJS1uWkqi-1
<aside> π§βπ» Northstar Configuration
</aside>
In the config
folder of Northstar, there are different options and means of configuring Northstar and configuring the data returned.
ConfigStore
ConfigStore holds the local_config
and remote_config
configurations for Northstar.
FileConfigSource
Represents a file being a configuration source.
NTConfigSource
Represents a network table instance being a configuration source.