CoolSpy3
CoolSpy3
I was running into a similar bug, so I did some investigating. **Short:** The auto-updater doesn't work when WingetUI is installed via scoop (and possably chocolatey). **Long:** It looks like...
Maybe check out [cyberbotics/webots_ros2](https://github.com/cyberbotics/webots_ros2)
It looks like the culprit is `WbGeometry::setOdeData` (called from `WbMatter.cpp:387`). For some reason, `mOdeGeom == geom` (although I'm still not sure where this is set), so `gGeomDestroy` destroys `geom`, so...
I think I've figured it out! See the linked PR for details.
Unfortunately, I don't actually have a mac to test on, so I can't help with mac QA. I could conceivably run the Ubuntu tests (in a vm), but I'll be...
Closing as R2025a has been released.
Confirmed! Here's a stacktrace: ``` c 0x00007ff6516d2e4c in WbRotation::x (this=0xfeeefeeefeeefefe) at maths/WbRotation.hpp:90 90 double x() const { return mX; } (gdb) #0 0x00007ff6516d2e4c in WbRotation::x (this=0xfeeefeeefeeefefe) at maths/WbRotation.hpp:90 #1 0x00007ff65154f7ec...
I've checked the new files against the old ones, the changes are pretty minimal for the most part. # car.lib - Now exports `LIGHT_INDEX` (an enum that's only accessible through...
Sounds good! Good luck on the next release 🚀 Can't wait :D