cyberbotics/webots

Bug in webots/projects/languages/python/worlds/example.wbt world

Closed this issue · 1 comments

Describe the Bug
When running the simulation the error message appears: Error: wb_supervisor_field_get_type() called with invalid 'field' argument.

Steps to Reproduce

  1. Open the webots/projects/languages/python/worlds/example.wbt world
  2. Run the simulation
  3. In the console see the error: Error: wb_supervisor_field_get_type() called with invalid 'field' argument.

Expected behavior
No error messages.

System

  • Operating System: Linux Ubuntu 22.04, Webots installed from debian package directly
  • Graphics Card: [RENOIR (renoir, LLVM 15.0.7, DRM 3.57, 6.8.0-49-generic)]

Additional context
The line at which the error appears:

self.translationField = robot.getField('translation')

It seems the PR close hook didn't work.

The issue is solved in #6708