Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-29423: make moves and offsets more robust #43

Merged
merged 4 commits into from Apr 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions doc/version_history.rst
Expand Up @@ -6,6 +6,22 @@
Version History
###############

v0.16.0
-------

Changes:

* Make moves and offsets more reliable: if the hexapod is moving, stop it before issuing the new move command.
This change requires ts_hexrotcomm v0.18.

Requires:

* ts_hexrotcomm 0.18
* ts_salobj 6.3
* ts_idl 2.2
* ts_xml 7.1
* MTHexapod, MTMount, and MTRotator IDL files, e.g. made using ``make_idl_files.py MTHexapod MTMount MTRotator``

v0.15.1
-------

Expand Down