summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-moteus_1.0.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-06-02 18:07:36 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-07 18:21:40 -0700
commitb28e7d6753d809a0c2fa9333b6512c41f74df902 (patch)
tree3e84d600b0da397b9ce8e15fa140babeabd0a926 /meta-python/recipes-devtools/python/python3-moteus_1.0.0.bb
parentbe121dbd8bac1abe5d73e38194e8b6eb3fdeed05 (diff)
downloadmeta-openembedded-b28e7d6753d809a0c2fa9333b6512c41f74df902.tar.gz
python3-moteus: upgrade 0.3.101 -> 1.0.0
Changelog: ========== - moteus_tool --calibrate for controllers configured for hall commutation now calibrate a fine position for each hall transition, which improves performance and consistency for hall based configurations - moteus.move_to now respects the velocity_limit argument across all devices - moteus.move_to works properly when exiting the stopped state - Don't inject await when it isn't needed, rending some python mode definitions possible that previously would have triggered syntax errors - Fix the order of D and Q axes for current mode requests Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-moteus_1.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-moteus_1.0.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-moteus_1.0.0.bb b/meta-python/recipes-devtools/python/python3-moteus_1.0.0.bb
new file mode 100644
index 0000000000..1f360dcfc9
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-moteus_1.0.0.bb
@@ -0,0 +1,17 @@
1SUMMARY = "moteus brushless controller library and tools"
2HOMEPAGE = "https://github.com/mjbots/moteus"
3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=c2d9643b4523fdf462545aeb1356ad23"
5
6inherit pypi python_setuptools_build_meta
7
8SRC_URI[sha256sum] = "d66b00328e8cb3f57adfb54f43c6acb6d09c2215808c242725ece530fc7f9fdf"
9
10S = "${UNPACKDIR}/moteus-${PV}"
11
12RDEPENDS:${PN} += "\
13 python3-can \
14 python3-importlib-metadata \
15 python3-pyelftools \
16 python3-pyserial \
17"