Skip to content

Releases: dfki-ric-underactuated-lab/mini-cheetah-tmotor-python-can

0.4.3 Back to Single CAN Bus

28 Jun 12:01
Compare
Choose a tag to compare

Multiple motors on same can bus do not work unless either this is done or better filtering is implemented. Until then, multiple can bus is not supported.

Full Changelog: 0.4.2...0.4.3

0.4.2 Minor Bugfix

27 Jun 13:45
Compare
Choose a tag to compare

bugfix: 2 motors on same can bus/socket having crosstalk
A minor bug caused crosstalk between 2 motor controller objects when they are on the same can bus.

Full Changelog: 0.4.1...0.4.2

Parameters update and bug fix

23 Feb 16:46
Compare
Choose a tag to compare

Update motor parameters for AK80-6 V2 and fix bug in set_zero by allowing more time to reply

0.4 Refactor and Inital Jerk/Kick Fix

16 Jan 08:24
Compare
Choose a tag to compare

The following updates are in this release:

  • Code formatting
  • Better test script
  • initial kick/jerk fix (set zero before each enable motor command)

0.3.4

11 Sep 08:08
f042ff8
Compare
Choose a tag to compare

Minor release for Zenodo DOI

0.3.3 Release: Multiple CAN bus support

04 Aug 13:12
Compare
Choose a tag to compare

New release with the following features added:

  • Multiple CAN bus support with the same python program.

0.3.2 Release for PyPi

16 Jun 15:47
8bfb445
Compare
Choose a tag to compare

0.3.2 Release for PyPi

0.3.1 Release for PyPi

16 Jun 15:45
e4f1e12
Compare
Choose a tag to compare

0.3.1 Release for PyPi

0.3.0.1 Release for PyPi

16 Jun 15:40
Compare
Choose a tag to compare

0.3.0.1 Release for PyPi

Due to conflict with test-pypi version number which was already in use.

0.3 Initial Kick Fix and New Motor Added

16 Jun 15:33
Compare
Choose a tag to compare

0.3 Driver Update:

  • Community Addition (see this pull request) for a new motor: AK70-10 V1.1
  • Fix for the initial kick/jerk issue.