rgleichman / roshask

Haskell client library for the ROS robotics framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Haskell client library for the ROS robotics framework.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 85.2%Language:CMake 12.3%Language:Python 1.6%Language:Shell 0.9%Language:Makefile 0.1%