Skip to content

Commit

Permalink
Bump versions + update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-binit committed Dec 7, 2023
1 parent 0b4faa2 commit e3c06ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

The changes between releases of Stretch Body are documented here.

## [unreleased]()
- Deprecate `robot.is_calibrated()` and introduce `robot.is_homed()` to match homing nomenclature used elsewhere ([PR link](https://github.com/hello-robot/stretch_body/pull/212))
- Added a `robot.wait_command()` method to easily block process execution until motion is completed ([PR link](https://github.com/hello-robot/stretch_body/pull/211))
## [0.6.8](https://pypi.org/project/hello-robot-stretch-body/0.6.8/) - December 7, 2023
- Deprecate `robot.is_calibrated()` and introduce `robot.is_homed()` to match homing nomenclature used elsewhere ([details](https://github.com/hello-robot/stretch_body/pull/212))
- Added a `robot.wait_command()` method to easily block process execution until motion is completed ([details](https://github.com/hello-robot/stretch_body/pull/211))
- Added Dex Wrist URDF visualization to the `stretch_robot_urdf_visualizer.py` tool
- Automatic checking for updates in background while homing + user notification about out-of-date software in `stretch_robot_system_check.py` ([details](https://github.com/hello-robot/stretch_body/pull/213))
- Add mutex locking on Stretch Body + introduce `stretch_free_robot_process.py` tool ([details](https://github.com/hello-robot/stretch_body/pull/218))

## [0.6.2](https://github.com/hello-robot/stretch_body/pull/203) - September 11, 2023
- Introduces the new set of Gamepad modules to teleop stretch using the provided physical gamepad or any other UI input devices. This gamepad controller primarily uses velocity control.
Expand Down
2 changes: 1 addition & 1 deletion body/stretch_body/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module module

__version__ = '0.6.7'
__version__ = '0.6.8'
2 changes: 1 addition & 1 deletion tools/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name="hello_robot_stretch_body_tools",
version="0.6.1",
version="0.6.2",
author="Hello Robot Inc",
author_email="[email protected]",
description="Stretch Body Tools",
Expand Down

0 comments on commit e3c06ed

Please sign in to comment.