Skip to content

Releases: pollen-robotics/rustypot

v1.4.0

19 Nov 11:32
c79239a

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

24 Sep 07:52
ea5f53e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

11 Aug 12:52

Choose a tag to compare

What's Changed

Minor fixes

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

26 Jun 20:09
37afc6b

Choose a tag to compare

Build Python wheels for MacOS to support Python >= 3.8.

v1.1.0

06 Jun 20:53
9ec5937

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

26 May 13:35
d82207f

Choose a tag to compare

Version 1.0.0

  • Cleanup APIs to offer two interfaces:
    • high-level interface (Controller) with a simple API for the most common use cases.
    • low-level interface (DynamixelProtocolHandler) for direct access to the protocol and fine-grained control of the bus ownership.
  • Add Python bindings for the library (controller API).
  • Add support for the feetech servo.
  • Define register conversion at the macro level to simplify the code.

Older features

See changelog for a full list of changes.