Control Libraries
6.3.4
Loading...
Searching...
No Matches
protocol
protobuf
proto
state_representation
space
spatial_state.proto
1
syntax = "proto3";
2
3
package state_representation.proto;
4
5
import "state_representation/state.proto";
6
7
message SpatialState {
8
State state = 1;
9
string reference_frame = 2;
10
}
Generated by
1.9.5