11 lines
169 B
Plaintext
11 lines
169 B
Plaintext
|
module go2py_messages {
|
||
|
module msg {
|
||
|
module dds_{
|
||
|
@final struct Go2pyHighCmd_ {
|
||
|
float vx;
|
||
|
float vy;
|
||
|
float vz;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|