toPb method

Implementation

ReferenceFrame toPb() {
  return ReferenceFrame(frame: frame, enuPose: enuPose.toPb());
}