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
3910def5
Commit
3910def5
authored
3 years ago
by
FrankR
Browse files
Options
Downloads
Patches
Plain Diff
repeated MonitoringRequest.frameId
parent
0097f3fe
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
+2
-2
2 additions, 2 deletions
interfaces/SimpleScene/SimpleScene.proto
with
2 additions
and
2 deletions
interfaces/SimpleScene/SimpleScene.proto
+
2
−
2
View file @
3910def5
...
@@ -53,8 +53,8 @@ message RefSystem {
...
@@ -53,8 +53,8 @@ message RefSystem {
}
}
message
IposMonitoringRequest
{
message
IposMonitoringRequest
{
string
frameId
=
1
;
// deprecated
//
frameId = 1; // deprecated
//
repeated string frameIds = 1; // a monitoring request can be concerned with multiple overlapping frames
repeated
string
frameIds
=
1
;
// a monitoring request can be concerned with multiple overlapping frames
float
delta
=
2
;
// min. change in position to trigger a position update, setting delta and updateFrequency to -1 cancels the (existing) monitoring task
float
delta
=
2
;
// min. change in position to trigger a position update, setting delta and updateFrequency to -1 cancels the (existing) monitoring task
float
updateFrequency
=
3
;
// defines how many times per second a PositionUpdateEvent is sent
float
updateFrequency
=
3
;
// defines how many times per second a PositionUpdateEvent is sent
repeated
string
type
=
4
;
// object-types to be observed; CeTI will send BOX,BIN,ZONE,ROBOT,HUMAN,OTHER
repeated
string
type
=
4
;
// object-types to be observed; CeTI will send BOX,BIN,ZONE,ROBOT,HUMAN,OTHER
...
...
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