Pose Visualizer
I made a website to generate test cases for the coordinate transform code I was writing for robotics!
The bulk of my work with vision this season revolved around translating coordinates (called Pose2ds) from camera relative to field relative, so I created this pose visualizer to generate the correct coordinates for the AprilTag (QR code) in each coordinate space (camera relative, robot relative, and field relative).
This was super helpful in running test cases on the actual vision code I was writing! I used Cursor, and AI code assistant, to help me write the website. This was my first time coding with the help of AI, and while I was initially hesitant because I didn't want to feel like the AI was doing the work for me, it ended up being super helpful since it had been a long time since I had used HTML and JavaScript. You can see the code here: https://github.com/kmlewis361/poseVisualizer