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
b38e2176
Commit
b38e2176
authored
4 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
add subscription request
parent
452e7d8d
Branches
Branches containing commit
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
+26
-0
26 additions, 0 deletions
interfaces/SimpleScene/SimpleScene.proto
with
26 additions
and
0 deletions
interfaces/SimpleScene/SimpleScene.proto
+
26
−
0
View file @
b38e2176
...
...
@@ -56,3 +56,29 @@ message IposSimpleOrientation {
float
z
=
3
;
// there is no orientation
float
w
=
4
;
// available
}
message
IposSubscriptionRequest
{
string
subscription_id
=
1
;
Selection
type_selection
=
2
;
repeated
string
types
=
3
;
Selection
object_selection
=
4
;
repeated
string
objects
=
5
;
Selection
zone_selection
=
6
;
repeated
string
zones
=
7
;
double
minimum_position_delta
=
8
;
double
max_update_frequency
=
9
;
}
enum
Selection
{
SELECTION_UNSPECIFIED
=
0
;
SELECTION_ALL
=
1
;
SELECTION_NONE
=
2
;
SELECTION_ONLY_LIST
=
3
;
SELECTION_EXCEPT_LIST
=
4
;
}
\ No newline at end of file
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