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

build fails with bleloc/MetropolisSample.hpp not found #32

Closed loopRW closed 8 years ago

loopRW commented 8 years ago

Current master (2c20acl) includes blelocpp 1.0.4 in podspecs. With this version NavCog fails to build. If I manually include current blelocpp master, each time I load a map using pdr, NavCog crashes immediately with line:

Assertion failed: (nSamples>0), function randomSampleLocationsWithPerturbation, file ble-cpp/src/impl/StatusInitializerImpl.cpp, line 115.

muratams commented 8 years ago

The build error will be fixed by updating Podfile in NavCogIOS.

Actually, the assertion error was caused by PNG-related settings in xcode project and has been fixed.