Commit 526734e6 authored by wangdawei's avatar wangdawei

test

parent 989ab5d0
......@@ -235,9 +235,6 @@ bool Convert::processScan(
m_OutMsgArray[0]->reserve(CIRCLE_ANGLE / m_iAngleSize * m_iLaserNum * m_iReturnBlockSize );
for (size_t next = 0; next < scanMsg->packets.size(); ++next) {
calcPointXYZIT(scanMsg->packets[next], 0);
if(next > 100){
break;
}
}
m_OutMsgArray[0]->header.frame_id = m_sFrameId;
m_OutMsgArray[0]->height = 1;
......
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