Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
locapack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RMESS
bossche-public
locapack
Commits
176daba6
Commit
176daba6
authored
4 years ago
by
Adrien van den Bossche
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
8f26bef7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-6
8 additions, 6 deletions
README.md
with
8 additions
and
6 deletions
README.md
+
8
−
6
View file @
176daba6
...
@@ -190,11 +190,11 @@ Transport of GNSS coordinates. Altitude and DOP are optionnal.
...
@@ -190,11 +190,11 @@ Transport of GNSS coordinates. Altitude and DOP are optionnal.
| 1B | 4B | 4B | 0/4B | 0/4B |
| 1B | 4B | 4B | 0/4B | 0/4B |
|----------|-------------|-------------|------------|-------|
|----------|-------------|-------------|------------|-------|
|
`header`
|
`latitude`
|
`longitude`
|
`altitude`
|
`dop`
|
|
`header`
|
`latitude`
|
`longitude`
|
`altitude`
|
`dop`
|
The
`latitude`
field is a C-type float and is mandatory
.
The
`latitude`
field is a C-type float and is mandatory
if the
`valid_gnss_position`
flag is set
The
`longitude`
field is a C-type float and is mandatory
The
`longitude`
field is a C-type float and is mandatory
if the
`valid_gnss_position`
flag is set
The
`altitude`
field is a C-type float and its presence is annouced in the
`header`
The
`altitude`
field is a C-type float and its presence is annouced in the
`header`
...
@@ -202,14 +202,16 @@ The `dop` field is a C-type float and its presence is annouced in the `header`
...
@@ -202,14 +202,16 @@ The `dop` field is a C-type float and its presence is annouced in the `header`
##### Header
##### Header
| 1b | 1b | 6b |
| 1b | 1b |
1b |
6b |
|--------------------------|---------------------|----------|
|--------------------------|---------------------|----------
-------------|----------
|
|
`altitude_presence_flag`
|
`dop_presence_flag`
| reserved |
|
`altitude_presence_flag`
|
`dop_presence_flag`
|
`valid_gnss_position`
|
reserved |
The
`altitude_presence_flag`
must be set to 1 if the
`altitude`
field is present in the packet.
The
`altitude_presence_flag`
must be set to 1 if the
`altitude`
field is present in the packet.
The
`dop_presence_flag`
must be set to 1 if the
`dop`
field is present in the packet.
The
`dop_presence_flag`
must be set to 1 if the
`dop`
field is present in the packet.
The
`valid_gnss_position`
must be set to 1 if the
`latitude`
and
`longitude`
fields are present in the packet.
#### Type 2 : Locally referenced localisation
#### Type 2 : Locally referenced localisation
Transport of locally referenced 2D or 3D localisation. The "repère" is identified by an UID.
Transport of locally referenced 2D or 3D localisation. The "repère" is identified by an UID.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment