# fms-core **Repository Path**: workingspace/fms-core ## Basic Information - **Project Name**: fms-core - **Description**: backend for fms - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-20 - **Last Updated**: 2023-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introducing FMS_CORE: the backend for Functional Movement Screen, FMS) consists of BodyAction Formula, BodyAction Rule, and its Running Semantics ( defined by Finite State Machine). The backend of FMS do reaction for each pointCloud which was read from the Kakfa feed by the front of FMS (by Kinect 2.0 Camera). The reaction of the backend was defined by functional movement senarios, which were defined as TriggerStageBARule specified by BAFormulas. The BAFormula has several types, StaticBAFormula, DynamicBAFormula, StageBAFormula, ect. More detailed about formula could refer to {@link BARule}. srf The backend for FMS was termed FMSEngine, which has a running context, a rule to screen, and a message IO for Kafka.