Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
linClubs authored Oct 17, 2023
1 parent e24c154 commit a45f9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ void cloud_cb(const sensor_msgs::PointCloud2::ConstPtr &msg)
points[i * 5 + 1] = __internal_float2half(ROI_cloud->points[i].y);
points[i * 5 + 2] = __internal_float2half(ROI_cloud->points[i].z);
points[i * 5 + 3] = __internal_float2half(1);
points[i * 5 + 4] = __internal_float2half(0);
points[i * 5 + 4] = __internal_float2half(0); // 实时激光雷达没有第五维数据可直接赋值0
}
vector<int32_t> shape{ROI_cloud->points.size(), 5};

Expand Down

0 comments on commit a45f9dc

Please sign in to comment.