summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-moteus_0.3.72.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-07-15 17:02:13 +0800
committerKhem Raj <raj.khem@gmail.com>2024-07-15 16:36:13 -0700
commit62981fb545bc9e7a897c91c49d6641717b924ba6 (patch)
tree3d8eb7e2190306ca87312ae83d1c1fbffcbf57f5 /meta-python/recipes-devtools/python/python3-moteus_0.3.72.bb
parent64cc752d88798ed3c182ac2b4856c5f040b2236d (diff)
downloadmeta-openembedded-62981fb545bc9e7a897c91c49d6641717b924ba6.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-moteus_0.3.72.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-moteus_0.3.72.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-moteus_0.3.72.bb b/meta-python/recipes-devtools/python/python3-moteus_0.3.72.bb
new file mode 100644
index 0000000000..be560c7180
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-moteus_0.3.72.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://setup.py;beginline=3;endline=9;md5=24025d3c660abfc62a83f0e709a45e76"
5
6inherit pypi setuptools3
7
8SRC_URI[sha256sum] = "3aa30eea9ab9bc7209ab7c6f382650265ab648663edead5c54d69d9f0a3fd36e"
9
10S = "${WORKDIR}/moteus-${PV}"
11
12RDEPENDS:${PN} += "\
13 python3-can \
14 python3-importlib-metadata \
15 python3-pyelftools \
16 python3-pyserial \
17"