webots icon indicating copy to clipboard operation
webots copied to clipboard

Webots Robot Simulator

Results 300 webots issues
Sort by recently updated
recently updated
newest added
trafficstars

**Description** Web-based proto editor. https://user-images.githubusercontent.com/44834743/126942425-3ca31b69-5b10-41c3-a3a4-62641424456d.mp4 To test: ``` cd webots python3 -m http.server go to resources/web/ProtoDesigner ```

feature

**Description** Scaling of robots is problematic due to the presence of sensors and physics. The `Pose` node, from which `Transform`, `Solids` and `Robots` will inherit, is much like a `Transform`...

enhancement

**Description** Fixes https://github.com/cyberbotics/webots/issues/4087

bug
test suite
test sources

**Describe the Bug** Calling `wb_supervisor_field_get_sf_node` (hereafter abbreviated as `get_sf_node`) on some `SFNode` fields causes "OSError: exception: access violation reading 0xFFFFFFFFFFFFFFFF" when called via Python `ctypes`. `get_sf_node` usually works fine, including...

bug

Hello, I was trying to implement a simple mechanism that requires the use of a joint. The cards, shown on the GIFs, are supposed to be pushed by a robot,...

bug

**Describe the Bug** Pointclouds generated by Lidar nodes with non-zero roll appears to have an additional skew applied to them. When visualised in Webots the point cloud can be seen...

bug

**Describe the Bug** When the tilt angle of a lidar is not 0, it may happen that the lidar points are 'too high'. **Steps to Reproduce** 1. Can easily be...

bug

Add test-suite job to Windows GitHub Action workflow. Currently the package is built but the test suite is not run.

enhancement

ANSI escape codes are handled in the Webots console but not in the webots.min.js console. **Steps to Reproduce** 1. Stream the `camera.wbt` 2. Connect with the `streaming_viewer/index.html` 3. Check the...

bug

**Steps to Reproduce** 1. Load `webots $WEBOTS_HOME/projects/robots/adept/pioneer3/worlds/pioneer3at.wbt` (RAM usage should be around 326MB) 2. Open the `spot.wbt` sample (RAM usage should be around 1.1GB) 3. Load `pioneer3at.wbt` (you should see...

bug