Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
stillonearth committed Aug 26, 2024
1 parent 25c6a86 commit e2c5df3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_mujoco"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
license = "MIT OR Apache-2.0"
resolver = "2"
Expand All @@ -9,13 +9,13 @@ keywords = ["mujoco", "bevy", "physics", "robotics"]
repository = "https://github.com/stillonearth/bevy_mujoco"

[dependencies]
mujoco-rust = { version = "0.0.6" }
mujoco-rust = { git="https://github.com/stillonearth/MuJoCo-Rust.git", rev="27d4500" }
arrayvec = "0.7.2"
bevy = "0.14.0"
bevy = "0.14"
trees = "0.4.1"
serde = { version = "1", features = ["derive"] }
itertools = "0.13.0"
nalgebra = "0.32.2"
itertools = "0.13"
nalgebra = "0.33"

[dev-dependencies]
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/unitree_a1_walk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fn main() {
// model_xml_path: "assets/mjcf/simple_2.xml".to_string(),
// model_xml_path: "assets/mjcf/simple_3.xml".to_string(),
// model_xml_path: "assets/mjcf/simple_4.xml".to_string(),
model_xml_path: "assets/mujoco_menagerie/unitree_a1/scene.xml".to_string(),
model_xml_path: "assets/unitree_a1/scene.xml".to_string(),
// model_xml_path: "assets/mujoco_menagerie/agility_cassie/scene.xml".to_string(),
// pause_simulation: false,
pause_simulation: false,
Expand Down

0 comments on commit e2c5df3

Please sign in to comment.