Skip to content

Commit 3eb942b

Browse files
Merge pull request #51 from cyberbotics/update-webots-version
Update Webots Version
2 parents 4c09752 + cb4a84c commit 3eb942b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Outputs: someRobot_textures (folder), someRobot.proto.
4949
Use in Webots: put the outputs in the protos folder of your Webots project.
5050

5151
## Notes
52-
This tool have been tested using Webots R2020a on Ubuntu16.04 and Windows.
52+
This tool have been tested using Webots R2020b on Ubuntu16.04 and Windows.
5353
You can find the sources of these URDF files here:
5454
- universal robot: https://github.com/ros-industrial/universal_robot/tree/kinetic-devel/ur_description
5555
- pr2 robot: https://github.com/PR2/pr2_common/tree/kinetic-devel/pr2_description

tests/expected/Human.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#VRML_SIM R2019a utf8
1+
#VRML_SIM R2020b utf8
22
# license: Apache License 2.0
33
# license url: http://www.apache.org/licenses/LICENSE-2.0
44
# This is a proto file for Webots for the Human

tests/expected/MotomanSia20d.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#VRML_SIM R2019a utf8
1+
#VRML_SIM R2020b utf8
22
# license: Apache License 2.0
33
# license url: http://www.apache.org/licenses/LICENSE-2.0
44
# This is a proto file for Webots for the MotomanSia20d

urdf2webots/writeProto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def RGBA2RGB(RGBA_color, RGB_background=RGB()):
3131

3232
def header(proto, srcFile, robotName):
3333
"""Specify VRML file header."""
34-
proto.write('#VRML_SIM R2019a utf8\n')
34+
proto.write('#VRML_SIM R2020b utf8\n')
3535
proto.write('# license: Apache License 2.0\n')
3636
proto.write('# license url: http://www.apache.org/licenses/LICENSE-2.0\n')
3737
proto.write('# This is a proto file for Webots for the ' + robotName + '\n')

0 commit comments

Comments
 (0)