An open autonomous driving platform
-
Updated
Aug 20, 2020 - C++
Add a description, image, and links to the autonomous-vehicles topic page so that developers can more easily learn about it.
To associate your repository with the autonomous-vehicles topic, visit your repo's landing page and select "manage topics."
Python users are used to using getters and setters to access properties of objects.
See for example #1687.
Such getters and setters are not implemented in the Webots Python API.
They could be easily added. See https://www.geeksforgeeks.org/getter-and-setter-in-python for reference.