-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd74d05
commit bf5220f
Showing
4 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,10 @@ Additionally, while the camera is active, you can adjust the zoom level using tw | |
A circular reticle is displayed in the center of your screen. You can use this to see more details about the marker you are looking at by centering it in the reticle. | ||
|
||
## Beacons | ||
Nearby beacons are displayed as markers on the screen. You can tap on a beacon to start navigation (See the Navigation section below). The nearby beacon radius can be adjusted in Settings > Augmented Reality > "View distance". | ||
Nearby beacons are displayed as markers on the screen. You can tap on a beacon to start navigation (See the Navigation section below). The view distance can be adjusted in Settings > Augmented Reality > Beacons > "View distance". | ||
|
||
## Paths | ||
Nearby paths are displayed below your feet. Due to GPS inaccuracy, the paths may not be perfectly aligned with the real world. You can disable paths in Settings > Augmented Reality > Paths. | ||
Nearby paths are displayed below your feet. Due to GPS inaccuracy, the paths may not be perfectly aligned with the real world. The view distance can be adjusted in Settings > Augmented Reality > Paths > "View distance" | ||
|
||
You can choose to adjust paths using their recorded elevation by enabling Settings > Augmented Reality > "Use path elevation". This should make the paths line up better with hills and valleys, but is dependent on the accuracy of the elevation data. | ||
|
||
|
@@ -47,8 +47,13 @@ If your device has a gyroscope, calibrating will switch the tool to use the gyro | |
|
||
To reset the calibration, long press the compass icon or close and reopen the tool. | ||
|
||
### Accuracy | ||
The accuracy of the compass and GPS are shown in the bottom-left of the screen. You can tap the status icons to see more details about the accuracy and for further instructions on calibrating your compass. | ||
|
||
## Sensors | ||
The Augmented Reality tool respects the compass source in Settings > Sensors > Compass > Source. If your device does not have a gyroscope, the tool will still work but will not be as accurate and may jitter. | ||
|
||
## Experimental | ||
This tool is currently in experimental mode, so there may be bugs or unfinished features. If you have any feedback, please email me at [email protected] or visit https://github.com/kylecorry31/Trail-Sense/discussions/2099#discussioncomment-7737952 for more details. | ||
## Layers | ||
You can toggle the visibility of the Beacons, Paths, Astronomy, and Grid layers by clicking the layer icon in the top-left corner of the screen or by changing the "Visible" setting in Settings > Augmented Reality. | ||
|
||
The preview date for the Astronomy layer can be adjusted in the layers menu on the Augmented Reality tool. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
The Sensors tool can be used to test the sensors on your device. | ||
|
||
## Sensor List | ||
The sensor list shows all the sensors available on your device that Trail Sense uses. If the accuracy of the sensor is available, it will be shown on the left, and the sensor's value will appear to the right of that. | ||
The sensor list shows all the sensors available on your device that Trail Sense uses. If the accuracy of the sensor is available, it will be shown on the left, and the sensor's value will appear to the right of that. | ||
|
||
## All Sensors | ||
To see all available sensors on your device, click the button in the top-right corner of the screen. This will show a list of all sensors available on your device, including those that Trail Sense does not use. |