v3.3.0: Constraints and omniwheel task #143
stephane-caron
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This version adds (1) a
constraints
argument tosolve_ik
, to enforce tasks as QP equality constraints rather than in the objective function, and (2) the omniwheel task, which is like a rolling task but allows lateral motion.Note that, internally, exceptions have been grouped into the
pink.exceptions
submodule. We don't count this as an API-breaking change, although strictly speaking it is 😊, as the expected way to handle Pink exceptions is to catchPinkError
.Thanks to @jorisv for contributing to this release 👍
Added
__repr__
functionsChanged
__repr__
of base class abstract to ensure tasks define their ownFixed
This discussion was created from the release v3.3.0.
Beta Was this translation helpful? Give feedback.
All reactions