Skip to content

Commit

Permalink
SetForceModeParam
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Dec 11, 2024
1 parent 237e739 commit f93afdd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions motion.proto
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,14 @@ message ForceModeParam {
double mass = 3;
}
message SetForceModeParamRequest {
// 启动力阈值
optional double threshold = 1;
// 阻尼系数
optional double damping = 2;
// 物体重量
optional double mass = 3;
// 启动力阈值
optional double force_threshold = 10;
// 启动力矩阈值
optional double torque_threshold = 11;
}

// 机器人运动相关服务
Expand Down

0 comments on commit f93afdd

Please sign in to comment.