Difference between revisions of "Robotics"

From HaskellWiki
Jump to navigation Jump to search
(Added Category:Robotics)
(→‎Links: Added links to roshask and "Functional Reactive Programming" (HaskellWiki page))
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]]

Revision as of 20:49, 11 June 2012

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

Links