eltorio / RtkGps

Playing with rtklib on android
Other
214 stars 102 forks source link

empty solution file #30

Open kolesar-andras opened 4 years ago

kolesar-andras commented 4 years ago

Solution file contains only header, no data. I enable solution 1 output, choose type "File", stream is file://solution1.pos, format Lat/Lon/Height. File contains only header lines:

% (lat/lon/height=WGS84/ellipsoidal,Q=1:fix,2:float,3:sbas,4:dgps,5:single,6:ppp,ns=# of satellites)
%  GPST                  latitude(deg) longitude(deg)  height(m)   Q  ns   sdn(m)   sde(m)   sdu(m)  sdne(m)  sdeu(m)  sdun(m) age(s)  ratio

I start service, get some solutions but these are not added to output file. Do I miss something to set up or is it a bug?

lovepapa commented 4 years ago

I find the same question. I want to analyse the performance of the solution. But without data of position. I try it many times. little succesess most failure. it must be a bug.

lovepapa commented 4 years ago

@kolesar-andras Screenshot_20200413_134708

there are solution information in one pos file,but not in other 3 file. even though they are in same day and with almost similar settings.

wheintz commented 3 years ago

Hi,

I've got the same problem: my .pos files are empty... Sometimes it works, sometimes not, depending on the phone I use. Did you find any solution?

Many thanks in advance.

Cheers,

Wilfried

lovepapa commented 3 years ago

Many monhts in the past, It seems few users have found this question.Maybe they mainly use the real-time function. And sorry, I don' t find the helpful solution to resolve it. 

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年8月6日(星期五) 晚上6:02 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [eltorio/RtkGps] empty solution file (#30)

Hi,

I've got the same problem: my .pos files are empty... Sometimes it works, sometimes not, depending on the phone I use. Did you find any solution?

Many thanks in advance.

Cheers,

Wilfried

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

wheintz commented 3 years ago

Hello, thanks for your quick answer! Unfortunately, I didn't find any solution despite a lot of research... I keep on searching!

Wilfried

lovepapa commented 3 years ago

You are welcome. Would you tell me what do you do by researching the RtkGPS? Do you want to analyze or modify the accuracy of the position like what I did? I ever  developed the app on the android studio, but it isn't helpful. I don't know how big bug on the app, if you are good at the java, maybe you can try it on the  android studio.

------------------ 原始邮件 ------------------ 发件人: @.>; 发送时间: 2021年8月6日(星期五) 晚上9:34 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [eltorio/RtkGps] empty solution file (#30)

Hello, thanks for your quick answer! Unfortunately, I didn't find any solution despite a lot of research... I keep on searching!

Wilfried

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

wheintz commented 3 years ago

I am doing a comparison of the accuracy between commercial solutions and an open source solution using RTKlib. For that I need to access the raw positioning data, as we normally find them in solution.pos. But inexplicably, it no longer works even though it still worked a few days ago ... As I started the experiment with rtkgps +, I would like to end with it. But I know that there are other ntrip clients like lefebure who apparently work better: http://lefebure.com/software/android-ntripclient/ I'm unfortunately not that good at java, so it won't be a solution for me ;-)