@cognite/robotics-ts-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

Cognite Robotics Services Typescript SDK

This SDK serves three purposes:

  • Provide a streaming interface between cloud and frontend using grpc-web
  • Provide a client integration with robotics services REST API
  • Manage video streaming through Janus WebRTC server

Install (useful guide)

First, install Node Version Manager (nvm)

$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash
$ nvm install --lts

Second, install Yarn package manager

$ curl -o- -L https://yarnpkg.com/install.sh | bash

restart terminal or source ~/.bashrc (on mac: source ~/.zshrc)

Run in Dev

First, compile the project:

$ yarn compile

Run executable as compiled Javascript:

$ yarn start

Or, run executable as TypeScript in dev mode:

$ yarn deb

Package and Push library to NPM

To package the library, run:

$ yarn package

Package Sidebar

Install

npm i @cognite/robotics-ts-sdk

Weekly Downloads

0

Version

0.0.4

License

Apache-2.0

Unpacked Size

819 kB

Total Files

56

Last publish

Collaborators

  • npmwatchtower
  • cognitecicd