CSE-FortOsageCTC / 5801_Inspire_2024

2024 FRC robot code for team 5801 CTC Inspire
Other
0 stars 0 forks source link

Json coordinate test #49

Open T-Wezzy opened 8 months ago

T-Wezzy commented 8 months ago

Should in theory output an "id" (integer in seconds updating every half second) and the robot's coordinates on the field in this format: (botX, botY) into a json file (can change directory later). I have plans to use this json file output in a python script that uses the (botX, botY) coords to draw and play back a line on a python window using turtle 😈. Just wanted to see if my code made any sense or not