Commit 7be9cdc3 authored by Haoshuang's avatar Haoshuang

修正坐标转换bug

parent 668c293d
......@@ -69,6 +69,7 @@ void my_compute_box_3d(Eigen::Vector3d center, double heading, Eigen::Vector3d s
Trans(0, 3) = center[0];
Trans(1, 3) = center[1];
Trans(2, 3) = center[2];
Trans(3, 3) = 1.0;
Eigen::Matrix4d Kit2Ori = Eigen::Matrix4d::Zero();
for (int i = 0; i < 4; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment