Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 855 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 855 Bytes

Overview

The AGNI Serial Protocol aims to unify firmware and driver software for typical serial communication devices developed at the Neuroinformatics Grooup of Bielefeld University. The central idea is to use a common protocol along with reusable implementations of it across all devices. Detailed information can be found in our internal wiki.

This repository hosts the PC-side software ("driver"). It is a ROS node,

  • recognizing the device through an initial configuration request,
  • instantiating an appropriate parser, and
  • publishing suitable sensor messages

Devices must get registered so that a unique device corresponds to a unique parser on the host side.

Usage

roslaunch agni_serial_protocol sp_to_ros.launch device:=/dev/ttyACM0