| ▲ | jeremysalwen 6 hours ago | |||||||
I looked into open source sensor fusion libraries for open mower, it seemed like the WOLF framework was very promising as a pluggable sensor fusion system. http://mobile_robotics.pages.iri.upc-csic.es/wolf_projects/w.... I only used it briefly though. I hate to say this, but this submissions readme seems obviously AI generated. | ||||||||
| ▲ | kharwarm 4 hours ago | parent | next [-] | |||||||
Fair point about the README... yeah, I did use Claude to help with the docs. But just to be clear, I’m not using OpenClaw or any other automated tools. FusionCore is a legit package: it’s available via apt, and the code’s up on GitHub. The filter and benchmarking work are my own. If you want to dig into the implementation, the core math is in ukf.cpp and fusioncore.cpp. As for WOLF... it’s actually a really interesting framework, so credit where it’s due. That said, it’s built around a different philosophy. It’s a general-purpose factor graph system, while FusionCore is more opinionated and tuned specifically for GPS/IMU/wheel-based outdoor robotics. If you’ve got a dataset you’d like me to run FusionCore on, send it over... I’m happy to share results. That might be a more useful way to compare them. | ||||||||
| ||||||||
| ▲ | cadamsdotcom 5 hours ago | parent | prev [-] | |||||||
Why would it matter that it’s AI generated? Are you allergic? It has almost 200 commits since mid March. It’s AI generated. Determining that took me 2 minutes. The high order bit here is actually whether it is of high quality. If it is high quality (I didn’t check) and it’s honest about its provenance, the way it was made is immaterial. | ||||||||
| ||||||||