cyberbotics / webots

Webots Robot Simulator
https://cyberbotics.com
Apache License 2.0
3.2k stars 1.68k forks source link

Online Documentation Referring to Development Version #1536

Closed telramund closed 4 years ago

telramund commented 4 years ago

Describe the Bug

The Parquetry appearance PROTO seems not to have a "type" parameter defined, contrary to the documentation: https://www.cyberbotics.com/doc/guide/appearances#parquetry

Steps to Reproduce

Create a world file with the following content:

#VRML_SIM R2020a utf8
WorldInfo { }
TexturedBackground { }
TexturedBackgroundLight { }
Floor {
  size 50 50
  appearance Parquetry { type "light strip" }
}

Observe "Skipped unknown 'type' parameter in Parquetry PROTO." error message and that floor appearance matches "dark strip", not "light strip". Change type to "dark strip", note that the appearance has not changed.

System

DavidMansolino commented 4 years ago

You are completely right, it seems there is a bug with our online documentation, the documentation of the next release of Webots is online and not of the current one, please find the correct version of the documentation here:

https://www.cyberbotics.com/doc/guide/appearances?version=R2020a-rev1

omichel commented 4 years ago

This is because changes for Webots R2020a revision 2 were committed on the master branch and got automatically published as the default online documentation. We should have a created a branch for revision 2 instead. We will take are of this from Webots R2020b revision 1.