GithubHelp home page GithubHelp logo

adesso-indoor-navigator's People

Contributors

lbbo avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

adesso-indoor-navigator's Issues

Add support for multiple floors

The user should be able to see

  • which floor he is on
  • which floor his POI is on
  • whether or not he needs to change floors to reach his POI

This information could either be determined after scanning a marker or from the user's location sensors.

Make the code more readable

This includes changing variable / function / class names to descriptive and easily understandable names, adding comments and documentation in general etc.

Update dependencies

A lot of dependencies are not up to date and should be updated, if possible.

Replace minimap with image of layout

Currently, the minimap consists of Google Maps and GeoJSON wich is rendered above the map in order to display where certain rooms etc. are. This setup should be replaced by something that is more accurate (finding exact coordinates for every corner of a room is quite difficult) and easier to maintain.

One possibility would be to include an image of the layout of the user's current location and an icon to mark the users position within that location. Markers and POIs as well as the user himself would have to be positioned within the recognized location

  • Include an image of the layout based on the location of the scanned marker
  • Update the user's position within his location
  • Find a way to standardize layout images and relative locations of rooms etc.

Build issues iOS on develop branch

Currently the development branch doesn't build for iOS
There are multiple causes for this, like the dependencies itself as well as the new buld engine from Xcode 10

There are multiple issues:

  • App has to be renamed to "ViroSample" in the package.json

  • iOS folder with Podfile is missing in repo

    • add folder, then run sh setup-ide.sh --ios
    • go to ios folder and run pod update and pod install
  • The current version of react-native has issues with third-party / firebase

  • First build fails due to an error with the glog dependency in /node_modules/react-native/third-party since the third-party folder doesn't exist. After first failed build it should be present but might not show up, because Xcode doesn't recognize it

    • Clean Project in Xcode and build again
  • Now there will be an error in demangle.h from third-party, because the included config.h could not be found

    • rm -rf node_modules
    • npm cache verify
    • npm i
    • run node_modules/react-native/scripts/ios-install-third-party.sh
      (* now build again in Xcode to get third-party folder)
    • go to node_modules/react-native/third-party/glog-0.3.4/ and run ./configure
    • clean project and build again
  • Next error will be libfishhook.a from RCTWebSocket not found

  • Next runner up: Firebase.h not found from RNFirebaseUtil.h

    • close Xcode

I wasn't able to resolve the issue yet.

  • Suggested solution doesn't seem to to the trick:

Make indicators work reliably

The blue indicator arrows kind of "do what they want" at the moment. Instead, they should help the user figure out, which direction his target lies in.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.