Difference between revisions of "Centrobot Joint Lectures"
From RoboWiki
(→Automated Guided Vehicle (AGV)) |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 23: | Line 23: | ||
** [http://www.simtechagv.com/Material+Handling.html Simtech AGV Systems] (New Zealand) | ** [http://www.simtechagv.com/Material+Handling.html Simtech AGV Systems] (New Zealand) | ||
** [http://www.jervisbwebb.com/Categories/AGVs.aspx?cid=3 Jervis B. Webb Company] (USA) | ** [http://www.jervisbwebb.com/Categories/AGVs.aspx?cid=3 Jervis B. Webb Company] (USA) | ||
+ | ** [http://www.agvsystems.com Savant Automation Inc.] (USA) | ||
+ | *** [http://www.agvsystems.com/res/history.htm History] | ||
+ | *** [http://www.agvsystems.com/res/index.htm Basic information] | ||
+ | ** [http://www.daifukumalaysia.com/products/26/137/354 Daifuku] (Malaysia) | ||
+ | ** [http://www.ztsvvuke.sk/ztsvvu/index.php?ln=en&pn=9_10_39_40&dm=1 ZTS VVÚ](Košice, Slovakia) | ||
− | == | + | |
+ | '''Articles''' | ||
+ | * Bob Trebilcock: [http://www.mmh.com/article/print/356365-Automatic_guided_vehicle_AGV_basics.php Automatic guided vehicle (AGV) basics]. Modern Materials Handling, November 1, 2007. | ||
+ | * Lorie King Rogers: [http://www.mmh.com/article/389444-Equipment_Report_Automatic_guided_vehicles_evolve.php Equipment Report: Automatic guided vehicles evolve]. Modern Materials Handling, 11/1/2009. | ||
+ | |||
+ | |||
+ | '''Videos''' | ||
+ | * http://www.egeminusa.com/pages/AGV_movies_videos.html | ||
+ | * http://www.ocme.it/website/product_flv.aspx?id=470 | ||
+ | * http://www.ztsvvuke.sk/ztsvvu/image.php?iid=111 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
=== LEGO === | === LEGO === | ||
Line 47: | Line 56: | ||
http://cache.lego.com/bigdownloads/buildinginstructions/4500569.pdf | http://cache.lego.com/bigdownloads/buildinginstructions/4500569.pdf | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
'''Mechanical construction''' | '''Mechanical construction''' | ||
Line 71: | Line 73: | ||
− | ''' | + | |
+ | === Programming ( LEJOS ) === | ||
+ | |||
+ | |||
+ | * LeJOS Homepage (http://lejos.sourceforge.net) | ||
+ | * LeJOS API Documentation (http://lejos.sourceforge.net/p_technologies/nxt/nxj/api/index.html) | ||
+ | * LeJOS Tutorial (http://lejos.sourceforge.net/nxt/nxj/tutorial/index.htm) | ||
+ | ** [http://lejos.sourceforge.net/nxt/nxj/tutorial/index.htm Tutorial] | ||
+ | * [[Media:Lejos-sample-programs.zip]] (Sample Programs) | ||
+ | |||
+ | |||
+ | '''NXT-G''' | ||
* Multimedia [http://www.ortop.org/NXT_Tutorial/index.html NXT-G Tutorial] | * Multimedia [http://www.ortop.org/NXT_Tutorial/index.html NXT-G Tutorial] | ||
Line 77: | Line 90: | ||
* Special [http://www.teamhassenplug.org/NXT/LineFollowingBlock.zip NXT-G Line Following block] | * Special [http://www.teamhassenplug.org/NXT/LineFollowingBlock.zip NXT-G Line Following block] | ||
* [http://www.nxtprograms.com/NXT2/line_follower/steps.html#Program Linefollower NXT-G software] | * [http://www.nxtprograms.com/NXT2/line_follower/steps.html#Program Linefollower NXT-G software] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 15:28, 12 February 2010
Contents
Joint Lecture No. 1
Date: 11. 2. 2010 Topic: Linefollowing robot Place: HTL Spengergasse, Wien, AT
Important Links for your Centrobot LEGO NXT JAVA Linefollower course
Automated Guided Vehicle (AGV)
- Basic overview on Wikipedia in English, Slovak and German.
- Companies
- Egemin (The Netherlands)
- AGV Electronics (Sweden)
- Yazaki Creform (Japan)
- Hi-Tech Robotic Systemz Ltd. (India)
- Corecon, Inc. (USA)
- Simtech AGV Systems (New Zealand)
- Jervis B. Webb Company (USA)
- Savant Automation Inc. (USA)
- Daifuku (Malaysia)
- ZTS VVÚ(Košice, Slovakia)
Articles
- Bob Trebilcock: Automatic guided vehicle (AGV) basics. Modern Materials Handling, November 1, 2007.
- Lorie King Rogers: Equipment Report: Automatic guided vehicles evolve. Modern Materials Handling, 11/1/2009.
Videos
- http://www.egeminusa.com/pages/AGV_movies_videos.html
- http://www.ocme.it/website/product_flv.aspx?id=470
- http://www.ztsvvuke.sk/ztsvvu/image.php?iid=111
LEGO
Building: First Steps (5min Robot)
Use the LEGO default Vehicle, construct your own, or use the following simple steps to build one:
- 5 minutes Robot (http://www.nxtprograms.com/NXT2/five_minute_bot/index.html)
- add a light sensor (http://www.nxtprograms.com/NXT2/line_follower/steps.html)
First Steps: LEGO default Robot
http://cache.lego.com/bigdownloads/buildinginstructions/4500569.pdf
Mechanical construction
- Basic NXT vehicle from the NXT EDU 9797 kit
- One more 9797 wehicle
- Tribot - Basic NXT vehicle from the NXT 1.0 8527 kit
- Tribot 2 (from http://www.brickset.com/detail/?Set=8527-1)
- Shooterbot - Basic NXT vehicle from the NXT 2.0 8547 kit
- http://www.nxtprograms.com
- NXT Constructopedia
Programming ( LEJOS )
- LeJOS Homepage (http://lejos.sourceforge.net)
- LeJOS API Documentation (http://lejos.sourceforge.net/p_technologies/nxt/nxj/api/index.html)
- LeJOS Tutorial (http://lejos.sourceforge.net/nxt/nxj/tutorial/index.htm)
- Media:Lejos-sample-programs.zip (Sample Programs)
NXT-G
- Multimedia NXT-G Tutorial
- NXT-G tutorial presentation slides
- Special NXT-G Line Following block
- Linefollower NXT-G software