PointCloudLibrary/pcl
在 GitHub 查看Transform the `sensor_orientation_` and `sensor_origin_` in `transformPointCloud`
Open
#4,164 建立於 2020年6月4日
effort: lowgood first issuekind: proposalkind: todomodule: common
倉庫指標
- Star
- (9,023 star)
- PR 合併指標
- (平均合併 8天 7小時) (30 天內合併 3 個 PR)
描述
I think the sensor acquisition pose is so important that it can tell where the view point is when the data is acquired and how the objects could be occluded. However, I found this information is lost after calling pcl::transformPointCloud, which is just copying the previous pose. I am curious about the reasons behind this code and would like to know the possibility of always keeping this information with the point cloud data.