上传者: 42161497
|
上传时间: 2022-03-02 10:23:17
|
文件大小: 11KB
|
文件类型: -
节点机器人景观
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