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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IPos-public
models
Commits
620bfbf0
Commit
620bfbf0
authored
3 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
apply style guide
parent
b38e2176
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
interfaces/SimpleScene/SimpleScene.proto
+6
-6
6 additions, 6 deletions
interfaces/SimpleScene/SimpleScene.proto
with
6 additions
and
6 deletions
interfaces/SimpleScene/SimpleScene.proto
+
6
−
6
View file @
620bfbf0
syntax
=
"proto3"
;
message
IposConfig
{
repeated
IposFrame
frame
=
1
;
repeated
IposObject
object
=
2
;
repeated
IposFrame
frame
s
=
1
;
repeated
IposObject
object
s
=
2
;
}
message
IposPositionUpdate
{
repeated
IposObject
object
=
1
;
repeated
IposObject
object
s
=
1
;
}
message
IposObject
{
// required:
string
id
=
1
;
// unique for each object, but there may be multiple sensors
string
sensor
I
d
=
2
;
// unique
string
sensor
_i
d
=
2
;
// unique
string
type
=
3
;
// Applications may send BOX,BIN,ZONE,ROBOT,HUMAN,OTHER
// optional:
IposRelativePosition
position
=
4
;
IposSimpleOrientation
orientation
=
5
;
string
last
PosU
pdate
=
6
;
// https://en.wikipedia.org/wiki/ISO_8601
string
last
_pos_u
pdate
=
6
;
// https://en.wikipedia.org/wiki/ISO_8601
}
...
...
@@ -32,7 +32,7 @@ message IposFrame {
// relative coordinates
message
IposRelativePosition
{
string
IposF
rame_id
=
1
;
string
f
rame_id
=
1
;
IposPosition
pos
=
2
;
}
...
...
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