Skip to content

Commit af67f66

Browse files
Prepare for release 2.11.3 (changelog updated).
1 parent 0715479 commit af67f66

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
* add native support for the pixl board
88
* allow to disable sensor at loading (convenient for camera sensor)
99
* add a dummy camera
10+
* Add support for RX-24 dynamixel motors
11+
* Add an event used to check if a "loopable" thread has been updated
1012

1113
### Snap
1214
* Add blocs: “ping url <hostname>” and “set $robot host to <hostname>” which aim to fix DNS issues in some filtered networks.
@@ -22,6 +24,10 @@
2224
* setup unittest via dummy robot
2325
* fix the unclear exception "Cannot unpack *values"
2426
* fix cli tool `poppy-motor-reset` and rename it to `dxl-config`
27+
* Fix deprecation issue in get_control_table
28+
* Clear error when there is no "time script" in a v-rep scene
29+
* Fix a freeze when stopping a paused primitive
30+
* Fix offset/orientation issue in DummyController
2531

2632

2733
## V 2.10

pypot/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.11.2'
1+
__version__ = '2.11.3'

0 commit comments

Comments
 (0)