完善五轴 RTCP 仿真与验证资料

This commit is contained in:
2026-07-01 21:49:58 -04:00
parent ac4e855b2b
commit d0d58998ac
159 changed files with 6771594 additions and 339 deletions

View File

@@ -916,6 +916,7 @@ function toRoundedPose(pose) {
y: round(pose.y),
z: round(pose.z),
a: round(pose.a),
b: round(pose.b),
c: round(pose.c),
};
}