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

How can we tune knnmindistance, knnmaxdistance, and other transition params? #14

Open dsato80 opened 8 years ago

dsato80 commented 8 years ago

From @colegleason on December 1, 2015 17:47

Copied from original issue: hulop/NavCogIOS-old#11

dsato80 commented 8 years ago

From @loopRW on December 9, 2015 19:39

Knndistancethreshold has be raised from 0.1 to 1.0 and positiondistancethreshold has been raised from 5 to 10. Apparently no ill effects have been observed. These have to be changed in documentation too.

dsato80 commented 8 years ago

@colegleason @loopRW is this fixed?