User Tools

Site Tools


public:t-622-arti-07-1:program_2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
public:t-622-arti-07-1:program_2 [2007/02/03 07:27] – created vignirpublic:t-622-arti-07-1:program_2 [2024/04/29 13:33] (current) – external edit 127.0.0.1
Line 1: Line 1:
-Programming Project nr. 2+ 
 +====== Programming Project nr. 2 ====== 
 +You may choose freely how you implement a 2-layer subsumption architecture. To give you an example, here is a 2-module, 2-layer subsumption system: A module called "RandomWalk" makes the hexapod walk randomly about, which is subsumed by another module called "TurnTowards" that takes as input the location of an object and the orientation of the hexapod and minimizes the difference by steering the hexapod towards the object. 
 + 
 +The new Hexapod has two antennae on its forehead and each time it touches a plant a message is printed on the screen. See if you can make a module that finds a plant and steers the Hexapod towards it. 
 + 
 + 
 +===== Hand in ===== 
 +All code and resource files in SVN or MySchool before 23:59 on sunday 11th february! 
 + 
 +[[SVNHelp|SVN instructions]]
  
  
 ====== Running the new Hexapod ====== ====== Running the new Hexapod ======
 +===== UPDATE 10 feb. 2007 =====
 +Fixes a bug in Point3´s toXML() function.
  
-I will write better instructions on how to run this when I've had some more sleep :)+Get the new version {{public:t-622-arti-07-1:hexapod_release.zip|here}}.
  
-Now start by downloading downloading and setting up Panda3d (http://www.panda3d.org)+===== UPDATE 8 feb. 2007 ===== 
 +I just put a new version of the hexapod. You can get it {{public:t-622-arti-07-1:hexapod_release.zip|here}}. A couple of issues were resolved including 
 +  * Better movement of the hexapod 
 +  * Better error messages, in case they come up :) 
 +  * The hexapod now sends a message called "RU.AI06.Information.Location.Body" which gives you the location of the body as a 3-point location and the direction of it as a vector. A data class for this is included called HexapodLocation. You can control the update time of this with the message "RU.AI06.Instruct.Change.UpdateTime.Location" which works exactly the same as "RU.AI06.Instruct.Change.UpdateTime" 
 + 
 + 
 + 
 +===== Directions ===== 
 +Start by downloading downloading and setting up Panda3d (http://www.panda3d.org)
  
 Then download the file with all the code {{public:t-622-arti-07-1:hexapod_release.zip|this file}}. Then download the file with all the code {{public:t-622-arti-07-1:hexapod_release.zip|this file}}.
 +
 +Create an environment variable called PYTHONHOME that contains the value: C:\Panda3D-1.3.2\python (or where panda is located on your computer ). Note, you may have to restart your computer for this to work.
  
 There is a bat file called runHexapod.bat that should just work, but you might have to edit it and set the paths correctly. All the code is supplied as well, so you can create your own runner class in Java. There is a bat file called runHexapod.bat that should just work, but you might have to edit it and set the paths correctly. All the code is supplied as well, so you can create your own runner class in Java.
  
 +The code is basically split into two, a Java part that controls the Hexapod and a c++ code that controls Panda.
  
 +There is a spec file under java/src that you can use.
  
-Known issues: 
-  * The hexapod moves really slow 
-  * It isn´t possible set the rate of perception messages from the hexapod 
  
-These issues will hopefully be resolved on saturday 3rd february+===== Keyboard shortcuts ===== 
 +move camera with a-s-d-f and the up and down arrow keys.
  
-Other bugs? +Move Hexapod with u-h-j-k
-Please add bugs that you find here :)+
  
 +M: Enable control camera with mouse 
 +
 +===== Messages to and from =====
 +
 +
 +==== From ====
 +  * "RU.AI06.Perception.Sight.Object"
 +  * "RU.AI06.Perception.Touch.Object"
 +
 +
 +These message contain, in xml format, the information about a perceived object. The Java class Perception can translate itself to and from the xml format and has three variables:
 +  * type of perception
 +  * type of object
 +  * Location to object RELATIVE to the Hexapod
 +
 +==== To ====
 +You can send the same messages as before to make the Hexapod move itself but NOTE!!! the content is now the degrees with which the Hexapod is to rotate its limbs.
 +
 +Also, you can send the message "RU.AI06.Instruct.Change.UpdateTime" which will change the update time with which the Hexapod sends its perceptions.
 +
 +
 +Any bugs?
 +Please add bugs that you find here :)
  
-Again, I know that these instructions aren´t very good, but my brain is fried and I will fixed it after some sleep :) 
  
 Any questions, email me( vignirh02@ru.is ) Any questions, email me( vignirh02@ru.is )
/var/www/cadia.ru.is/wiki/data/attic/public/t-622-arti-07-1/program_2.1170487655.txt.gz · Last modified: 2024/04/29 13:32 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki