This is an unofficial Java-package to control a simple Khepera robot-configuration either using the RoboWorld-simulator (developed by Henrik Lernmark and Tim Portnoff for the Department of Computer Sciende at Lund University) or by communicating directly with the robot using a serial connection.
Creates a new Khepera robot representation with the given name and. connection instance.
Example:
Khepera robot=new Khepera("Charlie",new SerialConnection("/dev/modem",19200));
Should be implemented to send the command (which do not include line-feed) and
wait for the robot response returning it without the trailing line-feed.