HKUST-Aerial-Robotics / A-LOAM

Advanced implementation of LOAM
Other
2.09k stars 793 forks source link

question about the 33 line "lp= q_last_curr*cp+t_last_curr" in lidarFactor.hpp #64

Open Zhangjyhhh opened 8 months ago

Zhangjyhhh commented 8 months ago

Hi ! Thanks for your excellent work!! Does that line mean that transform local coordinate system to world coordinate system? if so , i think the right version is "lp= q_last_currcp(q_last_curr)^(-1)+t_last_curr". where (q_last_curr)^(-1) is the inverse of (q_last_curr). So if not , what on earth that equation mean?