Understanding AMCL, gmapping and hector_slam codebase and algorithms
I have been able to successfully make fully autonomous AMCL based Robot and now want to explore in details the working of these nodes. My questions are:
- Are there any advanced tutorials available to understand in detail the underlying algorithms of these nodes and how the codes work, in line with the navigation tutorials we have?
- It seems most of the nodes are based on the Probabilistic Robotics book. Any suggestions on reading the book.
- Are there any developer options to contribute and learn the codebase for these navigation algorithms?