Back to articles
Robotics & Physical AI

Recursive ArUco Markers Aim to Make UAV Landing Pads Visible Across Scales

4 min read

Introduction

For autonomous UAV landing, the challenge is not only controlling the aircraft but also reliably recognizing where it should land. Visual fiducial markers such as ArUco are widely used because they are simple, fast to detect, and practical for robotics tasks. Yet standard markers have a narrow operational sweet spot: from too far away, the camera may not resolve the encoded pattern; from too close, only part of the marker may remain in view, making detection unreliable.

A new arXiv paper, “Recursive ArUco Markers: A Scalable Fiducial Marker Design for Unmanned Aerial Vehicle Landing Pads,” proposes a marker design meant to address this scale problem. Instead of treating a landing pad as a single marker that must be seen at the right distance, the authors introduce a recursive structure that can carry recognizable information at multiple scales.

Key points

  • Built on standard fiducial markers: The method is presented as a way to transform any standard fiducial marker into a recursive one, rather than requiring an entirely separate marker family. This makes the idea relevant to existing marker-based robotics workflows.
  • Markers inside marker bits: The central design move is to embed complete markers inside both the black and white bit regions of a parent marker. A modified bit-sampling strategy during detection allows these nested structures to be interpreted across scales.
  • No dependence on the center being visible: Some previous recursive or fractal marker approaches rely on the marker center remaining visible. That creates a weak point when the center is occluded or outside the camera frame. The proposed design avoids making center visibility a requirement.
  • Arbitrary recursion depth: According to the abstract, the approach supports unlimited recursion depth. For UAV landing, this is meaningful because the visual scale of the pad changes continuously as the drone descends.
  • A single ID across scales: The recursive levels preserve one unique identifier, so the same landing pad can be recognized consistently whether the UAV sees the whole structure or only a smaller embedded region. At the same time, the design supports multiple unique landing pads, which matters for fleets where each drone must land at a designated location.

Why it matters

The proposal shifts part of the perception problem into the design of the marker itself. Instead of expecting the camera and detector to handle all scale variation, the landing pad is structured so that readable identity information exists at several levels. In practice, this could help a UAV transition from high-altitude approach to close-range landing without losing the marker simply because the viewpoint changes.

The partial-occlusion claim is also important. Real landing pads may be affected by shadows, dirt, obstacles, or limited camera framing. A marker that does not require its center to be visible could be more robust in these imperfect conditions, at least in principle.

For multi-UAV operations, the dictionary aspect is equally relevant. A fleet does not just need a generic “land here” signal; each aircraft may need to identify its own assigned pad. By maintaining unique identifiers across recursive scales, the design aims to support multiple distinct landing locations in a way that earlier Fractal and Harco-style markers reportedly cannot, due to their structural and dictionary constraints.

The abstract does not provide detailed experimental results or deployment metrics, so the work should be read primarily as a marker-design and detection-strategy contribution. Important follow-up questions include how printing resolution, camera resolution, lighting, perspective distortion, motion blur, and real-world occlusion affect detection at deeper recursive levels.

Overall, Recursive ArUco markers target a practical robotics problem: making landing pads remain identifiable when UAVs are far away, very close, partially occluded, or operating as part of a coordinated fleet. The approach is notable because it seeks robustness through marker geometry and coding structure, rather than through a heavier perception model.

Source: arXiv

Comments

Checking sign-in status...

Loading comments...

Related articles