Go to file
feixyz10 6f36f6170e Merge branch 'master' of gitee.com:feixyz/oh_my_loam 2021-07-06 00:01:11 +08:00
common add factor registerer 2021-07-06 00:00:52 +08:00
oh_my_loam add factor registerer 2021-07-06 00:00:52 +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 factor registerer 2021-07-06 00:00:52 +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 ROS-free
  • 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