Go to file
feixyz10 7d9972e3c8 add README 2021-07-06 00:00:49 +08:00
common fix: kdtree setInputCloud with empty cloud 2021-07-06 00:00:47 +08:00
oh_my_loam fix: kdtree setInputCloud with empty cloud 2021-07-06 00:00:47 +08:00
.gitignore add README 2021-07-06 00:00:49 +08:00
CMakeLists.txt mapper: coding... 2021-07-05 23:58:58 +08:00
README.md add README 2021-07-06 00:00:49 +08:00
main.cc fix: kdtree setInputCloud with empty cloud 2021-07-06 00:00:47 +08:00
package.xml add ros 2021-07-05 23:56:28 +08:00

README.md

Oh-My-LOAM

Oh-My-LOAM is a ROS-free implementation of LOAM (J. Zhang and S. Singh. LOAM: Lidar Odometry and Mapping in Real-time). This implementation is modified from A-LOAM.

Comparing with A-LOAM, this implementation has following features:

  • it's more readable and easier to understand/modify

Dependences

  • Eigen: linear algebra, quaternion
  • pcl: point cloud processing
  • g3log: logging
  • yaml-cpp: yaml parsing
  • ceres: non-linear optimization
  • c++17