chicagoedt / revo_robot

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

Filtering PointCloud into Obstacles PointCloud #49

Closed staylo32 closed 9 years ago

staylo32 commented 9 years ago

working PointCloud filter that extracts out z values between certain values and publishes the output.

l0g1x commented 9 years ago

Can one of the admins verify this patch?

bsubei commented 9 years ago

good work. Sounds like it needs dynamic_reconfigure to change the z-height cutoff value... ;)

l0g1x commented 9 years ago

Yes i was going to say this would be the next thing steven can implement for min_z and max_z

Sent from my iPhone

On Dec 4, 2014, at 7:41 PM, Basheer Subei notifications@github.com wrote:

good work. Sounds like it needs dynamic_reconfigure to change the z-height cutoff value... ;)

— Reply to this email directly or view it on GitHub.

l0g1x commented 9 years ago

test this please