Commit 2a611099 authored by wangdawei's avatar wangdawei

test

parent c1b22e8d
......@@ -205,6 +205,7 @@ Convert::Convert(const std::string &firetimeFile, const std::string &correctionF
bool Convert::processScan(
const pandar_msgs::PandarScan::ConstPtr &scanMsg, PPointCloud &pc)
{
LOG(INFO) << "scanMsg->packets.size(): " << scanMsg->packets.size();
for (size_t next = 0; next < scanMsg->packets.size(); ++next) {
pushLiDARData(scanMsg->packets[next]);
}
......
......@@ -42,6 +42,7 @@
//#include "tcp_command_client.h"
#include <vector>
#include "point_types.h"
#include <glog/logging.h>
#ifndef CIRCLE
#define CIRCLE (36000)
......
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