Commit c8543d67 authored by limingbo's avatar limingbo

test

parent 4529befa
Pipeline #865 canceled with stages
......@@ -157,9 +157,7 @@ void getPointCloud(boost::shared_ptr<LocalCartesian> proj,
boost::shared_ptr<Trajectory> &trajectory,
PointCloudExport::Ptr& pointCloud)
{
if(!pointCloud){
pointCloud.reset(new PointCloudExport);
}
pointCloud.reset(new PointCloudExport);
vector<TrajPoint> traj = trajectory->getTrajectory();
for(const TrajPoint& trajPoint : traj){
PointExport point;
......
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