Kinematics.fromProto constructor
- GetKinematicsResponse gkResponse
Implementation
factory Kinematics.fromProto(GetKinematicsResponse gkResponse) {
return Kinematics(gkResponse.format, gkResponse.kinematicsData);
}
factory Kinematics.fromProto(GetKinematicsResponse gkResponse) {
return Kinematics(gkResponse.format, gkResponse.kinematicsData);
}