roshask

Haskell support for the ROS robotics framework.

http://github.com/acowley/roshask

Latest on Hackage:0.2.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Anthony Cowley
Maintained by Anthony Cowley

Tools for working with ROS in Haskell.

ROS (http://www.ros.org) is a software framework that provides a standard software architecture for robotic systems. The main idea of the framework is to support the development and execution of loosely coupled Nodes connected by typed Topics. Each Node represents a locus of processing, ideally with a minimal interface specified in terms of the types of Topics it takes as input and offers as output.

This package provides libraries for creating new ROS Nodes in Haskell, along with the roshask executable for creating new ROS packages and generating Haskell code from message definition files (see the ROS documentation for information on message types).

See http://github.com/acowley/roshask/wiki for more information on getting started.