facebookresearch/labgraph

Message-based I/O Support in LabGraph

开放

#43 创建于 2022年1月15日

 (0 条评论) (0 个反应) (0 位负责人)Python (46 个派生)auto 404
good first issue

仓库指标

星标
 (165 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

🚀 Feature

Sensor & Device integration is an important part to help accelerate researchers development. This integration on Message-based I/O will allow new devices to be automatically usable in LabGraph. Message-based I/O here refers to cobs-python: https://pypi.org/project/cobs/

Additional context

  1. Create relevant files using the example from https://github.com/facebookresearch/labgraph/tree/main/labgraph/zmq_node
  2. The code should be added at folder is https://github.com/facebookresearch/labgraph/tree/main/devices/protocols/
  3. Create setup.py and README.md, where example can be found at: https://github.com/facebookresearch/labgraph/tree/main/extensions/labgraph_viz
  4. Add github action support, reference: https://github.com/facebookresearch/labgraph/actions/workflows/main.yml

贡献者指南