UNPKG

human-modelling-framework

Version:

Human sensorimotor control modelling framework based on Markkula et al's paper (DOI: 10.1007/s00422-017-0743-9)

18 lines (16 loc) 406 B
import { Accumulator } from "./Accumulator"; import { AccumulatorBranch } from "./AccumulatorBranch"; import { BrakePedalControl } from "./BrakePedalControl"; import * as Link from "./Link"; import { MotorPrimitives } from "./MotorPrimitives"; import { Pp } from "./Pp"; import { Pr } from "./Pr"; export { Accumulator, AccumulatorBranch, BrakePedalControl, Link, MotorPrimitives, Pp, Pr };