generated from ut-issl/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add GNSS receiver pseudorange calculation #730
Open
fukudakazuya
wants to merge
15
commits into
feature/gnss-receiver-update
Choose a base branch
from
feature/gnss-receiver-update-pseudorange
base: feature/gnss-receiver-update
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add GNSS receiver pseudorange calculation #730
fukudakazuya
wants to merge
15
commits into
feature/gnss-receiver-update
from
feature/gnss-receiver-update-pseudorange
+139
−12
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fukudakazuya
added
priority::medium
priority medium
component
component emulation
minor update
add functionality in a backwards compatible manner
labels
Dec 31, 2024
fukudakazuya
requested review from
200km,
ogoogo,
Hiro-0110,
seki-hiro,
suzuki-toshihir0,
t-hosonuma and
conjikidow
and removed request for
a team
December 31, 2024 08:35
200km
reviewed
Jan 5, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PRありがとうございます。次の点対応をお願いします。
- PR名を適切に設定してください(featureなどbranch名をそのまま入れるのはやめてください)
- CIがこけているので通るように修正お願いします。
fukudakazuya
changed the title
Feature/gnss receiver update pseudorange
Add GNSS receiver pseudorange calculation
Jan 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component
component emulation
minor update
add functionality in a backwards compatible manner
priority::medium
priority medium
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related issues
#600
Description
擬似距離の計算を以下の式に従って追加した.
擬似距離=幾何学的距離+白色ノイズ
また各GPSから得られる擬似距離と,擬似距離と幾何学的距離の差をプロットするコードを追加した.
Test results
gnss_receiver.iniのprescaler は 1とした.
【各GPSから得られる擬似距離の値】
【擬似距離の白色ノイズ標準偏差を0mとしたときの擬似距離と幾何学的距離の差】
差は10^-8m程度である.
【擬似距離の白色ノイズ標準偏差を10mとしたときの擬似距離と幾何学的距離の差】
差は3シグマである30m以内にほぼ収まっている.
Impact
Describe the scope of influence of the changes, e.g.,
The behavior of feature ** changes.
Supplementary information
Provide any supplementary information.