You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
detect 1 central marker for position reference (10cm 4x4 ArUco Nb 42, centred at coordinates [1500,1250])
optionally: detect weathervane marker for "to determine wind direction" (6cm 4x4 ArUco Nb 17 at [1500,0])
Transform robot marker position to table reference frame.
Send position to both robots via radio link (UWB or WiFI)
outlier rejection (e.g. ignore markers outside of game area, ignore all markers that do not belong to the game)
The tracking system should communicate only the marker label and position in the table coordinate frame. The ArUco label assignment can happen on robot as the robots know their own position and color at start of the game.
I set up a basic CMake project with opencv and some camera calibration scripts on branch robot-tracking.
@Lu-ni this may help you getting started with a simple camera setup. Then you could have a look at the relevant tutorials:
The text was updated successfully, but these errors were encountered: