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