Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Mar 29, 2022
1 parent 73881d8 commit edf6c3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Pink is under active development and its API is **not stable**. Expect the follo

- Configuration vector copy when applying (currently a reference, can lead to inconsistencies)
- Body task convergence unit test with several competing tasks
- v0.2: Add posture task
- v0.3: Add joint angle limits
- v0.4: Reformulate task gains as time constants
- v0.4: Handle models without and with floating base
- v0.5: Reformulate task gains as time constants

## 👷 Contributing

Expand Down
2 changes: 1 addition & 1 deletion pink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from .configuration import apply_configuration
from .solve_ik import solve_ik

__version__ = "0.1.2"
__version__ = "0.2.0"

__all__ = [
"Configuration",
Expand Down

0 comments on commit edf6c3b

Please sign in to comment.