=====First lecture (12.3.2010 + 17.3.2010)===== [[http://diana.ms.mff.cuni.cz/pogamut_files/lectures/2009-2010/Pogamut3_Lecture_01.pdf|Slides]] from the lecture. We have introduced Pogamut 3 and created first bot - a follow bot - [[http://diana.ms.mff.cuni.cz/pogamut_files/lectures/2009-2010/JavaBot5-Umele_bytosti-Domaci_ukol.zip|code here]] (contains also homework). Homework is to: - Install Pogamut3 - get it at [[http://diana.ms.mff.cuni.cz/main/tiki-index.php?page=download|download page]] - Create a simple bot that is able to run randomly around navpoints (class NavigationPoint in Pogamut) - You have to read about (in [[http://diana.ms.mff.cuni.cz/pogamut_files/latest/doc/javadoc/|JavaDoc]]) * command GetPath() * Class Path() - NOTE: Add listeners - beware of weak references! Always store pointers. If you are unsure how to use listeners, consult ResponsiveBotTutorial found in [[http://diana.ms.mff.cuni.cz/pogamut_files/latest/doc/tutorials/|tutorials]]