Skip to content

Commit e0b9975

Browse files
committed
修改CHANGELOG;修改toml
1 parent 34b0620 commit e0b9975

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.MD

+26
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,30 @@
11

2+
Version 0.2.18
3+
=============
4+
5+
Features
6+
--------
7+
8+
- Added `interface_v1` without affecting previous versions, reserving it for future updates.
9+
- Added class references in `__init__.py`.
10+
- Fixed incorrect comments in `msg_v1/__init__.py`, `msg_v2/__init__.py`, `protocol/protocol_v2/piper_protocol_v2.py`, and `arm_low_spd_feedback.py`.
11+
- Corrected the unit description of `max_joint_acc` in the `ArmMsgFeedbackCurrentMotorMaxAccLimit` class to `0.001 rad/s^2`.
12+
- Added firmware version descriptions in the interface documentation.
13+
14+
Bug Fixes
15+
---------
16+
17+
- Modified `pyproject.toml` to allow proper installation using `setup.py` (the previous version was missing the `version` field in the `project` tag, causing `pip install .` to fail).
18+
- Fixed the issue where `msg_type` in `msg_v2` was not assigned using `auto`.
19+
- Fixed missing class references in `piper_sdk/__init__.py`, which caused errors.
20+
- Fixed an error in `protocol` where the position information of motor 2 was incorrectly assigned to motor 3.
21+
- Fixed an issue in `interface` where the timestamp for high-speed feedback data was mistakenly using the timestamp from low-speed feedback data.
22+
23+
Miscellaneous
24+
---------
25+
26+
None
27+
228
Version 0.2.17
329
=============
430

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[build-system]
2-
requires = ["setuptools >= 40.0", "setuptools_scm>=8"]
2+
# requires = ["setuptools >= 40.0", "setuptools_scm>=8"]
3+
requires = ["setuptools >= 40.0"]
34
build-backend = "setuptools.build_meta"
45

56
[project]

0 commit comments

Comments
 (0)