simondlevy / BreezySLAM

Simple, efficient, open-source package for Simultaneous Localization and Mapping
GNU Lesser General Public License v3.0
758 stars 251 forks source link

Using WheeledRobot for a bot with mecanum wheels? #85

Open superfast852 opened 1 year ago

superfast852 commented 1 year ago

The wheeledRobot class has the function computePoseChange, which is built for differential drive robots. Problem is, i'm using a mecanum robot, so it cant just be leftWheelOdometry and rightWheelOdometry. I thought about making my own implementation of the computePoseChange function, but i don't really know how the dXY returned should apply for my robot. Any help?