teadetime / crazyflie-path-planning

0 stars 0 forks source link

Add additional dimensions to Occupancy grid #21

Open teadetime opened 1 year ago

teadetime commented 1 year ago

We need to support the additon of cost for a given vertex? should this be a duplicated occupancy grid? or simply multiply the dimensions and change datatypes so everything is a float or NAN

Nathan -> Proposes multiple arrays with helper functions to get and set cost for lists of , this allows the original map to stay boolean. Adding dimensions could be helpful though, and our queries might get a little hairy. I am pro multiple arrays and indexing.