This repository was archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Running the Project
foehammer127 edited this page Jan 19, 2023
·
3 revisions
The TagTracker project can be used by running python main.py
. Run python main.py -h
for customization options. It is recommended to just edit the supplied template JSON files instead of making custom ones and using flags to navigate to them.
The TagTracker project runs a GUI by default using OpenCV. To view this GUI on a remote co-prosessor, connect to the co-prosessor using the command ssh username@ip -X
on linux. To connect using Windows, use PuTTY.
To have TagTracker start at when the robot is turned on, you have a couple of options.
- Use the provided
systemd
service to run it automatically on boot. (Instructions in the install guide). - Ultraviolet's TaskManager More instructions on getting this set up should be coming soon.
FRC 2129 Ultraviolet 2022
https://swrobotics.com