Control Libraries
6.3.4
Loading...
Searching...
No Matches
protocol
protobuf
proto
state_representation
geometry
shape.proto
1
syntax = "proto3";
2
3
package state_representation.proto;
4
5
import "state_representation/state.proto";
6
import "state_representation/space/cartesian/cartesian_state.proto";
7
8
message Shape {
9
State state = 1;
10
CartesianState center = 2;
11
}
Generated by
1.9.5