We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请问src/lidar_odometry/imuPreintegration.cpp文件的378行(gtsam::Pose3 lidarPose = imuPose.compose(imu2Lidar); 中为什么使用imu2Lidar(也就是T_imulidar_lidar),而不是lidar2Imu(也就是T_lidar_imulidar),这里不是应该将imulidar坐标系下的位姿转换到lidar坐标系下么?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
请问src/lidar_odometry/imuPreintegration.cpp文件的378行(gtsam::Pose3 lidarPose = imuPose.compose(imu2Lidar); 中为什么使用imu2Lidar(也就是T_imulidar_lidar),而不是lidar2Imu(也就是T_lidar_imulidar),这里不是应该将imulidar坐标系下的位姿转换到lidar坐标系下么?
The text was updated successfully, but these errors were encountered: