This repository is intended to test the Limited Range System Identification procedure and to identify any regressions across different versions of the Motion Master Client library where this feature is implemented.
https://www.npmjs.com/package/motion-master-client?activeTab=versions
git clone https://github.com/synapticon/lrsi-test.git
cd lrsi-test
npm install
node ./index.js
You can adjust the LRSI arguments in the index.js file. The script runs LRSI on the first device in the chain and assumes that Motion Master is running locally on your PC (localhost).
To use a previous version of the client library, update the version in the package.json file:
"motion-master-client": "^0.0.342",Then, install the updated version:
npm install