ros-perception / openslam_gmapping

218 stars 206 forks source link

Make gmapping faster #21

Closed trainman419 closed 2 years ago

trainman419 commented 6 years ago

Speed up the scan matching step of gmapping by about 50% through the following optimizations and refactoring:

Overall, when built in RelWithDebInfo mode, the time for each call to scanMatch goes from ~730ms to ~500ms.

ahendrix commented 2 years ago

Yeah... this needs to be rebased. I'll open a new PR against melodic-devel