节点机器人景观
BeagleBoard.org 或libroboticscape的Node.js绑定
libroboticscape文档
安装
从npm
$ sudo npm install --global roboticscape
从来源
$ git clone https://github.com/jadonk/node-roboticscape
$ cd node-roboticscape
$ sudo npm install --global
用法
var rc = require ( 'roboticscape' ) ;
/* Allocate the userspace usage of the robotics cape features */
rc . initialize ( ) ;
/* Set the state to RUNNING */
rc . state
2022-03-02 10:23:17
11KB
C++
1