Commit 480e4702 authored by oscar's avatar oscar

提交注释

parent e83ec6ef
......@@ -101,8 +101,8 @@ void TrackingRos::ThreadTrackingProcess()
{
jfx_common_msgs::det_tracking& obj = objsPtr->array[i];
std::vector<float> data;
data.push_back(obj.x);
data.push_back(obj.y);
data.push_back(obj.x);//x对应经度
data.push_back(obj.y);//y对应纬度
data.push_back(obj.z);
data.push_back(obj.l);
data.push_back(obj.w);
......
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