ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

point cloud transform

asked 2015-04-27 18:57:48 -0500

dmngu9 gravatar image

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-05-01 10:26:26 -0500

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:

  1. 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.
  2. 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.
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-04-27 18:57:48 -0500

Seen: 153 times

Last updated: May 01 '15