Commit 24a089f9 authored by wangdawei's avatar wangdawei

test

parent 64ea81ba
...@@ -1231,7 +1231,8 @@ void Convert::calcPointXYZIT(const pandar_msgs::PandarPacket &packet, int cursor ...@@ -1231,7 +1231,8 @@ void Convert::calcPointXYZIT(const pandar_msgs::PandarPacket &packet, int cursor
} else if (azimuthIdx < 0) { } else if (azimuthIdx < 0) {
azimuthIdx += CIRCLE; azimuthIdx += CIRCLE;
} }
// LOG_EVERY_N(INFO, 10000) << "azimuthIdx: " << azimuthIdx; LOG_EVERY_N(INFO, 256) << "azimuthIdx: " << azimuthIdx
<< " m_fSinAllAngle[azimuthIdx]" << m_fSinAllAngle[azimuthIdx];
point.x = xyDistance * m_fSinAllAngle[azimuthIdx]; point.x = xyDistance * m_fSinAllAngle[azimuthIdx];
point.y = xyDistance * m_fCosAllAngle[azimuthIdx]; point.y = xyDistance * m_fCosAllAngle[azimuthIdx];
......
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