openvdb
openvdb copied to clipboard
[REQUEST] Add int8 grid to python bindings
Int8 is a very common GRID when doing occupancy grids and log-odds occupancy mapping as they are very efficient. The robotics community's interest in openvdb is growing and it would be nice to have them bound to python by default when setting OPENVDB_PYTHON_WRAP_ALL_GRID_TYPES to true. Possibly more types such as int16 are also useful.
For now I had to add it myself and recompile openvdb.