Skip to content

synapticon/lrsi-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lrsi-test

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

Instructions

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published