srobo / competition-simulator

A simulator for Student Robotics Virtual Competitions
https://studentrobotics.org/docs/simulator/
MIT License
8 stars 2 forks source link

Reinstate rejection of markers at oblique angles (and beyond) #420

Closed PeterJCLaw closed 10 months ago

PeterJCLaw commented 10 months ago

Webots provides us with information about every object in front of the camera, regardless of which way the object is facing. Since we're emulating a fiducial marker system we need to filter out some of these markers, specifically in cases where:

This also tunes the system to allow slightly larger angles than we've allowed in the past since the SR2024 kit is better at this than past years' were.

Targets #415.