chicagoedt / revo_robot

Code for EDT's IGVC entry, Revo.
http://www.igvc.org/
20 stars 23 forks source link

convert line_detection output to pointcloud #79

Closed bsubei closed 9 years ago

bsubei commented 9 years ago

possible methods:

bsubei commented 9 years ago

currently trying with projectPixelTo3dRay, which returns a 3dray corresponding to each pixel. Then, we can find the x and y values that intersect with a plane at a certain height.

But first, we have to deal with the fact that the coordinate systems of images are different. Check here.

bsubei commented 9 years ago
bsubei commented 9 years ago

essentially works. Needs precise testing.

oxoocoffee commented 9 years ago

Very nice…

On May 30, 2015, at 23:34, Basheer Subei notifications@github.com wrote:

essentially works. Needs precise testing.

— Reply to this email directly or view it on GitHub https://github.com/chicagoedt/Software_IGVC/issues/79#issuecomment-107127079.

bsubei commented 9 years ago

will test in Gazebo and real life