From 62981fb545bc9e7a897c91c49d6641717b924ba6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 15 Jul 2024 17:02:13 +0800 Subject: python3-moteus: upgrade 0.3.71 -> 0.3.72 Changelog: =========== - Properly decode AksIM-2 warning and error bits - Make MA732 trimming for off-axis applications actually work - When encoders are no longer active, stop using them and trigger a fault - Limit the commanded velocity to something physically achievable - Fault if a non-reducing gear ratio is configured without overriding - Default bemf_feedforward to 0.0, and fault if it is configured non-zero without acceleration limits or override Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-moteus_0.3.71.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-moteus_0.3.71.bb (limited to 'meta-python/recipes-devtools/python/python3-moteus_0.3.71.bb') diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.71.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.71.bb deleted file mode 100644 index 54c53afe4e..0000000000 --- a/meta-python/recipes-devtools/python/python3-moteus_0.3.71.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "moteus brushless controller library and tools" -HOMEPAGE = "https://github.com/mjbots/moteus" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://setup.py;beginline=3;endline=9;md5=24025d3c660abfc62a83f0e709a45e76" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "7caa994ad7ed2b0a219b20e4a2e83b6bad01e549402c38a264f0d83d560d7908" - -S = "${WORKDIR}/moteus-${PV}" - -RDEPENDS:${PN} += "\ - python3-can \ - python3-importlib-metadata \ - python3-pyelftools \ - python3-pyserial \ -" -- cgit v1.2.3-54-g00ecf