Difference between revisions of "Talk:RoboTower"

From AIRWiki
Jump to: navigation, search
(STM32F4 Discovery: notes)
Line 1: Line 1:
 
== Source code ==
 
== Source code ==
  
All the code for the project is hosted on github. The repository can be browsed [https://github.com/pogliamarci/robotower here].
+
All the code for the project is hosted on github. The repository can be browsed [https://github.com/pogliamarci/robotower here]. The instruction for compilation and installation are in the documentation (appendix A)
 +
 
 +
== Documentation ==
 +
 
 +
* [[media:RoboTower.pdf|Documentation]] (in italian)
 +
* Come abbiamo progettato il gioco (linee guida, idee scartate/preliminari, etc) [https://docs.google.com/document/d/1uODOTOVbayhVzQwIU1lLKIQu3Wq_uJgjkT_por5xa_o/edit link al documento]
  
 
'''Stickers for RFID tags'''
 
'''Stickers for RFID tags'''
Line 8: Line 13:
 
* Adobe Illustrator [[media:RFIDStickers-Sources.zip|sources]] of the stickers and the [[media:RTCards-Sources.zip|images]] of RFID stickers used to represent them in the GUI
 
* Adobe Illustrator [[media:RFIDStickers-Sources.zip|sources]] of the stickers and the [[media:RTCards-Sources.zip|images]] of RFID stickers used to represent them in the GUI
  
== Progettazione del gioco ==
+
== Other stuff ==
 
+
* Come abbiamo progettato il gioco (linee guida, idee scartate/preliminari, etc) [https://docs.google.com/document/d/1uODOTOVbayhVzQwIU1lLKIQu3Wq_uJgjkT_por5xa_o/edit link al documento]
+
* Una prima bozza dello storyboard:  [[media:RobotowerStoryboard.pdf|RobotowerStoryboard.pdf]]
+
 
+
==Working notes about some of the used tools==
+
  
 
===ROS===
 
===ROS===
 
* Qui c'è una nostra [[media:miniguidaROS.pdf|guida]] con i comandi principali e il codice di nodi di esempio (presi dai tutorial), sia per C++ che per Python
 
* Qui c'è una nostra [[media:miniguidaROS.pdf|guida]] con i comandi principali e il codice di nodi di esempio (presi dai tutorial), sia per C++ che per Python

Revision as of 22:57, 13 September 2012

Source code

All the code for the project is hosted on github. The repository can be browsed here. The instruction for compilation and installation are in the documentation (appendix A)

Documentation

Stickers for RFID tags

  • PDFs of the stickers that have been applied on the RFID tags: sheet 1 and sheet 2 (print them on polyester adhesives)
  • Adobe Illustrator sources of the stickers and the images of RFID stickers used to represent them in the GUI

Other stuff

ROS

  • Qui c'è una nostra guida con i comandi principali e il codice di nodi di esempio (presi dai tutorial), sia per C++ che per Python