Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
models
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
Container 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
IPos-public
models
Commits
d14c5919
Commit
d14c5919
authored
3 years ago
by
FrankR
Browse files
Options
Downloads
Patches
Plain Diff
protobuf-Änderungen
parent
f48fd718
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
interfaces/GenericSensor/GenericSensor.proto
+4
-6
4 additions, 6 deletions
interfaces/GenericSensor/GenericSensor.proto
interfaces/SimpleScene/SimpleScene.proto
+1
-0
1 addition, 0 deletions
interfaces/SimpleScene/SimpleScene.proto
with
5 additions
and
6 deletions
interfaces/GenericSensor/GenericSensor.proto
+
4
−
6
View file @
d14c5919
...
...
@@ -74,12 +74,10 @@ message OtherBeaconRawDataEvent {
message
IMURawDataEvent
{
string
timestamp
=
1
;
string
sensorId
=
2
;
float
yaw
=
3
;
// angular rate (rad/s), https://en.wikipedia.org/wiki/Aircraft_principal_axes#Transverse_axis_(pitch)
float
pitch
=
4
;
float
roll
=
5
;
float
x
=
6
;
// linear acceleration, m/(s^2)
float
y
=
7
;
float
z
=
8
;
IposSimpleOrientation
orientation
=
3
;
float
x
=
4
;
// linear acceleration, m/(s^2)
float
y
=
5
;
float
z
=
6
;
}
message
SensorPositionEvent
{
...
...
This diff is collapsed.
Click to expand it.
interfaces/SimpleScene/SimpleScene.proto
+
1
−
0
View file @
d14c5919
...
...
@@ -87,6 +87,7 @@ message POI { // point-of-interest
string
description
=
2
;
// e.g., "tag"
map
<
string
,
string
>
data
=
3
;
// e.g., "tag-id" -> "b315332984"; "type" -> "nfc"
IposPosition
position
=
4
;
IposSimpleOrientation
orientation
=
5
;
}
message
IposSpace
{
...
...
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