point cloud transform
i transformed point cloud 2 from kinect in camera optical depth frame to base link frame. However, the point cloud published in the new topic appears to be a lot slower. Did i do sth wrong?
Asked by dmngu9 on 2015-04-27 18:57:48 UTC
Answers
It's impossible to know if you did something wrong without seeing some source code.
But I would guess that one of two things are happening:
- Are you using a waitForTransform() call? If so, your transformations from base link to camera_depth_optical_frame could be taking too long to publish.
- Your machine might not have enough processing power to transform the point cloud quickly. I've noticed performance problems with any point clouds over around 50,000 points.
Asked by Adam Allevato on 2015-05-01 10:26:26 UTC
Comments