Skip to content

Commit aa48e7d

Browse files
committed
version bump to v0.9.0
1 parent ccc77ad commit aa48e7d

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109109
## Release history
110110

111111

112-
[Unreleased]: https://github.com/markusgrotz/robits/compare/v0.8.3...HEAD
112+
[Unreleased]: https://github.com/markusgrotz/robits/compare/v0.9.0...HEAD
113+
[0.9.0]: https://github.com/markusgrotz/robits/compare/v0.8.3...v0.9.0
113114
[0.8.3]: https://github.com/markusgrotz/robits/compare/v0.8.2...v0.8.3
114115
[0.8.2]: https://github.com/markusgrotz/robits/compare/v0.8.1...v0.8.2
115116
[0.8.1]: https://github.com/markusgrotz/robits/compare/v0.8.0...v0.8.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "robits"
3-
version = "0.8.3"
3+
version = "0.9.0"
44
description = "Lightweight, modular, and scalable software stack for AI-driven robotic manipulation."
55
readme = "README.md"
66
requires-python = ">=3.10,<3.13"

robits/sim/scene/mjcf_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ def pose_from_element(
237237
element: mujoco.MjsElement, compiler: mujoco.MjsCompiler = None
238238
) -> Pose:
239239

240-
241240
if element.alt.type != mujoco.mjtOrientation.mjORIENTATION_QUAT:
242241
logger.warning(
243242
"Not fully supported yet. Element %s has %s ",

robits/sim/scene/model_factory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ def add_robot(
295295
robot_spec, frame=robot_mount, prefix=f"{blueprint.basename}/"
296296
)
297297

298-
299298
mjcf_utils.add_offset_pose(robot_frame, blueprint.pose)
300299

301300
self.spec.compile()

0 commit comments

Comments
 (0)