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
Compare revisions
71e9b48824e62b9fcbf91c46c78f883e94f22eab to c1924ce05e269a1f44b71c2a6850ca995ce41d43
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
ipos-public/models
Select target project
No results found
c1924ce05e269a1f44b71c2a6850ca995ce41d43
Select Git revision
Branches
feature/extended-communication
main
2 results
Swap
Target
ipos-public/models
Select target project
ipos-public/models
1 result
71e9b48824e62b9fcbf91c46c78f883e94f22eab
Select Git revision
Branches
feature/extended-communication
main
2 results
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
deleted IPosPositionEvent.type
· c1924ce0
FrankR
authored
3 years ago
c1924ce0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
interfaces/SimpleScene/SimpleScene.proto
+1
-1
1 addition, 1 deletion
interfaces/SimpleScene/SimpleScene.proto
with
1 addition
and
1 deletion
interfaces/SimpleScene/SimpleScene.proto
View file @
c1924ce0
...
...
@@ -22,7 +22,7 @@ message IposObjectConfig {
message
IposPositionEvent
{
repeated
IposObject
objects
=
1
;
string
type
=
2
;
// deprecated may be ExitNotification or EntryNotification
//
string type = 2; // deprecated may be ExitNotification or EntryNotification
}
message
IposZoneDescriptor
{
...
...
This diff is collapsed.
Click to expand it.