PointCloudLibrary/pcl
Vedi su GitHubTransform the `sensor_orientation_` and `sensor_origin_` in `transformPointCloud`
Open
#4164 aperta il 4 giu 2020
effort: lowgood first issuekind: proposalkind: todomodule: common
Metriche repository
- Star
- (9023 star)
- Metriche merge PR
- (Merge medio 8g 7h) (3 PR mergiate in 30 g)
Descrizione
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.