Control Libraries
6.3.4
Loading...
Searching...
No Matches
protocol
protobuf
proto
state_representation
space
joint
jacobian.proto
1
syntax = "proto3";
2
3
package state_representation.proto;
4
5
import "state_representation/state.proto";
6
7
message Jacobian {
8
State state = 1;
9
repeated string joint_names = 2;
10
string frame = 3;
11
string reference_frame = 4;
12
uint32 rows = 5;
13
uint32 cols = 6;
14
repeated double data = 7;
15
}
Generated by
1.9.5