@droneblocks/go1-js
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

go1-js

Node JS Library for Unitree Go1

Note: users upgrading to version 0.1.4 or newer you must initialize Go1 like the following:

let dog = new Go1();
dog.init(); // version 0.1.4+ requirement
dog.setMode(Go1Mode.walk);
dog.goForward(0.25, 2000);

Take a look at the examples directory for more details.

Readme

Keywords

Package Sidebar

Install

npm i @droneblocks/go1-js

Weekly Downloads

6

Version

0.1.5

License

MIT

Unpacked Size

45.3 kB

Total Files

21

Last publish

Collaborators

  • droneblocks