clearpathrobotics / occupancy_grid_utils

Forked from https://kforge.ros.org/gridutils/git with Catkinizing changes. The package contains utilities for dealing with occupancy grids, represented as nav_msgs::OccupancyGrid objects, including coordinate conversions, shortest paths, ray tracing, and constructing from laser scans.
42 stars 48 forks source link

Add support for inverted scans in simulateRangeScan #15

Closed afakihcpr closed 7 years ago

afakihcpr commented 7 years ago

Also cache the points so cos and sin are not re-computed for every scan.

@servos @efernandez