Skip to content

Commit

Permalink
Update nebula_common.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
amc-nu authored Aug 8, 2023
1 parent 189d7e2 commit 1fc9e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula_common/src/nebula_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pcl::PointCloud<PointXYZIRADT>::Ptr convertPointXYZIRCAEDTToPointXYZIRADT(
point.ring = p.channel;
point.azimuth = rad2deg(p.azimuth);
point.distance = p.distance;
point.time_stamp = static_cast<double>(stamp) + p.time_stamp*10e-9;
point.time_stamp = static_cast<double>(stamp) + p.time_stamp*1e-9;
output_pointcloud->points.emplace_back(point);
}

Expand Down

0 comments on commit 1fc9e74

Please sign in to comment.