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

Update messages/msg_mccd.proto

parent bf62f1c6
No related branches found
No related tags found
No related merge requests found
Pipeline #545 passed with stages
in 2 minutes and 3 seconds
......@@ -5,24 +5,21 @@ message Point2D {
float y = 2;
}
enum Status {
READY = 0;
OVER_CURRENT = 1;
ERROR = 2;
PWM_STARTED = 3;
PWM_CLOSED = 4;
}
enum Status {
READY = 0;
OVER_CURRENT = 1;
ERROR = 2;
PWM_STARTED = 3;
PWM_CLOSED = 4;
}
/**
* Motor control card driver message
*/
message Msg_mccd {
oneof type {
oneof payload {
Msg_mccd_order order = 1;
Msg_mccd_pos pos = 2;
Status status = 3;
}
}
......
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