PRBonn / kiss-icp

A LiDAR odometry pipeline that just works
https://www.ipb.uni-bonn.de/wp-content/papercite-data/pdf/vizzo2023ral.pdf
MIT License
1.54k stars 312 forks source link

Fix include headers #365

Closed saurabh1002 closed 2 months ago

saurabh1002 commented 2 months ago

As a good student of @nachovizzo , I propose fixes to be consistent with the IWYU principle.

saurabh1002 commented 2 months ago

image

Eigen::AxisAngled is defined in Eigen/Geometry, which was getting included through Sophus/se3.hpp even when Preprocessing.cpp and Preprocessing.hpp made no use of the Sophus library.