-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
effort: lowRough estimate of time needed to fix/implement/solveRough estimate of time needed to fix/implement/solvegood first issueSkills/areas of expertise needed to tackle the issueSkills/areas of expertise needed to tackle the issuekind: proposalType of issueType of issuekind: todoType of issueType of issuemodule: common
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.
pcl/common/include/pcl/common/impl/transforms.hpp
Lines 237 to 238 in 0b63c9e
| cloud_out.sensor_orientation_ = cloud_in.sensor_orientation_; | |
| cloud_out.sensor_origin_ = cloud_in.sensor_origin_; |
Metadata
Metadata
Assignees
Labels
effort: lowRough estimate of time needed to fix/implement/solveRough estimate of time needed to fix/implement/solvegood first issueSkills/areas of expertise needed to tackle the issueSkills/areas of expertise needed to tackle the issuekind: proposalType of issueType of issuekind: todoType of issueType of issuemodule: common