All Projects → acowley → Roshask

acowley / Roshask

Licence: other
Haskell client library for the ROS robotics framework.

Programming Languages

haskell
3896 projects

Tools for working with ROS in Haskell.

ROS is a software framework developed by Willow Garage that aims to provide a standard software architecture for robotic systems. The main idea of the framework is to support the development and execution of loosely coupled /Node/s connected by typed /Topic/s. 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 the wiki for more information on getting started.

Build Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].