If you are unfamiliar - Webots is a fantastic robotics simulation platform. Originally developed at EPFL in Switzerland and then as commercial software by Cyberbotics - its now* available under the Apache 2 license (with commercial support available from the Cyberbotics team).<p>*edit - Webots went open source with the 2019 release.
see: <a href="https://www.cyberbotics.com/doc/blog/Webots-2019-a-release" rel="nofollow">https://www.cyberbotics.com/doc/blog/Webots-2019-a-release</a><p>It ships with a good collection of modifiable models including full robots as well as multiple sensors, actuators etc. Its is also simple to build and add your own robot models or integrate with other simulators. Controller programs can be written in C, C++, Python, ROS, Java or MATLAB via an easy to use API. Hopefully the open source edition will drive increased adoption.<p>Learn more here: <a href="https://www.cyberbotics.com/" rel="nofollow">https://www.cyberbotics.com/</a>
and parent discussion link goes to the github source code.
How does it compare to Gazebo? See <a href="https://lenkaspace.net/tutorials/programming/robotSimulatorsComparison" rel="nofollow">https://lenkaspace.net/tutorials/programming/robotSimulators...</a> for the most recent comparison of sim environments for robotics.
Interesting. I just got openrave working on my machine this weekend. As someone completely new to the realm of robot simulation it's nice to see this on the front page.