diff --git a/docs/blog/Webots-2025-a-release.md b/docs/blog/Webots-2025-a-release.md index 878c9c4b677..0bb52c5d8c1 100644 --- a/docs/blog/Webots-2025-a-release.md +++ b/docs/blog/Webots-2025-a-release.md @@ -1,6 +1,6 @@ # Version R2025a Released -

By Milos Nikolic - 30th January 2025

+

By Milos Nikolic - 31st January 2025

--- diff --git a/docs/reference/changelog-r2025.md b/docs/reference/changelog-r2025.md index 50e6eea6854..395159bfcde 100644 --- a/docs/reference/changelog-r2025.md +++ b/docs/reference/changelog-r2025.md @@ -1,7 +1,7 @@ # Webots R2025 Change Log ## Webots R2025a -Released on January 30th, 2025. +Released on January 31st, 2025. - New Features - **Change the name of the web scene format from `X3D` to `W3D` ([#6280](https://github.com/cyberbotics/webots/pull/6280)).** - Removed support for Ubuntu 20.04 "Focal Fossa" and added support for Ubuntu 24.04 "Noble Numbat" ([#6704](https://github.com/cyberbotics/webots/pull/6704)). diff --git a/projects/samples/howto/url/controllers/url/url.c b/projects/samples/howto/url/controllers/url/url.c index c1c7ca4a01e..a7635f70b01 100644 --- a/projects/samples/howto/url/controllers/url/url.c +++ b/projects/samples/howto/url/controllers/url/url.c @@ -53,7 +53,7 @@ int main() { printf("The texture URL of the robot body was changed from the supervisor to a non-existing file.\n"); } else if (counter == 160) { wb_supervisor_field_set_mf_string(url, 0, - "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/appearances/" + "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/appearances/" "protos/textures/brushed_steel/brushed_steel_base_color.jpg"); printf("The texture URL of the robot body was changed from the supervisor to an existing URL.\n"); } diff --git a/projects/samples/howto/url/worlds/url.wbt b/projects/samples/howto/url/worlds/url.wbt index 6824703be7d..82868d8f8a0 100644 --- a/projects/samples/howto/url/worlds/url.wbt +++ b/projects/samples/howto/url/worlds/url.wbt @@ -11,9 +11,9 @@ WorldInfo { title "Assets Download" contactProperties [ ContactProperties { - bumpSound "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/sounds/bump.wav" - rollSound "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/sounds/roll.wav" - slideSound "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/sounds/slide.wav" + bumpSound "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/default/worlds/sounds/bump.wav" + rollSound "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/default/worlds/sounds/roll.wav" + slideSound "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/default/worlds/sounds/slide.wav" } ] } @@ -23,40 +23,40 @@ Viewpoint { } Background { backUrl [ - "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/textures/cubic/mountains_back.jpg" + "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/default/worlds/textures/cubic/mountains_back.jpg" ] bottomUrl [ - "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/textures/cubic/mountains_bottom.jpg" + "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/default/worlds/textures/cubic/mountains_bottom.jpg" ] frontUrl [ - "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/textures/cubic/mountains_front.jpg" + "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/default/worlds/textures/cubic/mountains_front.jpg" ] leftUrl [ - "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/textures/cubic/mountains_left.jpg" + "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/default/worlds/textures/cubic/mountains_left.jpg" ] rightUrl [ - "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/textures/cubic/mountains_right.jpg" + "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/default/worlds/textures/cubic/mountains_right.jpg" ] topUrl [ - "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/textures/cubic/mountains_top.jpg" + "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/default/worlds/textures/cubic/mountains_top.jpg" ] backIrradianceUrl [ - "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/textures/cubic/mountains_back.hdr" + "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/default/worlds/textures/cubic/mountains_back.hdr" ] bottomIrradianceUrl [ - "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/textures/cubic/mountains_bottom.hdr" + "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/default/worlds/textures/cubic/mountains_bottom.hdr" ] frontIrradianceUrl [ - "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/textures/cubic/mountains_front.hdr" + "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/default/worlds/textures/cubic/mountains_front.hdr" ] leftIrradianceUrl [ - "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/textures/cubic/mountains_left.hdr" + "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/default/worlds/textures/cubic/mountains_left.hdr" ] rightIrradianceUrl [ - "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/textures/cubic/mountains_right.hdr" + "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/default/worlds/textures/cubic/mountains_right.hdr" ] topIrradianceUrl [ - "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/textures/cubic/mountains_top.hdr" + "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/default/worlds/textures/cubic/mountains_top.hdr" ] } TexturedBackgroundLight { @@ -172,7 +172,7 @@ DEF MESH Transform { } geometry Mesh { url [ - "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/meshes/suzanne.obj" + "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/default/worlds/meshes/suzanne.obj" ] } } @@ -190,27 +190,27 @@ Robot { baseColor 0.8039 0.6745 0.5764 baseColorMap DEF IMAGE_TEXTURE ImageTexture { url [ - "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/appearances/protos/textures/varnished_pine/varnished_pine_base_color.jpg" + "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/appearances/protos/textures/varnished_pine/varnished_pine_base_color.jpg" ] filtering 5 } roughnessMap ImageTexture { url [ - "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/appearances/protos/textures/varnished_pine/varnished_pine_roughness.jpg" + "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/appearances/protos/textures/varnished_pine/varnished_pine_roughness.jpg" ] filtering 5 } metalness 0 normalMap ImageTexture { url [ - "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/appearances/protos/textures/varnished_pine/varnished_pine_normal.jpg" + "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/appearances/protos/textures/varnished_pine/varnished_pine_normal.jpg" ] filtering 5 } normalMapFactor 0.5 occlusionMap ImageTexture { url [ - "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/appearances/protos/textures/varnished_pine/varnished_pine_occlusion.jpg" + "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/appearances/protos/textures/varnished_pine/varnished_pine_occlusion.jpg" ] filtering 5 } @@ -231,7 +231,7 @@ Robot { RotationalMotor { name "left wheel motor" consumptionFactor 70 - sound "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/sounds/rotational_motor.wav" + sound "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/default/worlds/sounds/rotational_motor.wav" } PositionSensor { name "left wheel sensor" @@ -275,7 +275,7 @@ Robot { RotationalMotor { name "right wheel motor" consumptionFactor 70 - sound "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/default/worlds/sounds/rotational_motor.wav" + sound "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/default/worlds/sounds/rotational_motor.wav" } PositionSensor { name "right wheel sensor" @@ -380,7 +380,7 @@ Robot { width 400 height 300 antiAliasing TRUE - noiseMaskUrl "https://raw.githubusercontent.com/cyberbotics/webots/R2025a/projects/samples/devices/worlds/textures/noise_mask.png" + noiseMaskUrl "https://raw.githubusercontent.com/cyberbotics/webots/R2023b/projects/samples/devices/worlds/textures/noise_mask.png" } ] name "MyBot"