Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real-time GPS parser #307

Closed
wants to merge 11 commits into from
Closed

Real-time GPS parser #307

wants to merge 11 commits into from

Conversation

saloxmy
Copy link

@saloxmy saloxmy commented Oct 9, 2024

Description

Added an RS_Parser() class to recieve real-time gps data and output relevant info to the terminal. It's initalized with the intermap sink, and toggled on/off from the "Start/Stop Real-Time Data" button.

Here's what I did to test my changes:

  • Toggled real-time option on -> observed that it output the expected info
  • Clicked on other buttons to ensure that RT_Parser() was running on its own thread
  • Toggled real-time option off -> observed that it ceased output

Reviewer Testing

  • Run the following: replay_log source, omnibus server, and intermap sink
  • In the window: click on Data Source, select Real-Time Data Source, and click on Start/Stop Real-Time Data
  • Observe the changes in the terminal running intermap

This change is Reviewable

zangjiucheng and others added 11 commits September 15, 2024 21:37
* Update UI source Design, also implement README for setup environment

* Update Offline Map Setup (With tileserver)

* Update README.md
…iles. (#294)

* Able to Launch from the `Launcher.py`

* Revert "Able to Launch from the `Launcher.py`"

This reverts commit 39ad5ec.

* Reapply "Able to Launch from the `Launcher.py`"

This reverts commit 38717a4.

* Change ONLINE_MODE back to True

* Update KMZ Load Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants