Skip to content

Commit

Permalink
release v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anla-xu committed Aug 1, 2022
1 parent 0ba5648 commit 3b6ed43
Show file tree
Hide file tree
Showing 8 changed files with 577 additions and 344 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog for pymycobot

## v2.9.0

- release v2.8.1

## v2.8.1 (2022-7-1)

- release v2.8.1
Expand Down
2 changes: 1 addition & 1 deletion demo/drag_trial_teaching.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(self, mycobot) -> None:
def record(self):
self.record_list = []
self.recording = True

self.mc.set_fresh_mode(0)
def _record():
start_t = time.time()

Expand Down
Loading

0 comments on commit 3b6ed43

Please sign in to comment.