Back to projects Robotics

AGV Control Interface

Improved an interface for Savannah River National Laboratory specializing in LiDAR, vision, and encoder sensor fusion. RTOS motion control achieving sub-10ms response times across a multi-robot factory floor deployment.

PLC LiDAR RTOS Ladder Logic Sensor Fusion
[ - ]

This project involved designing and building the operator-facing control interface for a fleet of automated guided vehicles operating in a production environment. The interface needed to surface real-time positional data, sensor health, and control inputs without introducing latency that could affect vehicle safety.

Sensor Fusion

Each AGV combined data from LiDAR scanners, a forward-facing camera, and wheel encoders. The interface consumed fused position estimates, visualizing the vehicle's path and surrounding obstacles on a live floor map rendered through the LiDAR data.

Motion Control

Commands sent through the GUI were relayed to the vehicle's RTOS layer, which enforced sub-10ms round-trip execution. PLC integration allowed hardware-level interlocks to be monitored and overridden directly from the interface when needed.

Operator Experience

The interface was designed around operator workflows, minimizing the number of interactions needed for common tasks, surfacing alerts prominently, and providing enough diagnostic detail for maintenance without cluttering the primary view.