Skip to content

Instantly share code, notes, and snippets.

View ntntnlstdnt's full-sized avatar

Mark Omwansa ntntnlstdnt

  • Western Michigan University
  • Kalamazoo, Michigan
View GitHub Profile
# This is an implementation of Occupancy Grid Mapping as Presented
# in Chapter 9 of "Probabilistic Robotics" By Sebastian Thrun et al.
# In particular, this is an implementation of Table 9.1 and 9.2
import scipy.io
import scipy.stats
import numpy as np
import matplotlib.pyplot as plt
from tqdm import tqdm