Commit f87c57ce authored by oscar's avatar oscar

提交测试

parent 7cf5790d
......@@ -58,7 +58,7 @@ Track3D::Track3D():BaseTrack(10, 7)
0, 0, 0, 1, 0, 0, 0,
0, 0, 0, 0, 1, 0, 0,
0, 0, 0, 0, 0, 1, 0,
0, 0, 0, 0, 0, 0, 1;
0, 0, 0, 0, 0, 0, 0.01;
kf_ = kf;
......
......@@ -217,7 +217,7 @@ void TrackingRos::ThreadTrackingProcess()
obj.l = data[3];
obj.w = data[4];
obj.h = data[5];
//obj.rot_y = data[6];
obj.rot_y = data[6];
obj.v_x = data[7];
obj.v_y = data[8];
obj.v_z = data[9];
......
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