Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove map streaming - lock map to a fixed size #3

Open
kwahu opened this issue Feb 24, 2022 · 0 comments
Open

remove map streaming - lock map to a fixed size #3

kwahu opened this issue Feb 24, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@kwahu
Copy link
Owner

kwahu commented Feb 24, 2022

use a fixed map of:
128 width
512 depth
and proportions of 0.5 : 1 - where we treat each depth pixel as 2 times larger than width pixel

in such way we have 10km length track with the resolution of 10x10m voxels

the whole map fits inside a UWORD size (65536 bytes) of memory and we can perform a type cast to a (UWORD) in the path casting algorithm, to prevent going out of the map table

@kwahu kwahu added the enhancement New feature or request label Feb 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant