Skip to content

Releases: mabrobotics/candle

v3.5.0

23 Jul 07:44
7411698
Compare
Choose a tag to compare

What's Changed

  • removed homing due to safety concerns
  • moved brake to GPIO registers
  • added GPIO register support
  • minor bug-fixes

Full Changelog: v3.4.1...v3.5.0

v3.4.1

09 Jun 04:38
060c80c
Compare
Choose a tag to compare

Change log:

v3.4.0

02 Feb 12:56
297364b
Compare
Choose a tag to compare

Change log:

  • multiple bugfixes
  • support for profile motion + examples
  • refactor from legacy communication to register-based where possible

v3.3.0

05 Apr 08:05
d6cc179
Compare
Choose a tag to compare

Change log:

  • fixed communication problems when PID gains are changed on the fly
  • added support for output encoders
  • added new registers
  • bug fixes

v3.1

19 Jan 12:52
Compare
Choose a tag to compare

Change log:

  • Added support for register read/write operations (currently only available in C++)
  • Deleted FASTx modes and rewriten strict timings to semaphores
  • Refactored some parts of the codebase
  • Bug fixes

V3.0

31 Aug 09:24
Compare
Choose a tag to compare

Update v3.0 change log:

  • Added support for CANdle HAT (SPI and UART communication bus)
  • Restructured main directory, extracted Python build env
  • Improved overall stability
  • Multiple bug fixes

v2.3

30 Jun 08:50
Compare
Choose a tag to compare

Update v2.3 change log:

  • Can now use more than one CANdle on single computer
  • Added CANdle FAST modes, enabling communication at 250 Hz (up to 6 drives) or 500 Hz (up to 3 drives)
  • Fixed improper behaviours on startup with md80's with absolute encoder
  • Improved overall stability
  • Multiple bug fixes