hulop / NavCogIOS

NavCog is an example app of blelocpp library aimed specifically for the blind to help those people “explore” the world without vision. Now we are developing v3.
https://github.com/hulop/NavCogIOSv3
MIT License
10 stars 8 forks source link

Divide destinations from nodes. #41

Open loopRW opened 8 years ago

loopRW commented 8 years ago

Destinations as nodes are problematic when too many destinations are on a same logical edge. Should we start changing to POI based destinations?

dsato80 commented 8 years ago

I agree with POI based destinations. I'm worrying about backward compatibility with this function. If we choose this we should not keep previous way, otherwise code will be confusing I guess

loopRW commented 8 years ago

I agree that we should not keep both. Are there any concerns for backwards compatibility? The current maps can be ported by placing a destination POI on what are currently destination nodes. That way we can upgrade all the environments we have.