var fDesc=new Array(); fDesc[0] = "anyKode Marilou helps as many people as possible to accelerate their robotics development projects. The effort has focused almost entirely on developing an engine that reproduces, with an extremely high level of reality, the behavior of sensors and actuators with respect to real properties in a physical environment.

Marilou lets you design complex scenarios. Use Marilou to create and test your algorithms on entire fleets of robots without having to invest in hardware, or deal with breakage and limited resources. Reuse the models you create for robots, sensors, actuators, and surface properties from one project to the next throughout your entire teaching program. Take advantage of the synergy generated by combining your applications via centralized and/or distributed architecture, working as easily in real-time or accelerated simulation."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }