Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. using Qt for positioning
QtWS25 Last Chance

using Qt for positioning

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 3 Posters 702 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    hem1
    wrote on last edited by
    #1

    I am extracting lat long data from NMEA format streaming though serial input, now i want to use this lat long information for positioning purpose, suppose i want to locate myself within a small area of 5x5 km so how should i proceed?? i have seen examples of positioning and map but i am not getting hold of it. anybody has done the same work or intended to do so kindly guide me.

    Pablo J. RoginaP 1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Did you already took a look at the Qt Positioning examples ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      2
      • H hem1

        I am extracting lat long data from NMEA format streaming though serial input, now i want to use this lat long information for positioning purpose, suppose i want to locate myself within a small area of 5x5 km so how should i proceed?? i have seen examples of positioning and map but i am not getting hold of it. anybody has done the same work or intended to do so kindly guide me.

        Pablo J. RoginaP Offline
        Pablo J. RoginaP Offline
        Pablo J. Rogina
        wrote on last edited by Pablo J. Rogina
        #3

        @hem1 said in using Qt for positioning:

        I am extracting lat long data from NMEA format streaming though serial input

        In addition to @SGaist suggestion about examples, please keep in mind that there's a QNmeaPositionInfoSource class able to handle NMEA data
        as positional information, and you can use a QSerialPort as the device to provide such information (see setDevice() method)

        Upvote the answer(s) that helped you solve the issue
        Use "Topic Tools" button to mark your post as Solved
        Add screenshots via postimage.org
        Don't ask support requests via chat/PM. Please use the forum so others can benefit from the solution in the future

        H 1 Reply Last reply
        2
        • Pablo J. RoginaP Pablo J. Rogina

          @hem1 said in using Qt for positioning:

          I am extracting lat long data from NMEA format streaming though serial input

          In addition to @SGaist suggestion about examples, please keep in mind that there's a QNmeaPositionInfoSource class able to handle NMEA data
          as positional information, and you can use a QSerialPort as the device to provide such information (see setDevice() method)

          H Offline
          H Offline
          hem1
          wrote on last edited by
          #4

          @Pablo-J.-Rogina thanks and sorry for late reply. i will look into the things you mentioned and get back to you

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved