Examples from the package had a few warnings or errors due to modifications done for Webots R2022b:
[x] catch_the_bird: the rangeFinder name is containing a "minus" symbol, which is not supported as graph resource name.
[x] complete_test: the robot window is now opening in the web browser. The HTML file needs to be updated.
[x] e_puck_line: Currently it is not very clear to the user why the simulation suddenly stops working when the epuck bumps into an obstacle. This PR adds a warning telling the user to complete the missing parts of the code or to remove the obstacle.
[x] panoramic_view_recorder: Update the controller from "void" to "".
[x] tiago: A local texture is missing. Use a PROTO appearance instead.
In addition, all worlds should be converted to EXTERNPROTO, but this will be addressed in another PR, as this is non-blocking to continue R2022b release tests (#116).
Examples from the package had a few warnings or errors due to modifications done for Webots R2022b:
In addition, all worlds should be converted to EXTERNPROTO, but this will be addressed in another PR, as this is non-blocking to continue R2022b release tests (#116).