Last active
December 27, 2019 11:50
-
-
Save clungzta/537f84f9d381c469761f9fe8322d501b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import occupancy_grid_utils_python as gu | |
# geometry_msgs::Point | |
pt = [1.0, 0.0, 0.0] | |
# grid, map_info from topics | |
# map_info = gu.MapMetaData() | |
cell = pointCell(map_info, pt) | |
value = get_cell(grid, cell) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment