-
Notifications
You must be signed in to change notification settings - Fork 19
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
How to give static lat long without using firebase? #45
Comments
Hello @Parameshvadivel, Firebase is used as a database to store all the navigation data, as well as for authentication. Indoor Atlas is used to obtain precise position location within a building, but the points of interest (nodes) are stored in Firebase. It could be possible to store all the nodes in the app instead of a database, but this would not be ideal because it would be harder to add new points of interest and buildings. This project is not currently maintained, but feel free to make a fork of this project and modify it to suit your needs. Basically, you currently must use Firebase to use navigatAR. Thanks! |
@michaelgira23 I am trying build AR indoor navigation. Lat long was not accuracy in india. How to AR indoor navigation in xcode swift? Really struggling for past 4 days, can you help me out of this pls.. |
@Parameshvadivel, make sure you're correctly configuring Indoor Atlas. You need to:
If Indoor Atlas is not configured properly or it doesn't detect any mapped out location, it will fall back to using regular GPS, which is inaccurate. Any problem you have with positioning is an Indoor Atlas issue, not navigatAR. Hope this helps! |
I have done all the six steps which you have mentioned. The major issue user current location not lat long is not proper inside building. Can you share this project demo video. Thanks |
The only demo video I have is posted in the README of this project. Is the location accurately shown in the Indoor Atlas interface with MapCreator 2 app? Do you maybe need to recreate the nodes and positions? Also make sure that when you create these nodes, wait a minute or more while capturing the node's location for the position to become more accurate. The important thing is to distinguish whether this is a problem with Indoor Atlas or navigatAR. |
I have three different lat long to navigate indoor. In this firebase are used for navigate. Is it possible to navigate without using firebase?
And i have upload floor map in indooratlas website. How can i navigate my floor map without firebase?
The text was updated successfully, but these errors were encountered: