Personal tools

Robotics

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
(Links: Added a link to the Arduino page)
Current revision (20:49, 11 June 2012) (edit) (undo)
(Links: Added links to roshask and "Functional Reactive Programming" (HaskellWiki page))
 
(One intermediate revision not shown.)
Line 4: Line 4:
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:robotics The robotics category] on Hackage
* [http://hackage.haskell.org/packages/archive/pkg-list.html#cat:robotics The robotics category] on Hackage
 +
* [https://github.com/acowley/roshask roshask], a binding to ROS, a software framework that aims to provide a standard software architecture for robotic systems.
* [http://blog.sigfpe.com/2011/02/build-yourself-bluetooth-controlled-six.html Build Yourself a Bluetooth Controlled Six-Legged Robot] (blog article)
* [http://blog.sigfpe.com/2011/02/build-yourself-bluetooth-controlled-six.html Build Yourself a Bluetooth Controlled Six-Legged Robot] (blog article)
* [[Applications and libraries/Robotics]]
* [[Applications and libraries/Robotics]]
Line 9: Line 10:
* [http://www.youtube.com/watch?v=-zEWS7P91d4 Simple Robot Programmed in Haskell] (video)
* [http://www.youtube.com/watch?v=-zEWS7P91d4 Simple Robot Programmed in Haskell] (video)
* [http://www.formicite.com/dopage.php?frp/frp.html Functional Reactive Programming]
* [http://www.formicite.com/dopage.php?frp/frp.html Functional Reactive Programming]
 +
* [[Functional Reactive Programming]] (HaskellWiki page)
* [[Robotica]]
* [[Robotica]]
* [[Arduino]]
* [[Arduino]]
 +
 +
 +
 +
[[Category:Robotics]]

Current revision

This article is a stub. You can help by expanding it.

Links