Skip to content

Commit 9d21985

Browse files
committed
0.1.0-alpha.12
1 parent 8ca9ef8 commit 9d21985

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["booster_sdk", "booster_sdk_py", "examples/rust/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.1.0-alpha.11"
6+
version = "0.1.0-alpha.12"
77
edition = "2024"
88
authors = ["Team whIRLwind"]
99
license = "MIT OR Apache-2.0"

booster_sdk_py/src/client/booster.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1638,7 +1638,11 @@ impl PyBoosterClient {
16381638
let right_target_posture: Posture = right_target_posture.into();
16391639
wait_for_future(py, async move {
16401640
client
1641-
.move_dual_hand_end_effector(&left_target_posture, &right_target_posture, time_millis)
1641+
.move_dual_hand_end_effector(
1642+
&left_target_posture,
1643+
&right_target_posture,
1644+
time_millis,
1645+
)
16421646
.await
16431647
})
16441648
.map_err(to_py_err)

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Team whIRLwind"]
33
channels = ["conda-forge"]
44
name = "booster-sdk"
55
platforms = ["osx-arm64", "linux-64", "linux-aarch64"]
6-
version = "0.1.0-alpha.11"
6+
version = "0.1.0-alpha.12"
77

88
[environments]
99
py = ["wheel-build", "python-tasks"]

0 commit comments

Comments
 (0)