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

Update messages/msg_mccd.proto

parent fbc66552
No related branches found
No related tags found
No related merge requests found
Pipeline #546 passed with stages
in 1 minute and 44 seconds
......@@ -19,12 +19,12 @@ enum Status {
message Msg_mccd {
oneof payload {
Msg_mccd_order order = 1;
Msg_mccd_pos pos = 2;
Msg_mccd_odom odom = 2;
Status status = 3;
}
}
message Msg_mccd_pos {
message Msg_mccd_odom {
/**
* Cartesian position of the robot
......
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