10,280 questions
0
votes
1
answer
58
views
Pathfinding with OSMNX with Python not working
I've been trying to create an app that uses driving navigation, but when trying to find how to get from one point to another (defined with latitude and longitude) using osmnx pathfinding, it looks ...
0
votes
0
answers
39
views
NEO M9N UART config failing after attempt to increase GPS measurement rate
I am using an STM32H723 to communicate with a u-blox NEO M9N IC over the UART protocol. I have established communication with the NEO M9N GPS and received accurate positioning data at around 1 Hz. ...
0
votes
0
answers
53
views
How to resolve 'Broken pipe' error when accessing GPS data via Python while Minicom works fine?
I'm trying to access GPS data from my GPS module using Python, but I encounter a Broken pipe error. However, when I use Minicom to access the same GPS module, it works fine and I can see the GPS ...
0
votes
0
answers
46
views
GPS Mock in Android checks
I have a program that derives last known location from each Location Provider on Android. After using a GPS mock app, some of the providers last known location was marked as mocked - even though the ...
0
votes
0
answers
15
views
Is there a straightforward way of using getting a GPS Gonglass U-blox 7 dongle alongside a Raspberry Pi to get a fix on satellite consistently?
I am trying use a raspberry pi and a SENSE Hat to gather data on a sailing boat. I was hoping to integrate the GPS gonglass dongle into this system due to its straightforward USB connection. However ...
6
votes
4
answers
299
views
Averaging or combining multiple superimpose spatial lines with sf
I have gps data of multiple passages over the same road segment. I want to combine them into the best estimation of the real road location under. Is there a way to do that in sf (or other R packages ...
0
votes
0
answers
15
views
GPS LocationListener onLocationChanged called even stay in one place
I use standard way for mesure distance by LocationListener onLocationChanged, it is works on most devices, but some users report that it is not work correctly if just stay in one place or do not move: ...
0
votes
0
answers
38
views
Finding the deviation from a navigation trajectory to it's ideal path
Background: I have recorded navigation trajectory positional x,y and its time point (50hz) data from a virtual reality navigation in an empty room.
Problem: I want to calculate how much the navigation ...
0
votes
1
answer
56
views
navigator.geolocation.watchPosition does not use gps (any alternatives ?)
I'm trying to access the user's location on my webpage, but the location I get is very imprecise and does not use GPS. I have already checked the permissions in my browser (Firefox) and system (...
0
votes
0
answers
19
views
No signal on S-BUS OUT port on the Pixhawk 4
I have a problem/ question regarding the S-BUS OUT port on the Pixhawk 4.
My setup is as it follows:
transmitter: Radiomaster TX16S with RFD TX-MOD v.2
receiver: RFD 900ux 2.0
a rover with 2 stepper ...
1
vote
1
answer
93
views
Get gps location in Cordova while in background
Everything seems deprecated.
I tried mauron85/cordova-plugin-background-geolocation but it's own dependencies are 404.
cordova-plugin-geolocation doesn't work while in the background.
Does anyone have ...
0
votes
0
answers
21
views
@react-native-community/geolocation Location request timed out
const getLocation = () => {
const result = requestLocationPermission();
const options = {
enableHighAccuracy: false,
timeout: 5000,
maximumAge: 10000,
};
result.then(res ...
0
votes
1
answer
126
views
lc29hAA reading gps coords esp32
I can't access the NMEA data off my gps using UART pins. Im using pins 16 rx and 17 tx on my esp32 wroom in vscode platformio. The data is not being transmitted to my console and gps.locaiton.isvalid ...
0
votes
0
answers
83
views
Shiny geofencing for Maui on iOS results in a timeout exception
When using Shiny for Maui on iOS I am encountering a problem with geofencing.
When starting a geofence I get no error, and it shows ut in a list when I request all monitores regions,
var ...
0
votes
0
answers
66
views
Why am I not getting NMEA output in RTKLib despite providing all required RTCM data?
I am working on an RTK-based positioning system, and I’ve encountered an issue while using RTK Navi software with RTCM data. Here’s a brief overview of what I’m doing and the issue I'm facing:
...