Stefania Pedrazzi
Stefania Pedrazzi
Fixes #5026: * [x] when modifying a PROTO parameter the PROTO declaration is added to the world EXTERNPROTO declarations * [x] when displaying the PROTO URL (Add Node dialog and...
Webots crashes due to an assertion failure when opening the `derived_proto_with_template_default_parameter.wbt` test. After the load the scene tree selection is updated to the `TemplateSolidCylinder` parameter node of the `ProtoWithTemplateDefaultParameter` PROTO....
Replace direct `os.sep` usage in Python scripts by built-in `os.path.join` and `os.path.normpath` function.
When running webots installed from the snap on Ubuntu 22.04 the following warnings are printed in the console ``` Warning: Schema “org.gnome.system.locale” has path “/system/locale/”. Paths starting with “/apps/”, “/desktop/”...
In the following world, change the `Test2.t` translation value to make Webots crash. World: ``` #VRML_SIM R2021b utf8 WorldInfo { coordinateSystem "NUE" } Viewpoint { orientation 0.3434989325345835 -0.9106458211432591 -0.22963595489801025 5.24359...
Currently to insert an Ephemeral PROTO you have to select the item and then click on the `Insert` button. It would be user-friendly to also be able to insert PROTOs...
In R2022b we just removed the functionality to import VRML files from the GUI. But it is still possible to import a ".wrl" file using the `wb_supervisor_field_import_mf_node`. This functionality is...
If an object is selected when rotating the viewpoint, the rotation should be centered at selected object position. However the rotation center in R2022b still seems to be the viewpoint...
Add test-suite job to Windows GitHub Action workflow. Currently the package is built but the test suite is not run.
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...