zenozeng / ASABE-Robotics-Competition

ASABE Robotics Competition
1 stars 2 forks source link

Presentation 大纲 #75

Closed zenozeng closed 9 years ago

zenozeng commented 9 years ago

项目

zenozeng commented 9 years ago

机器视觉下阶段:更好的色相分割值寻找,更好的上下分割线。

zenozeng commented 9 years ago

http://zenozeng.github.io/ASABE-Robotics-Competition/console/

zenozeng commented 9 years ago

技术选型

我们做了很多选择。

通讯方案

单片机?Arduino?树莓派?pcduino?

刚需

所以

所以我们选择 Pcduino。

编程语言方案选型

我们的方案是 Node.JS 和 C++ 混合方案。

zenozeng commented 9 years ago

开放与社区

在开发过程中,我们也遇到了一些使用的库的限制,为此我们封装了 yapcduino.js. Yet another nodejs library for pcduino (extends jheising's node.pcduino but provide simple API and some extra function) 这个库我们已经开源,并发布在 github 和 npm 上,回馈社区,供大家使用。

地址在:https://github.com/zenozeng/yapcduino.js