Skip to content

Release 2.11

Compare
Choose a tag to compare
@pierre-rouanet pierre-rouanet released this 15 Mar 20:07
· 433 commits to master since this release

V 2.11

Features

  • Add dummy motors (mostly for unittest)
  • add native support for the pixl board
  • allow to disable sensor at loading (convenient for camera sensor)
  • add a dummy camera
  • Add support for RX-24 dynamixel motors
  • Add an event used to check if a "loopable" thread has been updated

Snap

  • Add blocs: “ping url ” and “set $robot host to ” which aim to fix DNS issues in some filtered networks.
  • update “set of motor(s) to value ” : speed register is now moving_speed instead of goal_speed. Able to use it through many motors at once now
  • fix “get of motor(s) ”
  • fix some default values of inputs variable for consistency
  • add entry for ik in SnapRemoteServer
  • check return-delay-time at startup to prevent timeouts with misconfigured motors

Bugfix

  • many primitives threading issues
  • python >= 3.4 compatibility issues
  • setup unittest via dummy robot
  • fix the unclear exception "Cannot unpack *values"
  • fix cli tool poppy-motor-reset and rename it to dxl-config
  • Fix deprecation issue in get_control_table
  • Clear error when there is no "time script" in a v-rep scene
  • Fix a freeze when stopping a paused primitive
  • Fix offset/orientation issue in DummyController