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

**Describe the Bug** The `CabinetDrawer` PROTO appears to have a sphere as a `boundingObject` where the entirety of the mass of the drawer is concentrated. This despite each wood panel...

question
good first issue

**Describe the Bug** 1. Load world [extrusion_bug.zip](https://github.com/cyberbotics/webots/files/7131556/extrusion_bug.zip), it looks like: ![a](https://user-images.githubusercontent.com/44834743/132579602-8e095eb8-84ed-4937-9e62-775380905ecd.png) 2. Change last line of `spine` field from `0 20 0` to `0 20 5`. The extrusion warps as...

bug

ARGUABLE BUG A: When you hit play-one-frame and a controller crashes, the play-one-frame button grays out and remains non-functional, even while the other play buttons remain functional and work to...

bug

Reported by user (Johan2021) on Discord,: > Hi, I am using a ballJoint with 3 rotational motors as shown in the extract, to control a robot joint. The jointParameters nodes...

bug

After changing the model URL of a Skin node, the old skin is removed but the new one doesn't appear in the 3D scene and nothing is printed in the...

bug

**Describe the Bug** After some actions, such as moving an object, the object sinks into the ground during a step. This is most likely because the contact points are not...

bug

Make a 45 degree angle ramp and a duplicate conveyer belt (track device) made with the same contact material, with belt velocity zero. Expected behavior would be that these two...

bug

It seems that the #3214 crash might be related to this: https://github.com/cyberbotics/webots/blob/d2d792c13f52076200a3304d1c00a0b60be3ee07/src/webots/vrml/WbProtoModel.cpp#L269-L289 that determines if a change of a parameter should trigger a regeneration is if something like `fields.` is...

crash

`Cadshape` works well in most of the cases, however, when something goes wrong (aa appearance looks bad for example) their is no "good" option to fix it. Current options: -...

enhancement

Currently, the rotation and translation handles use the object coordinate system, however, it is very often useful to translate/rotate the object using the world coordinate system. For example if you...

enhancement