Skip to content

Commit b069c74

Browse files
committed
修改CHANGELOG
1 parent 3381681 commit b069c74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.MD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Version 0.2.16
2+
Version 0.2.17
33
=============
44

55
Features
@@ -12,6 +12,8 @@ Features
1212
- Added type checking (must be of Python's int type) for the `EndPoseCtrl` function's input values
1313
- Modified the comments in the `SearchAllMotorMaxAngleSpd` and `SearchAllMotorMaxAccLimit` functions to include CAN ID descriptions.
1414
- Added a demo file to set and print the robotic arm's collision level `piper_read_crash_protectation.py`.
15+
- Modified the `arm_high_spd_feedback` to set the `motor_speed` unit to 0.001 rad/s and the `current` unit to 0.001 A.
16+
- Modified the shell script. Since the `sh` command does not support `==` for equality comparison, but `bash` does, changed it to use `=` for equality comparison. This allows the script to be used in `zsh`.
1517

1618
Bug Fixes
1719
---------

0 commit comments

Comments
 (0)