Difference between revisions of "Robotics"

From HaskellWiki
Jump to navigation Jump to search
(Created a stub with some links)
 
 
(4 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
== Links ==
 
== Links ==
   
  +
* [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 8: 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]]
  +
* [https://vimeo.com/77164337 Abstractions for the Functional Roboticist with Anthony Cowley]
  +
  +
  +
  +
[[Category:Robotics]]

Latest revision as of 03:42, 18 October 2013

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

Links