webots
webots copied to clipboard
Webots Robot Simulator
I am facing difficulties connecting Webots with Simulink MATLAB, and I am unable to establish communication between the two platforms. I have followed the documentation and relevant guidelines, but the...
**Describe the Bug** webots provides 4 CharacterSkin. In documentation, it says the skins are generated with MakeHuman. Nevertheless, when trying to create a new skin (.fbx file) with newest version...
**Describe the Bug** `CadShape` geometry contained in `Solid` node will not be detected by `radar`. Only the `Solid` **origin position** can be detected by `radar`. **Steps to Reproduce** 1. add...
``` cameraData = camera.getImage() # get the gray component of the pixel (5,10) gray = Camera.imageGetGray(cameraData, camera.getWidth(), 5, 10) ``` This crashes. You should also give a better example, since...
**Describe the Bug** Post-finalizing nodes be not responded in windows.
The 'Controller.lib' library file is present after installing, but not the expected 'CppController.lib' (only CppController.a and .dll)
**Describe the Bug** I've hit a couple of cases where a camera can see recognition objects "through" other objects which ought to be opaque (credit to @Adimote for pinning down...
**Describe the Bug** On Windows (but not on Mac OS or Linux) the HTML files created to host exported animations contain absolute paths for the local machine on which they...
Basically the title, all we need to do is revert https://github.com/cyberbotics/webots/pull/940, and https://github.com/cyberbotics/webots/pull/4641. Then Webots should be able to run under wayland. I am having some strange freezing issues (that...
Hello, I am a student in school. When my experimental class required me to use webots to conduct experiments, after I downloaded and installed it, I started to use it...