You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cached_clearer.h update function, offset_from_costmap_x_ and offset_from_costmap_y_ are used to translate cache-raytraced cells to costmap cells. The values (and the clearing cache) are implicitly centered around the measuring sensor, but raytraceFreeSpace includes data from various sensors, so a single cache centered at a single point is not correct.
A solution to this (one cache per sensor) is included as the last commit in the more general pull request
The text was updated successfully, but these errors were encountered:
In cached_clearer.h update function,
offset_from_costmap_x_
andoffset_from_costmap_y_
are used to translate cache-raytraced cells to costmap cells. The values (and the clearing cache) are implicitly centered around the measuring sensor, but raytraceFreeSpace includes data from various sensors, so a single cache centered at a single point is not correct.A solution to this (one cache per sensor) is included as the last commit in the more general pull request
The text was updated successfully, but these errors were encountered: