Skip to content
Snippets Groups Projects
Unverified Commit ab804e32 authored by Charles JAVERLIAT's avatar Charles JAVERLIAT
Browse files

Modify OdomMessage to test CI

parent 91254068
No related branches found
No related tags found
1 merge request!4continous integration
......@@ -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;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment