BreezySLAM icon indicating copy to clipboard operation
BreezySLAM copied to clipboard

Simple, efficient, open-source package for Simultaneous Localization and Mapping

Results 57 BreezySLAM issues
Sort by recently updated
recently updated
newest added

Hi, I followed the documentation but only I could run Python examples. With Java, I receive the following error: ``` examples git:(master) ✗ make javatest java -classpath ../java:. -Djava.library.path=../java/edu/wlu/cs/levy/breezyslam/algorithms:../java/edu/wlu/cs/levy/breezyslam/components Log2PGM...

Hello! I have the exp1.dat in examples folder from where i generate the map, but how could i generate the exp1.dat with data from RPLidar? Raspberry PI2

Hello, Almost have python version building for windows, and when I get the details squared away can post those as it is a little bit easier than in the past...

Hi, do you think there is a chance thy python SLAM runs on a raspberry pi? Robert

Hi! For some time now I have been using this library and it is great! The only issue that I have run into is the fact that if I turn...

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...

I installed the breezyslam with the command: sudo python3 setup.py install It then installed the packages in the python 3.6 library. But I use 3.9 version. How can I solve...