ethz-asl / nbvplanner

A real-time capable exploration and inspection path planner (next best view planning)
342 stars 120 forks source link

difference between the two point clouds #19

Open zaddan opened 6 years ago

zaddan commented 6 years ago

Hi,

do pointcloud and pointcloud_throttled subscribe to the same point cloud? I don't understand the difference between these two topics.

birchera commented 6 years ago

Throttled means that you don't get pointclouds at full rate, but only at an interval specified by the parameter pcl_throttle. This is to prevent excessive data inflow and makes sure there is no additional delay, as would happen when buffering.