Skip to content

Transform the sensor_orientation_ and sensor_origin_ in transformPointCloud #4164

Open
@MuhongGuo

Description

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.

cloud_out.sensor_orientation_ = cloud_in.sensor_orientation_;
cloud_out.sensor_origin_ = cloud_in.sensor_origin_;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

effort: lowRough estimate of time needed to fix/implement/solvegood first issueSkills/areas of expertise needed to tackle the issuekind: proposalType of issuekind: todoType of issuemodule: common

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions