Darko Lukić
Darko Lukić
> printf("000000000000000stdoutIs normal"); @nchygy I believe you are missing `\n` at the end of the line. Webots will redirect output only once it reaches the line terminator.
If the issue persists feel free to reopen it.
Could you share more details about your setup? OS, GPU, do other worlds have the same issue...
If `successIf` and `failureIf` are both true then the node will fail. Likewise, we can have `onlyIf` and `skipIf` and give priority to e.g. `skipIf`. Or maybe even better, throw...
@dscroft Thank you. I synced with the main branch and allowed CI. It looks good. Could you please add a changelog. It would also be good to add a simple...
@dscroft Thank you for the test. It seems there is a bug, can you take a look: ``` build/webots_ros2_tests/pytest.xml: 11 tests, 0 errors, 1 failure, 0 skipped - webots_ros2_tests.test.test_system_driver test_system_driver...
Instead of 2024a, I would rather target 2025a to reflect the release year better (Webots 2025a would normally be released at the end of this year). A few other things:...
There are many Webots users on Windows and each release is manually tested on a clean Windows machine, so it is strange you are experiencing the issue. I am pretty...
Can you provide a simple world and controller so we can evaluate this? A few general (hopefully related) comments: - Lower `basicTimeStep` means more accurate simulation overall - GPS returns...
If you set the `basicTimeStep` to e.g. 1 you will see significantly lower disperity. Lower `basicTimeStep` means more accurate and stable physics. E.g. in your example, once Tesla reaches 50/ms...