Skip to content

Latest commit

 

History

History
executable file
·
37 lines (25 loc) · 1.01 KB

README.md

File metadata and controls

executable file
·
37 lines (25 loc) · 1.01 KB

CRCLJS - NodeJS

NodeJS implementation of the queued streaming robot motion interface CRCL-JS, an adapted minimal JSON-based version of CRCL.

There are also two specific implementations:

  • a general Javascript implementation with the reference: CRCL-JS
  • a browser version with websockets: CRCL-JS-WS, which needs a socket-websocket-gateway, the CRCLJS-WSAdapter.

Getting Started

Try it out here with the robot or clone this repo and start it as follows:

# Install project dependency CRCLJS
cd ../CRCLJS
npm install
npm link

# Install and add dependency
cd ../CRCLJS-Node
npm install
npm link crcljs
npm start # Compile and launch 

Testing

Test the interface implementation with the Mock-Robot as follows:

npm test

Author

  • Timon Höbert