Skip to content

Commit

Permalink
FindZero
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Aug 20, 2024
1 parent bcd1711 commit aa286fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions motor.proto
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ service MotorService {
rpc SetServoParams(ServoParams) returns (google.protobuf.Empty);
// 获取伺服参数
rpc GetServoParams(google.protobuf.Empty) returns (ServoParams);
// 导轨找零
rpc FindZero(google.protobuf.Empty) returns (google.protobuf.Empty);
// 设置关节零位
rpc SetZero(SetZeroRequest) returns (google.protobuf.Empty);
// 设置所有extra伺服参数
Expand Down

0 comments on commit aa286fc

Please sign in to comment.