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