Skip to content

Commit

Permalink
match AWF hecta degrees in the azimuth
Browse files Browse the repository at this point in the history
  • Loading branch information
amc-nu authored Aug 8, 2023
1 parent 8ab8d58 commit 4b05b8a
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 @@ -58,7 +58,7 @@ pcl::PointCloud<PointXYZIRADT>::Ptr convertPointXYZIRCAEDTToPointXYZIRADT(
point.z = p.z;
point.intensity = p.intensity;
point.ring = p.channel;
point.azimuth = rad2deg(p.azimuth);
point.azimuth = rad2deg(p.azimuth) * 100.0;
point.distance = p.distance;
point.time_stamp = stamp + static_cast<double>(p.time_stamp)*1e-9;
output_pointcloud->points.emplace_back(point);
Expand Down

0 comments on commit 4b05b8a

Please sign in to comment.