Cheap 1-2cm (scale) accuracy for your surveys

3689647403?profile=originalImage: Topcon RTK collecting survey points

High precision GPS systems are getting more known and used and RTK is already becoming a familiar acronym. This post is about the use of RTK for collecting ground control points to be used in high quality survey results, not about RTK for navigation use (that's a lot harder). What I was looking for is a method to collect about 5 control points for surveys in a way that is cost effective, but also doesn't cost me a lot of time. I'm working in the tropics, so standing 30 minutes in the sun and dust is a real chore and not very comfortable. Here I describe how I do this using low-cost L1 GPS modules that cost ~$50 each with an additional ~$150 for a recording device and a good antenna.

If I were to use the above RTK station, I would get really good accuracy (L1+L2), but I would also spend > $20k that I'd have to recover from business income and I'd have to spend 5-10 minutes per point to get an accurate fix, since I only had one station. With many modules you also depend on a proprietary radio link, so you'd eventually have to buy two if you need to set up your own reference station somewhere.

First, let's consider there are two kinds of accuracy:

1 Absolute accuracy; the difference between measured and actual coordinates of the point in world space.
2 Relative accuracy; the difference between measured and actual offset of one point and a reference point in the survey area.

The second characteristic by itself is already extremely useful for high precision volume and distance measurements. All professional surveys have this characteristic, which is essentially the characteristic of correct scale. Absolute precision is only really needed when you want to exchange this data with other systems and/or use different data sets together (now and in the future). The absolute accuracy of a data set can always be improved after the fact by simply applying a unique global offset to all the data or control points in 3D coordinates (meters, inch, whatever).

In this approach, we're going to store the raw observations in a file to be processed together at a later point in time. RTK GPS has a plethora of online discussions and examples where you require some kind of radio or wifi link between modules, but this is not actually a prerequisite of the technology. Having files is much better, because you can work out the exact configuration and settings in the office and so you won't make any configuration mistakes in the field. Also, a radio/wifi link is extra interference for your uav and not to forget the GPS module itself and if those links drop out for a reason, you lose all the data and have to come back again.

What you record is raw GPS output data, straight from the module, so there's little that can go wrong. You get the best results if the frequency for all modules is equal, because sometimes the tools get confused if there's an output frequency mismatch. Since modules are set up as static, I just set this frequency to 1Hz for all modules. I myself purchased some ~$50 modules (NEO-6T from emlid), put them in the field with any device that can read the modules (uart/usb) and record the data to an HD, SD, etc. If all modules were recording in the same time period, you can post-process the raw GPS logs from the comfort of your office.

I use RTKLIB to do all that: http://www.rtklib.com/

The process is:
1. select the dataset to be used as reference, call it REF
2. convert that to RINEX. Make sure to use the correct data source format.

optional:
To get high accuracy absolute positions from the field if you do not have an accurate reference yet, you can use PPP to derive it's position. This will give a higher absolute accuracy than a cellphone:
3. download the "SP3" file from the IGS data repository (available 3hrs-24hrs after the survey): https://igscb.jpl.nasa.gov/components/prods_cb.html ; (available 3-24hrs later).
4. post-process the reference point REF using "PPP static", "Precise" solution, "Iono estimate" and "ZTD estimate" and select the SP3 file together with the NAV and SBS file using rtkpost.exe. You can also use the CLK file, but in my case it actually hurt results. Some more research there is needed.
5. if you have ~30 mins of data, the processed solution should be accurate to about 70cm (absolute) and probably is better than a meter. If you need better accuracy, the only way to get this better with PPP is to keep the module longer in the field (6-24 hours). After that, it's very much a black art which gives best results, but some people report you should expect ~10cm. That's not 1-2cm for the relative accuracy.

6. Use either the calculated position or the one from your cellphone. Let's call that REF.
7. select the dataset (one of the other modules) to be used as "rover", let's call this ROVER here.
8. convert ROVER dataset to "RINEX" data format using the rtkconv.exe program. Make sure to set the right source data format (of the source file).
9. then use rtkpost.exe to post-process both files, applying the settings you'd use in rtknavi.exe and process away. You should insert the position from REF in the "antenna position" now in the settings dialog and use "static" as the mechanism for post-processing, probably with "continuous" instead of "fix and hold".
10. Eventually there should be a fix for a long period of time. You can then average that out or see how much the variation is and not bother further. It should be 1-2cm when modules were not far apart.
11. Repeat from 2 for the other modules.

This method is cost- and time-effective. With 5 modules, you'd spend $1000 (raspi+GPS+good antenna ~= $200) to be able to measure 5 control points at the same time without waiting 5-10 minutes for each one. You can drop them in the field prior to a mission, turn them on, walk back and execute the uav flight. If that took about 30 minutes to complete, you can already retrieve the modules and go back to the office for post-processing.

Here's a nice tutorial about PPP with rtklib, but some options only make sense when you have L1+L2 data:

http://blog.latitude51.ca/rtklib-part-3-precise-point-positioning-with-igs-products/

I tested the above processing using a couple of well known reference positions of the local university, so the numbers of 1-2cm precision for RTK, 70cm PPP static are from such tests, however all tests were executed in one afternoon, so this doesn't give a lot of variance given the weather, ionosphere and solar activity. Actual results in the field will therefore vary, and vary per day too.

E-mail me when people leave their comments –

You need to be a member of diydrones to add comments!

Join diydrones

Comments

  • Hi Jesus,

    So these antennas and GPS's are statically located on the ground to get ground control points, they're not on the vehicle. I do configure the GPS to emit 1Hz readings, 5Hz is unnecessary.

    I don't really rely on the positions in EXIF and in my script I'm only interpolating using the vehicle's GPS if I do use it. Then the position is mostly used for making the process more efficient, so that the software can figure out which photos to compare with which.

  • @Gerard

    When you post process with RTKLIB Postprocess, what rate do you get? 1 position per second?

    I think that RAW messages were coming at 1Hz, isn't it?

    Assuming you have a postprocessed "good" GPS location per second, how do you do to timestamp the pictures? I imagine you need to interpolate?

    Very nice article

  • sorry sign "#"before mean "Comments". I only use the line for the TIM-FCHG .you can use all to insure:

    !UBX CFG-GNSS 0 72 32 1 0 8 16 0 1 #Switch on GPS

    !UBX CFG-GNSS 0 72 32 1 6 8 16 0 1 #Switch on Glonass

    !UBX CFG-GNSS 0 72 32 1 3 8 16 0 1 #Switch on Beidou

    !UBX CFG-GNSS 0 32 32 1 2 4 4 0 1 #Switch on Galileo

    !UBX CFG-MSG 3 16 0 1 0 1 0 0  # TIM-FCHG?

    !UBX CFG-MSG 3 15 0 1 0 1 0 0  # RXM-RAWX?

  • I use the version 8.13 of Ucenter. 

    If you want to use RTKNavi  first an before to try to fix it in Ucenter , you can use a serial CMD line at startup like this :

    #!UBX CFG-GNSS 0 72 32 1 0 8 16 0 1 #Switch on GPS
    #!UBX CFG-GNSS 0 72 32 1 6 8 16 0 1 #Switch on Glonass
    #!UBX CFG-GNSS 0 72 32 1 3 8 16 0 1 #Switch on Beidou
    #!UBX CFG-GNSS 0 32 32 1 2 4 4 0 1 #Switch on Galileo

    !UBX CFG-MSG 3 16 0 1 0 1 0 0 # TIM-FCHG?
    #!UBX CFG-MSG 3 15 0 1 0 1 0 0 # RXM-RAWX?

    it should work.

  • Just a note: you can get real time centimeter level accuracy with a single rover if the university or town you live in have permanent base stations set up and provide that service. Utilities may provide it as well. There are also commercial subscriptions available for the service. The Coast and Geodetic Survey have ground based beacons that broadcast correction for free. I use their beacons for real time correction with a sub-meter GPS.

  • Thank you for such a detailed response.  Unfortunately no matter what I try I can't get the required messages (RAW or RAWX and SFRB or SFRBX) from my M8N.  Through u-center UBX-CFG-MSG doesn't allow the selection of 02-15-RXM-RAWX and more directly the send option of UBX-RXM-RAWX is disabled.  A custom hex message is ignored.

    RTKLIB has setup strings for the M8N in its /data directory, but those do not work with my M8N.

    I expect there are different versions of the M8N out there.  Ublox doesn't officially support raw data on the M8N so perhaps some vendors have hacked the firmware or Ublox may have release some with raw enabled.  This may not show up in the UBX-MON-VER message, but out of curiosity does the response from yours look like this?

    Software Version
    2.01 (75350)

    Hardware Version
    00080000

    Extension(s)
    2.01 (75331)
    PROTVER 15.00
    FIS 0xEF4015(73171)
    MOD NEO-M8N-0
    GPS;SBAS;GLO;BDS;QZSS

  • Very nice, and thanks for the writeup! BTW what happened to Swift navigation - Piksi Kickstarter? Everybody should be GPS flying with cm precision now....

  • @John

    Here is the procedure that I use to prepare the M8N for the datalogger . There is certainly some other possibilities, but this one is working for any datalogger in serial , openlog source.

    One” Raw Parameter Procedure for M8N

    On UCenter : go to <CFG>

    Wait for GPS signal.

    Test on <Rate> for instance to 200ms and see to check if the the plugin is OK.

    Come back on 1000ms (1Hz)

     

    UBX-CFG-PORT

    UART1  and  <UBX+NMEA+RTCM> in Protocol IN  

    <UBX+nmea> in Protocol Out

     Baudrate at 38400.

    then « send » et CFG save.

    If everything is find , you should be now in 38400baud in Autorate

    UBX-CFG-MSG

    Choose 02-15 RXM-RAWX and UART1 in 1 like USB .  Send et Save habituel

    UBX-CFG-GNSS

    Put as usual , for instance :

    Below  0000  B5 62 06 3E 2C 00 00 00 20 05 00 08 10 00 01 00 01 01 01 

    01 03 00 01 00 01 01 03 08 10 00 00 00 01 01 05 00 03 00
      01 00 01 01 06 08 0E 00 01 00 01 01 FF 3D                 

    UBX-CFG-NAVX5

    Put  6 and 15 in min/max SVs and Acknowledge aiding Input On. The rest in 0

    UBX-CFG-PWR

    Gnss running                               

    UBX-CFG-NMEA

    In CFG-NMEA-DATA1  in 2.3 version Strict/ GP et GNSS specific  and consider mode

    B5 62 06 17 0C 00 00 23 00 02 00 00 00 00 00 01 00 00 4F
    F7     

    Go below Message view in CUSTOM

    Put  :  « B5 62 06 01 08 00 0D 16 00 01 00 01 00 00 »  to switch on the TIM-FCHG of UBX-CFG-MSG ( same code )

     

    Check at the botom right of the screen that you are in generation UbloxM8 , Receiver>generation>UbloxM8 ( on le voit en bas à droite) et en Filter en Prot 15.00 ( ou autre sans doute ?)  Change it now if necessary.

     

    Save .

     

    Now go to RTKLIB

     

    At this level, RTKlib should be able to read the signal , without using a CMD ligne in entrance.

    If not , add :« !UBX CFG-MSG 3 16 0 1 0 1 0 0  # TIM-FCHG?” in CMD and should be fine

    then STOP et go back to  UCenter without unpluging the GPS to keep the configuration.

     

    Save Config on Ucenter.

    Back to RTKlib. Should see the signal , without any CMD ligne. Insist if not.

     

     

    TEST SD with Ardulog :

     (Ardulog, in configuration « Openlog » with OpenLog_v33_COMBINED_3_10_2014.hex or OpenLog_v33.cpp.hex to be used with Xloader )

    In saving the signal , the leds shouyld flash rapidly  with the green light almost always on.

    . Wait for  a fix position of the GPS ( led on on the Gps ) to finish.

     

    FINAL TEST on the raw file :

     

    1 ) on RTKCONV the LOG.txt in Ardulog should be well transformed in RINEX.

    You should have 2 or 3 more file in the same directory ( at least a .nav and a .obs file)

    2) on RTKplot opening the LOGXXXX.txt should be welll positionned ( as soon as you wait enough before with a fix position)

     

    You don’t have the two conditions, something is wrong and you will not be able to treat the signal by post treatment after.

  • I've seen raw L1 GPS processed a long long time ago.  What I remember was it was statistically intensive with many steps like manually looking for outliers, ionospheric stuff based on station meteorlogical observations, keep weeding out the junk until it can't be improved.  If enough data is collected as in sitting there collecting for hours, then the precision is quite good.

  • @ Sobido

    Would you mind sharing how you got raw data out of an M8N?  I tried enabling the appropriate messages with no luck.  I do use this method with Ublox Lea 4Ts and Sparkfun OpenLog/Logomatics among other setups.

    There must be some hack to it.

This reply was deleted.