Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
messages-schemas
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
CdF
CdF 2020-2021
modules
libraries
communication
messages
messages-schemas
Commits
ab804e32
Unverified
Commit
ab804e32
authored
5 years ago
by
Charles JAVERLIAT
Browse files
Options
Downloads
Patches
Plain Diff
Modify OdomMessage to test CI
parent
91254068
No related branches found
No related tags found
1 merge request
!4
continous integration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
messages/OdomMessage.proto
+3
-3
3 additions, 3 deletions
messages/OdomMessage.proto
with
3 additions
and
3 deletions
messages/OdomMessage.proto
+
3
−
3
View file @
ab804e32
...
...
@@ -8,8 +8,8 @@ message Point2D {
message
OdomMessage
{
int32
sensor_id
=
1
;
Point2D
position
=
2
;
Point2D
linearSpeed
=
3
;
float
angle
=
4
;
float
angle
=
3
;
float
linearSpeed
=
4
;
float
angularSpeed
=
5
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
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