Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
Added utility functions that are convenient, but not the primary usage of lively:
- A jacobian-based solver. No objectives, just standard IK
- A forward-kinematics function. Provide a state with joint and origin information, and get back all the transform info.
  • Loading branch information
AndrewJSchoen committed Mar 28, 2023
1 parent 419f3d5 commit 7062dda
Show file tree
Hide file tree
Showing 5 changed files with 454 additions and 263 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lively"
version = "1.0.0"
version = "1.1.0"
description = "A highly configurable toolkit for commanding robots in mixed modalities with liveliness."
repository = "https://github.com/Wisc-HCI/lively"
homepage = "https://wisc-hci.github.io/lively/"
Expand Down Expand Up @@ -50,7 +50,7 @@ getrandom = { version = "0.2", features = ["js"] }
nalgebra = { version = "0.31", features = ["serde-serialize-no-std"]}
array2d = "0.2.1"
parry3d-f64 = "0.9.0"
wasm-bindgen = { version = "=0.2.83", features = ["serde-serialize"] }
wasm-bindgen = { version = "0.2.84", features = ["serde-serialize"] }
yaml-rust = "0.4"
optimization_engine = { version = "0.7.7", features = ["wasm"] }
ndarray = "0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<a href= "https://wisc-hci.github.io/lively/"><img alt="docs: ready" src="https://img.shields.io/badge/docs-ready-success.svg?logoHeight=10"></a>
</p>

# Lively v1.0.0
# Lively v1.1.0

You can find the documentation for lively [here](https://wisc-hci.github.io/lively/)

Expand Down
1 change: 1 addition & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ const sidebars = {
"Tutorials/social",
"Tutorials/environment",
"Tutorials/environment-sine",
"Tutorials/solving_jacobian"
],
},
{
Expand Down
Loading

0 comments on commit 7062dda

Please sign in to comment.