Simbad is a mobile robot simulator for simulations in 3 dimensions and can be programmed in Java and Jython. To use the simulator, one needs to install Java 3D.
JAVA 3D INSTALLATION
Java 3D can be a messy installation in Linux, the Java 3D bin file has to be installed into the jvm folder.
I am on Ubuntu 10.04 LTS this worked for me;
:~$ cd /usr/lib/jvm/java-1.6.0-openjdk/jre
:/usr/lib/jvm/java-1.6.0-openjdk/jre$ sudo sh /home/acer/j3d-1_5_2-linux-i586.bin
After a long EULA agreement, if something like the following comes up then we are through with the Java 3D installation.
STARTING OFF WITH SIMBAD
:~$ java -jar simbad-1.4.jar
If Java 3D is properly installed, then the following window should pop up;
Playing around with the robot ! ....
SIMBAD WITH JYTHON
If you are a python enthusiast like me, then you may prefer to use jython than java.