Simon Steinmann
Simon Steinmann
Scenario: No camera based device in simulation suggestion: Turning off rendering should turn the graphics enchantments off, freeing up RAM
> * alignment of newly added PROTO header parameters should be fixed in all the files: field name, default value and description should be correctly aligned with the other existing...
I also included 'Robot' basenodes in this one. Issues should be adressed.
I ran `python .\generate_objects_doc.py` , however it does not seem to update the proto headers in the .md files. Perhaps you can try it out and see for yourself.
I figured it out. The script uses the `WEBOTS_HOME `directory, not the directory relative to the script itself. My webots git repository is not my `WEBOTS_HOME ` env_var. Setting it...
I dont understand the purpose of having a condition on the controller. If people dont want a controller on it, they can just select "none". But having a mass field...
-added parsing options. Check with: `python batch_conversion.py --help` - added a TestWorld generation. It takes every converted model and puts it into a world, spaced out in a grid. Very...
got it, didn't know that was a rule. Will keep in mind.
Test the tool by following these steps: 1. checkout to this branch an pull 2. run `python batch_conversion.py ` 3. Once completed, open Webots and change the Extra projects path...
That is a good point. I agree. Did you test it though? have you feedback on the code and process itself?