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
5c0c34c5
Commit
5c0c34c5
authored
4 years ago
by
Adrien van den Bossche
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
fd65bbd8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+14
-9
14 additions, 9 deletions
README.md
with
14 additions
and
9 deletions
README.md
+
14
−
9
View file @
5c0c34c5
...
...
@@ -15,7 +15,7 @@ LocaPack enables the transport of:
Some extra features are also avalable, such as:
-
automatic mapping/translation of coordonates between universal GNSS/locally referenced localisations,
-
movement_id, that enables extra movement information (typically
based on
a local accelerometer),
-
movement_id, that enables extra movement information
based on another sensor
(typically a local accelerometer),
-
packet sequence numbering and local timestamping, to track positions and detect missing information,
-
message hashing, to send shorter but incomplete payloads, to respect privacy.
...
...
@@ -28,6 +28,11 @@ A Json description of the messages is also available.
## Implementation
Implementation status:
-
Arduino: encode/decode header, encode/decode universal GNSS packets ; example sketch with GPS receiver.
-
Node-RED: decode header, decode universal GNSS packets
### Arduino
LocaPack is available as an Arduino library, to produce or decode locapack messages.
...
...
@@ -166,9 +171,9 @@ Transport of locally referenced 2D or 3D localisation. The "repère" is identifi
##### Payload general structure
| 1B | 4B | 4B | 0/4B | 0/4B | 0/8B |
|----------|-----|-----|------|-------|-------------|
|
`header`
|
`x`
|
`y`
|
`z`
|
`dop`
|
`
repe
re_id`
|
| 1B | 4B | 4B | 0/4B | 0/4B |
0/8B
|
|----------|-----|-----|------|-------|-------------
----
|
|
`header`
|
`x`
|
`y`
|
`z`
|
`dop`
|
`
frameof
re
f
_id`
|
The
`x`
field is a C-type float and is mandatory.
...
...
@@ -178,19 +183,19 @@ The `z` field is a C-type float and its presence is annouced in the `header`
The
`dop`
field is a C-type float and its presence is annouced in the
`header`
The
`
repe
re_id`
field is a 64-bit UID and its presence is annouced in the
`header`
The
`
frameof
re
f
_id`
field is a 64-bit UID
that identify the Frame of Reference ("le repère utilisé")
and its presence is annouced in the
`header`
##### Header
| 1b | 1b | 1b | 5b |
|-------------------|---------------------|----------------------------|----------|
|
`z_presence_flag`
|
`dop_presence_flag`
|
`
repe
re_id_presence_flag`
| reserved |
| 1b | 1b |
1b
| 5b |
|-------------------|---------------------|----------------------------
----
|----------|
|
`z_presence_flag`
|
`dop_presence_flag`
|
`
frameof
re
f
_id_presence_flag`
| reserved |
The
`z_presence_flag`
must be set to 1 if the
`z`
field is present in the packet (3D localisation).
The
`dop_presence_flag`
must be set to 1 if the
`dop`
field is present in the packet.
The
`
repe
re_id_presence_flag`
must be set to 1 if the
`
repe
re_id`
field is present in the packet.
The
`
frameof
re
f
_id_presence_flag`
must be set to 1 if the
`
frameof
re
f
_id`
field is present in the packet.
#### Type 2 : Inter-node proximity
...
...
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