Northstar Setup

<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.