Control Libraries
6.3.4
Loading...
Searching...
No Matches
protocol
protobuf
proto
state_representation
geometry
ellipsoid.proto
1
syntax = "proto3";
2
3
package state_representation.proto;
4
5
import "state_representation/geometry/shape.proto";
6
7
message Ellipsoid {
8
Shape shape = 1;
9
repeated double axis_lengths = 2;
10
double rotation_angle = 3;
11
}
Generated by
1.9.5