serialstream

Serial streaming driver. More...

Serial streaming driver.

The serialstream driver reads form a serial port continuously and publishes the data. Currently this is usable with the SickS3000 driver and the Nav200 driver. This driver does no interpretation of data output, merely reading it and publishing it, or, if it is sent a data command it will write whatever it recieves onto the serial port

Compile-time dependencies
Provides
Requires
Configuration requests
Configuration file options
Example
driver
(
  name "sicks3000"
  provides ["laser:0"]
  requires ["opaque:0"]
)

driver
(
  name "serialstream"
  provides ["opaque:0]
  port "/dev/ttyS0"
)
Author
Toby Collett