TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Webots robot simulator went open-source

89 pointsby lukicdarkooover 4 years ago

3 comments

ptrott2017over 4 years ago
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:&#x2F;&#x2F;www.cyberbotics.com&#x2F;doc&#x2F;blog&#x2F;Webots-2019-a-release" rel="nofollow">https:&#x2F;&#x2F;www.cyberbotics.com&#x2F;doc&#x2F;blog&#x2F;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:&#x2F;&#x2F;www.cyberbotics.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.cyberbotics.com&#x2F;</a> and parent discussion link goes to the github source code.
评论 #24543057 未加载
smarx007over 4 years ago
How does it compare to Gazebo? See <a href="https:&#x2F;&#x2F;lenkaspace.net&#x2F;tutorials&#x2F;programming&#x2F;robotSimulatorsComparison" rel="nofollow">https:&#x2F;&#x2F;lenkaspace.net&#x2F;tutorials&#x2F;programming&#x2F;robotSimulators...</a> for the most recent comparison of sim environments for robotics.
评论 #24542367 未加载
snarfyover 4 years ago
Interesting. I just got openrave working on my machine this weekend. As someone completely new to the realm of robot simulation it&#x27;s nice to see this on the front page.