31 viam::common::v1::PoseInFrame to_proto()
const;
32 static pose_in_frame from_proto(
const viam::common::v1::PoseInFrame& proto);
34 : reference_frame(std::move(reference_frame_)),
pose(std::move(pose_)) {}
37 std::string reference_frame;
40 friend std::ostream& operator<<(std::ostream& os,
const pose_in_frame& v);