pointcloud_to_laserscan
pointcloud_to_laserscan copied to clipboard
Documented default values for angle_min and angle_max are wrong
In the documentation, it says that angle_min defaults to -pi/2 and angle_max defaults to pi/2. But they actually default to -pi and pi respectively.
Good catch @mdepp. Would you be willing to contribute a fix?