This is an old revision of the document!
Table of Contents
Programming Project nr. 2
Running the new Hexapod
Start by downloading downloading and setting up Panda3d (http://www.panda3d.org)
Then download the file with all the code 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.
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.
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 :)
Any questions, email me( vignirh02@ru.is )
Later, Vignir