Open
Description
Describe the Bug
As surfaced here #3627, when changing the radius of the signs (CautionSign
, ExitSign
,...) to 0 or to a negative value, it crashes Webots. In practice the problem likely stems from the Extrusion
sub PROTO.
Although it's good practice to sanitize the parameters, it isn't normal that it crashes regardless.
It is not a regression.