jacobhuesman / cloud_to_map

Algorithm that converts point cloud data into an occupancy grid
32 stars 13 forks source link

Parameter Tuning #4

Open ashnarayan13 opened 6 years ago

ashnarayan13 commented 6 years ago

Hi,

Could I get some information on the parameters being used?

I didn't understand the search radius, deviation and buffer.

Thanks!

jacobhuesman commented 6 years ago

I wouldn't recommend using this package. I developed this Freshman year of college while learning C++. While it kind of works, I never finished the implementation and it's very computationally intensive.

If you're looking for something that'll take in a point cloud and give you an occupancy grid, check out http://wiki.ros.org/costmap_2d.

jacobhuesman commented 6 years ago

To answer your question,