Skip to content

Releases: joshua-8/Derivs_Limiter

bump version to update espidf

27 Feb 21:23
f7f62cd
Compare
Choose a tag to compare

changing dependency in idf_component.yml

v3.1.4

27 Feb 03:04
3ad0d5c
Compare
Choose a tag to compare

pi!
(bumped version to fix idf_component.yml)

version 3.1.3

27 Feb 01:38
Compare
Choose a tag to compare

now an ESPIDF component

version 3.1.1

17 Nov 05:17
314d747
Compare
Choose a tag to compare
v3.1.1

Update library.properties

version 3.0.2

30 Aug 02:59
5aca290
Compare
Choose a tag to compare

update readme (formatting)

version 3.0.1

20 Jul 19:30
Compare
Choose a tag to compare

I fixed a bug with velocity mode. I had been using the target velocity to decide whether to use the accel limit or the decel limit, but now it uses the current velocity.
Here's a graph of velocity over time as the velocity target is moved above and below zero.

image

version 3.0.0

14 Jun 00:07
Compare
Choose a tag to compare

Now supports different acceleration and deceleration rates! (to support different deceleration rates, some methods, including the constructor had to be changed in non backwards compatible ways, so this release starts a new major version.

Also now supports velocity control and setting a velocity target! see: setVelTarget() and setVelConstant()

As this version has a completely rewritten formula for calculating movement, please test it thoroughly before trusting it, and please let me know if you find any issues.

version 2.7.0

31 Mar 21:26
1297998
Compare
Choose a tag to compare

Full Changelog: v2.6.1...v2.7.0

release 2.6.1

24 Aug 23:23
Compare
Choose a tag to compare

added another example and setTargetTimedMovePreferred()

release 2.6.0

23 Aug 08:37
Compare
Choose a tag to compare

added time based movement!