Skip to content

Commit

Permalink
feat: pose
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Mar 21, 2024
1 parent de62601 commit f10a596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posture.proto
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ message Pose {
db.LoadRequest cart_frame_index = 12 [json_name = "cart_frame_index"];
// 笛卡尔空间参考系,仅内部使用,仅kind=CARTESIAN时生效
CartesianFrame cart_frame = 13 [json_name = "cart_frame"];
// 关节空间位姿,仅kind=JOINT时生效
// 关节空间位姿,仅kind=CARTESIAN时表示反解的参考位置
JointPose joint = 21;
}
message SavePoseRequest {
Expand Down

0 comments on commit f10a596

Please sign in to comment.