ROBOTIC.INDUSTRIES

Mobile Robots

SLAM, Reflectors, Magnetic Tape: Navigation Compared

Five ways a mobile robot knows where it is, compared on accuracy, installation cost, robustness to layout change and where each one silently fails.

Autonomous mobile robot carrying a load along a warehouse aisle
Autonomous mobile robot carrying a load along a warehouse aisle

Choose by how often the layout changes, not by how modern the technology sounds. Magnetic tape gives ±5 mm for 20 to 80 euro per metre and forgets nothing, reflector triangulation gives ±10 mm across a whole hall, and laser SLAM gives ±20 mm to ±50 mm with no floor work at all. SLAM is the only method that tolerates a warehouse being rearranged, and that is usually what the decision turns on.

±5 mmtypical tape or wire guidance accuracy
±10 mmreflector triangulation accuracy
±20 to 50 mmnatural feature SLAM accuracy
3reflectors that must be visible at all times

The five methods

Mobile robot navigation methods
MethodAccuracyInstallationTolerates layout changeFails when
Inductive wire±5 mmCut into the floorNoRoute must change
Magnetic tape or spots±5 to ±10 mmStuck to the floorNoTape wears or is driven over by forklifts
Reflector triangulation±10 mmSurveyed reflectors on walls and rackingPartlyFewer than three reflectors visible
Natural feature SLAM±20 to ±50 mmA mapping driveYesLong featureless corridors, full racking changes
Visual SLAM and markers±10 to ±40 mmMarkers or a mapping driveYesPoor or changing lighting

What SLAM actually does, and where it breaks

Simultaneous localisation and mapping builds a map from sensor observations while estimating the robot's pose within it. In production most systems run in localisation mode against a pre-built map, matching the current laser scan to stored geometry and correcting the odometry estimate continuously.

Two failure modes matter in practice, and both are geometric rather than algorithmic.

  • Featureless corridors. A long straight aisle with identical racking on both sides constrains the lateral position well and the position along the aisle badly. The estimate drifts down the corridor until a distinctive feature appears. Fixes are cheap: a pillar, a marker, or a deliberate asymmetry every 15 m to 25 m.
  • Global change. If 60 % of the observed geometry changes, for instance after a full racking rearrangement, the map no longer matches and localisation degrades or fails outright. Re-mapping is quick but it has to be scheduled, and a robot that localises against pallets rather than structure will need it constantly.
Map against the building, not the inventory. A map built when the aisles were full of pallets encodes pallets as landmarks. Map when the floor is representative, and prefer walls, columns and racking uprights as the stable features. This one decision prevents most SLAM complaints.

Hybrid is the normal answer

Very few production fleets rely on one method. The common arrangement uses SLAM for the free-space transit, where centimetre accuracy is sufficient, and a local method for the final docking, where millimetres matter.

  • Docking markers. A reflective strip or visual tag at the station gives ±3 mm to ±10 mm on the last 500 mm of approach.
  • Mechanical funnels. A tapered guide on the receiving fixture converts a ±30 mm arrival into a mechanically exact position, and it costs almost nothing.
  • Wheel odometry plus IMU fills the gaps between scan matches, which is what keeps motion smooth rather than twitchy.

What the sensor choice costs

Navigation method and sensor hardware are separate decisions, and the sensor bill is usually the larger one. A 2D safety laser scanner, which most vehicles need anyway under ISO 3691-4, doubles as the SLAM sensor at no extra cost, which is why 2D laser SLAM became the default. Adding perception beyond that is a deliberate purchase.

Sensor packages on mobile robots
SensorPurposeTypical rangeNote
2D safety laser scannerProtective field plus localisation5 to 30 mRequired for safety, reused for SLAM
3D lidarOverhanging obstacles, richer maps20 to 120 mCatches forks and shelf edges a 2D scan misses
Depth cameraLow obstacles, pallets, people0.3 to 8 mStruggles in direct sunlight near doors
Wheel odometryMotion between scan matchescontinuousDrifts badly on wet or dusty floors
Inertial measurement unitHeading between correctionscontinuousDrift of degrees per minute if uncorrected

The 2D limitation is worth stating plainly. A single scanning plane at 150 mm above the floor sees a pallet leg and misses the fork tines resting 300 mm above it. Robots operating where forklifts park need either a second plane or a 3D sensor, and this omission is a common cause of collision damage in mixed traffic sites.

Choosing in five questions

  1. Will the route exist unchanged in three years? If yes, tape or wire is cheap and extremely reliable.
  2. Is the floor shared with forklifts? Tape gets destroyed. Choose reflectors or SLAM.
  3. Are there long identical corridors? Plan for landmarks or accept periodic drift correction.
  4. What docking accuracy does the handover need? Below ±10 mm, plan a local method regardless of the transit method.
  5. Who maintains the map? A SLAM fleet needs an owner for map updates. Without one, performance decays quietly over months.

Frequently asked questions

Which navigation method is most accurate?

Inductive wire and magnetic tape, at roughly ±5 mm, because the path physically defines the position. Reflector triangulation reaches about ±10 mm and natural feature SLAM typically ±20 mm to ±50 mm.

Why does SLAM drift in long aisles?

Because a straight corridor with identical racking gives good lateral constraint and poor constraint along the corridor. The scan match cannot tell one position from another, so the estimate drifts until a distinctive feature appears. Adding landmarks every 15 m to 25 m fixes it.

How often does a SLAM map need updating?

Whenever a substantial share of the observed geometry changes, which in a busy warehouse means after any racking move. Mapping against building structure rather than inventory greatly reduces the frequency.

Can a SLAM robot dock accurately enough for a conveyor handover?

Not from transit localisation alone. Add a docking marker or a mechanical funnel for the final approach, which brings arrival accuracy to roughly ±3 mm to ±10 mm.

Is magnetic tape obsolete?

No. For stable routes with heavy loads it is cheap, accurate and almost failure-free. Its weakness is change, and floors shared with forklifts, which destroy tape quickly.

Sources

  1. ISO 3691-4, safety requirements for driverless industrial trucksInternational Organization for Standardization
  2. Robotics at NISTNational Institute of Standards and Technology, robot performance measurement and test methods
  3. ISO 8373, robotics vocabularyInternational Organization for Standardization, navigation and localisation terms