Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zomint committed Oct 21, 2023
1 parent 717f41e commit 1c1d807
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
### 获取速度PID

`float GetSpeedPidP() const;`

`float GetSpeedPidI() const;`

`float GetSpeedPidD() const;`

获取已设置的速度PID参数。
Expand All @@ -55,7 +57,9 @@
### 获取位置PID

`float GetPositionPidP() const;`

`float GetPositionPidI() const;`

`float GetPositionPidD() const;`

获取已设置的位置PID参数。
Expand Down

0 comments on commit 1c1d807

Please sign in to comment.