PointCloudLibrary/pcl

Transform the `sensor_orientation_` and `sensor_origin_` in `transformPointCloud`

Open

#4,164 创建于 2020年6月4日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)C++ (4,506 fork)batch import
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.

https://github.com/PointCloudLibrary/pcl/blob/0b63c9e8dd63e640998ab587ae9c642eccf3b2c9/common/include/pcl/common/impl/transforms.hpp#L237-L238

贡献者指南