Brainbot digital twin

A physics-informed digital twin and onboard model predictive control for an autonomous active particle.

Conventional active particles move with fixed motility: they convert energy into motion, but they cannot sense where they are, predict where they are going, or decide what to do next. Closing that loop onboard — on a centimetre-scale robot with a real actuator and a real power budget — is the step that turns an active particle into an agent (Mammadli et al., 2026).

Approach

The work builds on a programmable bristlebot and proceeds in two stages. First, a physics-informed digital twin: a kinematic model fitted to measured trajectory statistics, which then generates long synthetic trajectories that remain statistically faithful to the real device. Second, that same kinematic model becomes the prediction step of a model predictive controller running on the robot, which is what makes autonomous trajectory tracking possible.

The sim-to-real loop: the physical brainbot supplies data for system identification and calibration of a physics-informed digital twin, which in turn supplies a control policy deployed back onto the robot's onboard MPC The sim-to-real loop: the physical brainbot supplies data for system identification and calibration of a physics-informed digital twin, which in turn supplies a control policy deployed back onto the robot's onboard MPC
System identification calibrates the twin; the twin's kinematic model becomes the predictor inside the robot's onboard controller.

The loop matters in both directions. Measurements from the physical robot identify the model parameters, and the identified model is what the onboard controller uses to anticipate its own motion.

Result

The brainbot executes a non-trivial target path accurately, which is a proof of principle for a particle that senses its state, predicts its evolution, and computes control inputs onboard. Combining physical modeling, data-driven parameter identification, and control in one framework gives a platform for machine-learning-enabled multi-agent studies — the groundwork for intelligent, adaptive active matter.

References

2026

  1. PRR
    Physics-informed digital twin and onboard control of a brainbot for intelligent active matter
    Isa Mammadli, Prajol Shrestha, Jayant Pande, and 6 more authors
    Physical Review Research, 2026
    My contribution: design and onboard implementation of the model predictive control (MPC) for autonomous trajectory tracking.