-
Lab compass always crash when i enter in the aspirant trial...
-
Bug in Plugin package:
https://github.com/jamesmontemagno/GeolocatorPlugin/issues/249
Once this is fixed, update the `iOSCompassProbe` accordingly.
-
![image](https://user-images.githubusercontent.com/1498098/74577901-fd53a580-4fd4-11ea-8699-3a76282307be.png)
While reviewing's @bugobliterator's compass ordering PR https://github.com/ArduPilot/ar…
-
Compass.lua#31 - seems like `GetPlayerFacing()` might return nil
I solved it by doing
```lua
local angle = 0
local facing = GetPlayerFacing() or 0
if rotateMinimap == "1" then
…
arieh updated
5 years ago
-
I think this is a great dev kit for your product, but support for determining direction doesn't exist! Native pebble app can access a [compass service](http://developer.getpebble.com/guides/pebble-app…
-
I'm trying to incorporate compass data (absolute heading/orientation) into my kalman filter, and I'm not having any luck getting it to work properly.
From reading the source, it looks like graft does…
-
This came up while I was looking at a few recent commits as well as the custom color scheme and others.#23 Do we want to change some of the css and html structuring to be closer to https://github.com…
-
We will convert Compass to be in Swift 4 soon. This is not really big changes, but we can take this advantage to do some refactoring. Some are breaking changes. My proposals are
- Refactor Navigato…
-
-
**The blue direction arrow in Organic Maps unfortunately frequently points in the wrong direction when standing still like as if it were "drunk" while other map apps I have on my phone do not have thi…