Welcome

Posted by fkfc

lobots is a free, open-source robots simulator, featuring 3D graphics using OpenGL and GLUT libraries. It provides a client/server model, supporting multiples robot clients remotely connected on a TCP/IP network.

On the server side, lobots-srv provides an intuitive interface to create the scenario where the simulation is taking place, using building bricks of different shapes, sizes and colors, providing a rich environment which is also editable while the simulation is taking place.

Creating the client algorithm is also easy and straightfoward, using the provided C++ class the user don't have to worry about the client/server handling, but just interact with the provided data structures to read the robot's sensor data and send commands.

New version

Posted by fkfc on October 3rd, 2014

After a long time, a new version is available on the Download page, with several bug fixes and improvements. There are also maps and example files inside the download package.

First Release

Posted by fkfc on September 29, 2009

The first release is up - be sure to check the Download page. There are also maps and algorithm examples available for download. If you are a first time user, you may also be interested in the Tutorial section, which contains instructions for setting up your first simulation.