. └──taolib ├──taolib.h // Entry point of the library. ├──DifferentialDrivetrain.h // Contains the DifferentialDrivetrain class, which abstracts over position tracking, motion control, etc... to move ...