09 // Subterranean Swarm Excavation Support
AUTONOMOUS UNDERGROUND CONSTRUCTION
The FK-4 Mole swarm excavation system operates underground: boring tunnels, reinforcing walls, installing utilities, and removing spoil. The operational challenge is not the excavation itself — tunnel boring machines are mature technology. The challenge is autonomous coordination of dozens of machines in an environment with no GPS, limited communication bandwidth, and constantly changing geometry.
Navigation without GPS. Underground navigation uses three complementary systems:
• Inertial measurement units (IMU) provide dead-reckoning position, updated at 1 kHz. Drift accumulates at approximately 0.1% of distance traveled. For a 100-metre tunnel run, this gives ±10 cm position uncertainty — acceptable for gross navigation but insufficient for precision tasks.
• Ultra-wideband (UWB) ranging between swarm members and fixed anchor nodes (installed by the first units to enter the tunnel) provides relative position fixes accurate to ±2 cm. The anchor network grows as the tunnel advances: each unit installs a new anchor at 20-metre intervals.
• LiDAR SLAM (simultaneous localisation and mapping) builds a 3D model of the tunnel geometry in real time. Each unit contributes its sensor data to a shared map maintained by the swarm's mesh network. The map is the navigation reference: units plan paths relative to the tunnel walls, not to an absolute coordinate frame.
Communication. RF propagation in rock tunnels is severely attenuated above ~1 GHz. The swarm uses a hybrid communication architecture:
• Wired backbone: a fibre-optic cable reeled out by the lead unit provides high-bandwidth (10 Gbps) backhaul to the surface. This carries sensor data, map updates, and command instructions.
• Mesh radio: UHF radio (400–900 MHz) between swarm members provides local coordination with ~50-metre range through rock. Each unit acts as a relay, extending the mesh network as the swarm advances.
• Acoustic signaling: low-frequency (1–10 kHz) acoustic pulses through rock serve as a last-resort communication channel when line-of-sight RF is blocked by tunnel geometry. Bandwidth is low (~100 bits/second) but sufficient for emergency commands: stop, reverse, regroup.
Spoil management. Excavated material is transported to the surface by a continuous chain of FK-4 units operating in relay: loaded units travel surface-ward while empty units return to the cutting face. The swarm self-organises the relay chain without central scheduling — each unit monitors tunnel traffic density and adjusts its speed and timing to avoid congestion. The algorithm is adapted from ant colony optimisation (Dorigo, 1992), with pheromone trails replaced by digital trail markers in the shared map.
Integration. The subterranean swarm is the underground counterpart to the surface construction swarm. A complete Foundation Kinetics deployment includes both: surface units erecting structure while underground units excavate foundations, install utilities, and bore tunnels. The two swarms share a common map, coordinate at the interface (foundation penetrations, utility risers), and collectively build from bedrock to rooftop without human presence on site.